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

body {
	background-color:#DDDDDD;
	overflow-x: hidden;
	font:14px Verdana, Arial, Helvetica
}
#head {
	background-image:url(./images/back1px.png);
	position:fixed;
	height: 160px;
	left:0;
	top:0;
	width:100%;
	border-bottom-style:solid;
	border-bottom-color:#999;
}
#nav1 {
	position:fixed;
	right:440px;
	top:0;
	height: 160px;
	width:108px;
	border-bottom-style:solid;
	border-bottom-color:#333399;

}
#nav2 {
	position:fixed;
	right:330px;
	top:0;
	height: 160px;
	width:108px;
	border-bottom-style:solid;
	border-bottom-color:#666666;

}
#nav3 {
	position:fixed;
	right:220px;
	top:0;
	height: 160px;
	width:108px;
	border-bottom-style:solid;
	border-bottom-color:#990033;

}
#nav4 {
	position:fixed;
	right:110px;
	top:0;
	height: 160px;
	width:108px;
	border-bottom-style:solid;
	border-bottom-color:#333399;

}
#nav1_button
{
	background: url(./buttons/home.png) no-repeat;
	position:relative;
	top:115px;
	width:100%;
	height:45px;
}
#nav2_button
{
	background: url(./buttons/schule.png) no-repeat;
	position:relative;
	top:115px;
	width:100%;
	height:45px;
}
#nav3_button
{
	background: url(./buttons/termine.png) no-repeat;
	position:relative;
	top:115px;
	width:100%;
	height:45px;
}
#nav4_button
{
	background: url(./buttons/fotos.png) no-repeat;
	position:relative;
	top:115px;
	width:100%;
	height:45px;
}
#content
{
	height: auto; 
	width:60em;
	padding-top:12em;
}
#content_home
{
	width:37em;
	margin-top:15em;
	height:19em;
}
#home_content_blue
{
		width:5em;
		height:5em;
		margin:1em;
		background-color:#333399;
}
#home_content_red
{
		width:5em;
		height:5em;
		margin:1em;
		background-color:#990033;
}
#home_content_gray
{
		width:5em;
		height:5em;
		margin:1em;
		background-color:#696969;
}

div.clear 
{
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}


#drop {margin:25px; font: Verdana, Arial, Helvetica}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:5px}
.dropdown dt {width:88px; height:26px; padding:10px; font-weight:bold; cursor:pointer; }
.dropdown dt:hover {}
.dropdown dd {position:absolute; overflow:hidden; width:108px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:104px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:94px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
