@charset "utf-8";
/* CSS Document */

body{
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
	color: #333;
	background-image: url(../images/wolke.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	}

#wrapper{
	width: 950px;
	margin: 10px auto;
 	border: thin solid #538F36;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:rgba(255,255,255,0.8);
	}
	
#header{
	height: 340px;
	text-align: center;
	padding-top: 30px;

	}
	
#navi{
	padding-left: 8px;
	}		
		
#navi a {
font-size:16px;
font-family:Verdana, Geneva, sans-serif;
 color:#fff;
 display:block;
 text-decoration:none;
 padding:10px 25px;
 border: thin #fff solid;
 font-size: 16px;
  border-radius: 10px;
 -moz-border-radius:10px;
-webkit-border-radius:10px;
 margin-right: 3px;
 margin-left: 3px;

}

	#navi a:hover {
	background: #0393DA;
	background: linear-gradient(top, #0393DA 0%, #0077B1 100%);
	background: -moz-linear-gradient(top, #0393DA 0%, #0077B1 100%);
}

	#navi ul ul {
	display: none;
}

	#navi ul li:hover > ul {
	display: block;
	}
	
	
	#navi ul {
	list-style: none;
	position: relative;
	displ ay: inline-table;
	color: #FFF ;
}
	#navi ul:after {
	content: ""; clear: both; display: block;
	}
	
	#navi ul li {
	float: left;
	z-index: 99;
}

	#navi ul li:hover a {
	color: #fff;
			

		}
	
	#navi ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #538F37; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85C227', 		endColorstr='#538F37'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#85C227), to(#538F37)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #85C227,  #538F37); /* for firefox 3.6+ */	
	}
	
	#navi ul ul {
	padding: 0;
	position: absolute; 
	top: 100%;
}
	#navi ul ul li {
	float: none; 
	position: relative;
	}
	#navi ul ul li a {
	color: #fff;
			
		}	
	#navi ul ul li a:hover {
	background: #0393DA;
	background: linear-gradient(top, #0393DA 0%, #0077B1 100%);
	background: -moz-linear-gradient(top, #0393DA 0%, #0077B1 100%);
			}

	#navi ul ul ul {
	position: absolute; left: 100%; top:0; width: 150px;
}
#pfad{
	width: 800px;
	padding: 20px 50px;
	float: right;
	text-align: right;
	font-size: 12px;
	color:#538F37;
	}
	
#content{
	padding-left: 52px;
	padding-right: 50px;
	back ground-color: #F90;
	line-height: 130%;
	padding-bottom: 20px;
	min-height:500px;
	}

h1{
	text-align: center;
	font-family: century gothic;
	text-transform: uppercase;
	padding-bottom:10px;
	}
	
h2{
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
	}
	
h3{
	padding-top:10px;	
	padding-bottom:10px;
}
	

#footer{
	margin: 40px;
	text-align:center;
	}
	
hr{
	border-color: #538F36;
	}
	
.bildrechts{
	float:right;
	padding-left:20px;
}

#footer img{
	border: thin solid #538F36;
	margin: 13px;
	}
	
.bildlinks{
	float: left;
	padding-right: 20px;
	}	
	
.home{
	text-align: center;
	padding-bottom: 10px;
	font-size: 25px;
	font-weight:bold;
	}	
	
.index{
	padding-left: 25px;
	padding-right: 5px;
	}
	
	
.filme{
	text-align: center;
	padding-right: 50px;
	}

.abstand{
	padding-bottom: 20px;
	text-align: center;
	padding-right: 50px;
	}

.text{
	padding-left:80px;	
}

#rahmen{
	padding: 10px;
	border: thin solid #538F36;
	margin-right: 20px;
	}


.coordinators_avci{
	padding-bottom:130px;	
}
	
.coordinators_kourilova{
	padding-bottom:70px;	
}

.coordinators_lindtner{
	padding-bottom:100px;	
}

.coordinators_oliva{
	padding-bottom:60px;	
}
	
.coordinators_oprchalová{
	padding-bottom:40px;	
}
	
.coordinators_reis{
	padding-bottom:100px;	
}

.principal_antl{
	padding-bottom:45px;	
}

.hoch{
	vertical-align: super;
	text-transform: lowercase;
}

.pdf{
	border: thin solid #538F36;
}

.pdfsport{
	border: thin solid #538F36;
margin-left: 50px;
	margin-right: 50px;}
	
@media screen and (orientation:portrait) and (max-device-width: 620px) {
	body{
		background-image: none;
		background-color: #6BCBEF;
		}}
	
	
	
	
	
