@charset "utf-8";
body {

	background-color: #000;
	margin: 0;
	padding: 0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), 			to(#000000));
	background: -moz-linear-gradient(bottom, #ffffff, #000000);
	-ms-filter: 	progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#000000);
	filter: 	progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#000000);

}





.alles {
	width: 940px;
	min-height: 50%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10%;
	background-color: #FFFACD; 
	padding: 15px;
	-moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
	border: 8px solid #FFF;
	
}

.datum {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	float: left;
	
}
.top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	
}

.logobox {
	width: 143px;
	height: 140px;
	float: left;
	background-color: #990000;
	border: solid #000 thin;
	border-right: none;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px; 
	
}

.logo {
	width: 143px;
	height: 120px;
	background: #990000;
	margin: 0 auto;
	margin-top: 10px;	
	text-align: center;
	
}

.titelbox {
	width: 795px;
	height: 140px;
	position: relative;
	float: left;
	background-color: #990000;
	border: solid #000 thin;
	border-left: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px; 


}

.titel {
	width: 100%;
	margin-top: 40px;
	color: #FFFACD;
	font-family:Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;

}

#iue {
	font-size:24px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	color: #F00;
	text-decoration: underline;

}

#kl {
	width: 550px;
	line-height: normal;
	background-color: #FFFFFF;
}

#kla {
	background-color: #FFFFFF;
	color: #000000;
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;

}

#klr {
	background-color: #FFFFFF;
	color: #000000;
	width: 541px;
	text-align: left;
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 5px;

}

.top a:link {
	color: #000000;
	text-decoration: none;
}
.top a:visited {
	color: #6E6C64;
	text-decoration: none;
}

.top a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #F00;
}

.navigation {
	width: 160px;
	background: #FFFFFF;
	float: left;
	margin-top: 15px;

	border: solid #000 thin;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


.navicontent {

	padding: 10px 0;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
}

.container {
	width: 574px;
	background: #FFFFFF;
	float: left;
	left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	border: solid #000 1px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	
}


.content {
	padding: 10px 0;
	padding-left: 10px;
	padding-right: 10px;
}

.navirechts {
	width: 160px;
	background: #FFFFFF;
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
    border: solid #000 thin;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


.navire {

	padding: 10px 0;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	
}

.footer {
	width: 940px;
	height: 30px;
	background: #990000;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
	border: solid #000 thin;	
	clear:both;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.copy {
	color: #FFFACD;
	font-size: 0.7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	position: relative;
	left: 10px;
	top: 6px;
	
}



.myButtonli {
font-family: Arial;
color: #ffffff;
width: 80px;
font-size: 12px;
padding: 4px;
padding-left: 10px;
margin-left: -2px;
text-decoration: none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
text-shadow: 1px 1px 3px #666666;
border: solid #003366 2px;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#e36666), to(#e36666));
background: -moz-linear-gradient(top, #e36666, #e36666);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e36666, endColorStr=#e36666);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e36666, endColorStr=#e36666);
display:inline-block; /* IE is so silly */

}
.myButtonli:hover {
background: #62b6e0;
}

.myButtonre {
font-family: Arial;
color: #ffffff;
width: 115px;
font-size: 12px;
padding: 4px;
padding-left: 10px;
margin-left: 3px;
text-decoration: none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
text-shadow: 1px 1px 3px #666666;
border: solid #003366 2px;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#e36666), to(#e36666));
background: -moz-linear-gradient(top, #e36666, #e36666);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e36666, endColorStr=#e36666);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e36666, endColorStr=#e36666);
display:inline-block; /* IE is so silly */
}
.myButtonre:hover {
background: #62b6e0;
}

#apDiv500 a:hover {
	cursor: url(lupe.cur),pointer;

}

#bilderueberschrift {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
	
}

#apDiv100 {
    
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #fff;
	border: #000000 solid 1px;

}

#apDiv1 {	
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	margin-left: 1px;
	border: 1px solid #000;
	background-color: transparent;
	margin-bottom: 2px;
}



#apDiv2 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;	
	border: 1px solid #000;
	background-color: transparent;
}
#apDiv3 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #000;
	background-color: transparent;
	

}
#apDiv4 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #000;
	background-color: transparent;
}
#apDiv5 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #000;
	background-color: transparent;
}
#apDiv6 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #000;
	background-color: transparent;
}
#apDiv7 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #000;
	background-color: transparent;
}
#apDiv8 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	margin-left: 1px;
	border: 1px solid #000;
	background-color: transparent;
	clear: both;
	margin-bottom: 10px;
}
#apDiv9 {
	width:75px;
	height: 56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #000;
	background-color: transparent;
}
#apDiv10 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #000;
	background-color: transparent;
}
#apDiv11 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #000;
	background-color: transparent;
}
#apDiv12 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #000;
	background-color: transparent;
}
#apDiv13 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #000;
	background-color: transparent;
}
#apDiv14 {
	width:75px;
	height:56px;
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #000;
	background-color: transparent;
}

#termin-dat {
	background-color: #FFFFFF;
	color: #000000;
	width: 100px;
	height: 36px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#termin-uhr {
	background-color: #FFFFFF;
	color: #000000;
	width: 100px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#termin-thema {
	background-color: #FFFFFF;
	color: #000000;
	width: 175px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#termin-leiter {
	background-color: #FFFFFF;
	color: #000000;
	width: 175px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#ang-tag {
	background-color: #FFFFFF;
	color: #000000;
	width: 50px;
	height: 36px;
	text-align: right;
	font-weight: bold;
}

#ang-uhr {
	background-color: #FFFFFF;
	color: #000000;
	width: 180px;
	text-align: center;
	font-weight: normal;
}

#ang-angebot {
	background-color: #FFFFFF;
	color: #000000;
	width: 181px;
	text-align: left;
	font-weight: normal;
}

#ang-klasse {
	background-color: #FFFFFF;
	color: #000000;
	width: 50px;
	text-align: center;
	font-weight: normal;
}

#ang-kollege {
	background-color: #FFFFFF;
	color: #000000;
	width: 180px;
	text-align: left;
	font-weight: normal;
}

#klo {
	width: 550px;
	margin: 0px auto;
	height: 30px;
	line-height: normal;
	background-color: #DF0000;
	color: #FFFACD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#impressum {
	background-color: #FFFFFF;
	border: 0px solid #000000;
	margin: 0px auto;
	width: 550px;
}

#test {
	width: 150px;
	margin: 0px auto;
	height: 30px;
	line-height: normal;
	background-color: #DF0000;
	color: #FFFACD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
