/* CSS Document */
html{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
body {
	background-image: url(Bilder/hg.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-attachment: fixed;
	background-color: #FFFFFF;
}
h1{
	font-size:13pt;
	color: #150C8F;	
}
h3{
	font-size:12pt;
	color:#660000;	
}
textarea.kurs{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11pt;
	color: #AB7200;
	width:100%;
	background-color:#E9EFFF;
	text-align:center;
	border:none;
	padding-top:10px;
}
.thema{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color: #AB7200;
	background-color:#E9EFFF;
	width:100%;
	border:none;
}
.kurs{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#666666;
	width:500px;
	border:none;
}

.themennummer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#666666;
	background-color:#E9EFFF;
	width:100px;
	border:none;
}
.kursnummer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#666666;
	width:100px;
	border:none;
}
h2{
	font-size:12pt;	
}

a{
	color:#333333;
}
td{
	background-color:#fafafa; 
}

#eingabe{
	width:100%;
	height:400px;
	border-style:none;
}
#kursanzeige #eingabe{
	height:80%;
}
#seite{
	font-size:12;
	font-weight:bold;
	border-style:none;

}

#button{
	position:fixed;
	left:0px;
	top:200px;
}
#button1{
	position:fixed;
	left:0px;
	top:260px;
}

#mediencenter{
	position:fixed;
	left:50px;
	top:150px;
	width:600px;
	height:400px;
	background-color:#333333;
	border:#000000 solid 2px;
	overflow:auto;
}
#terminanzeige{
	position:fixed;
	left:200px;
	top:200px;
	width:400px;
	height:250px;
	background-color:#333333;
	border:#000000 solid 2px;
	overflow:auto;
}

#quelltext{
	width:780px;
	height:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666666;
}

#hg{
	width:800px;
	height:100%;
	position:relative;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.anzeige{
	margin-top:3px;
	margin-bottom:3px;
	padding:10px;
	color:#333333;
	background-color:#FFAF51; 
}
.karte{
	margin-top:3px;
	margin-bottom:3px;
	background-color:#f5f5f5; 
}
#kursanzeige{
	position:fixed;
	left:50%;
	top:0px;
	width:776px;
	height:100%;
	margin-left:-400px;
	background-color:#CCCCCC;
	border:#000000 solid 2px;
	padding:10px;
	overflow:auto;
}

.bildanzeige{
	position:relative;
	margin-top:8px;
	margin-bottom:5px;
}
#banner{
	width:800px;
	height:100px;
	background-image: url(Bilder/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#menue {
	font-size:14pt;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:10px;
}
#menue2 {
	font-size:13pt;
	margin-top:5px;
	margin-bottom:3px;
	margin-top:10px;
	padding:10px;
	color:#666666;
	background-color:#FFAF51; 
}
#symbolleiste{
	background-color:#CCCCCC;
	padding:5px;
}


#menue a:link, #menue a:visited{
	color:#660000;
	text-decoration:none;
}
#menue2 a:link, #menue2 a:visited{
	color:#150C8F;
	text-decoration:none;
} 
.weis {
	color:#EFEFEF;
}
.grau {
	color:#333333;
}
#fuss {
	padding:10px;
	margin-top:5px;
	background-color:#150C8F;
	color:#CCCCCC;
}

