/* CSS Document */
html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	background:url(../images/bg.jpg);
	margin-left:0px;
}

#header {
	width:1024px;
	height:258px;
	background:url(../images/headerbg.jpg);
}

#logo {
	width:431px;
	height:145px;
	background:url(../images/logo.jpg);
	margin-top: 20px;
	margin-left: 25px;
	float:left;
}

#pic_header {
	width: 378px;
	height: 206px;
	margin-left: 540px;
	margin-top: 5px;
}

#content {
	width:1100px;
	height:460px;
	margin-top:-12px;
	padding-top:12px;
}

#navigation {
	float:left;
	width:246px;
	background:url(../images/navi.jpg);
	height:452px;

}

#navigation ul li {
	margin-top:50px;
	font-size:18px;
	color:#FFFFFF;
	list-style:none;
	text-align:center;
	margin-left:-50px;
}

#navigation ul li a{
	color:#FFFFFF;
	text-decoration:none;
}	

#navigation ul li a:hover{
	color:#6633FF;
}

#inhalt {
	width:475px;
	border-right:#000066 dashed 1px;
	float:left;

}

#kontakt {
	width:300px;
	height:460px;
	margin-left:721px;
	padding-left:10px;

}

#textfeld {
	width:140px;
	border: #000033 solid 1px;
	color:#333333;
	background:#CCCCCC;
}

#menu {
	width:142px;
	border: #000033 solid 1px;
	color:#333333;
	background:#CCCCCC;
}

#footer{
	background:url(../images/footer.jpg);
	width:1024px;
	height:67px;
	padding-top:32px;
}
