@charset "utf-8";
/* CSS Document */

body{
	font: 76% arial,sans-serif;
	text-align:center;
	vertical-align:middle;
	background-color: #F1f1f1;
}	
html, body{
	height:101%;
}
p{
	margin:20px 10px 10px
}
div#header{
	height:53px;
	background-image: url(images/kopfzeilez.jpg);
	background-repeat: no-repeat;
	padding: 0 10px;
}
div#header h1{
	padding: 10px 0;
}
div#container{
	text-align:left;
	margin: 0 auto;
	width: 760px;
	padding: 0px;
	vertical-align:middle;
	background-color: #FFFFFF;
	top: 20px;
	position: relative;
}
div#content p{
	line-height:1.4;
	background-color: #FFFFFF;
}
div#footer{
	background-image: url(images/fusszeilez.jpg);
	height: 60px;
	background-repeat: no-repeat;
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
}
div#footer p{
	margin:0;
	padding:5px 10px
}

div#container{
	width:760px;
	margin:0 auto;
	background-color: #ffffff;
}
div#content{
	float:left;
	width:450px;
	padding: 40px 0 0 20px;
}
div#content1{
	float:left;
	width:660px;
	padding: 27px 0 0 20px;
}
div#navigation{
	float:right;
	width:200px;
	text-align: right;
	font-size: 10pt;
	font-weight: bolder;
	font-family:Arial;
	background-color: #FFFFFF;
	width:100px;
	text-align:right;
	padding: 45px 55px 25px 0;
}
div#extra{
	float:right;
	clear:right;
	width:200px;
	background-color: #FFFFFF;
	height: 150px;
	background-repeat: no-repeat;
	padding: 0 0 15px 0;
}
div#footer{clear:both;width:100%}
a.menulink {
	text-decoration:none;
	color: #C4C5C6;
	}
a.menulink:link {
	text-decoration:none;
	color: #C4C5C6;
	}
a.menulink:visited {
	text-decoration:none;
	color: #C4C5C6;
	}
a.menulink:active {
	text-decoration:none;
	color: #C4C5C6;
	}
a.menulink:hover {
	color: #006600;
	text-decoration:none;
	} 
a img {border: none;}
