/*
    Aeroklub Kolin - letiste
*/
html {
	background: url("/img/bg.png") 0 0 repeat-x;
}

body {
    margin:2em;
    padding:0;
    background-color:#EAEAEA;
    min-width:300px;

    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;

    border:3px solid #1F1F1F;
    box-shadow:rgba(0,0,0,0.4) 10px 10px;

    font-family:Arial, Helvetica, sans-serif;
}

#header {
    background:#0193DE url('/img/header-hangar-wide.png') right top no-repeat;
    with:100%;
    height:223px;

    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;

    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;

    -khtml-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;

    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

    border-bottom:6px solid #CCC;
}

#footer {
	border-top:0;
    background-color:#EAEAEA;
    with:100%;
    height:2.2em;

    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;

    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;

    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;

    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

    font-size:smaller;
    padding:0 1em;
    line-height:2em;
}

#content {
    padding:1em;
	margin:0 3em 1.2em 3em;
	border:solid #aaa 1px;
	border-top-width:0;
	background-color:#fff;
}

#left-screw {
    float:left;
    margin-right:1em;
}

#right-screw {
    float:right;
}

h1 {
    color:#2672AC;
}

#header .link-homepage {
    float:left;
}

#header ul.lang-versions {
	margin-right:12em;
    float:right;
    display:block;
}

#header .lang-versions a {
	color:white;
}

#header ul.lang-versions li a:hover {
	color:#FFD825;
}

#header a.isklubko {
	color:white;
	text-decoration:none;
	margin-left:1em;
	font-size:80%;
}

#header a.isklubko:hover {
	color:#FFD825;
	text-decoration:underline;
}
