
* { 
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrap {
	margin: auto;
	height: 20px;
	width: 920px;
	text-align: right;
}
#container2 {
	margin: auto;
	width: 920px;
	border: thin solid #383842;
}
#container2top {
	margin: auto;
	height: 311px;
	width: 920px;
}
#container2bottom {
	margin: auto;
	height: 239px;
	width: 920px;
}
#container3 {
	margin: auto;
	height: 30px;
	width: 920px;
	text-align: center;
}
body {
	margin-top: 35px;
	background-image: url();
	background-color: #acbdcd;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
#nav_top {
	width:920px;
	text-align:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom:5px;
	color: #333;
}
#nav_bottom {
	width:920px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom:5px;
	color: #333;
	clear:both;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}

#header {
	height:311px;
}

#content{
	background-color:#34627c;
}

.content_home{
	width:360px;
	font-weight:lighter;
	margin-top:60px;
	text-align:center;
	float:left;
	font-size:26px;
}

.content_lehrer{
	text-align:left;
	width:230px;
	float:left;
	font-weight:bold;
	font-size:15px;
	height:360px;
}

.content_lehrer p{
	padding:3px 1px 0px 8px;
}

