body{
	background: #272727;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:15px 0px 15px 0px;
	color:#262428;
	line-height: 1.5em;
}

p{
	margin:0;
	padding:10px 0 10px 0;
}

a{
	color:#536B77;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#container{
	margin:0 auto;
	width: 848px;
	padding:10px 25px 25px 25px;
	background:url('../images/background.jpg') repeat-x #536B77;
}

	#header{
		clear:both;
		margin-top:45px;
		margin-bottom:20px;
		overflow:hidden;
	}
	
		#logo_wko{
			float:left;
			padding-left:10px;
		}
		
		#logo_tw{
			float:right;
			padding-right:10px;
		}
		
	#menu {
		list-style: none;
		padding: 0;
		margin: 0;
		height: 57px;
		position: relative;
	}
	
		#menu a {
			text-indent: -900%;
			position: absolute;
		}
		#menu .about {
			width: 220px;
			height: 57px;
			left: 0px;
			top: 0px;
			background-image: url(../images/menu.jpg);
			background-position: 0 0;
		}
			#menu .aboutAktiv{
				background-position: 0 228px;
				z-index:1;
			}
			
		#menu .mediadaten {
			width: 236px;
			height: 57px;
			left:200px;
			top: 0px;
			background-image: url(../images/menu.jpg);
			background-position:-200px 0;			
		}
			#menu .mediadatenAktiv{
				background-position: -200px 171px;
				z-index:1;
			}

		#menu .links {
			width: 236px;
			height: 57px;
			left: 412px;
			top: 0px;
			background-image: url(../images/menu.jpg);
			background-position:-412px 0;			
		}
			#menu .linksAktiv{
				background-position: -412px 114px;
				z-index:1;
			}

		#menu .kontakt {
			width: 220px;
			height: 57px;
			left: 628px;
			top: 0px;
			background-image: url(../images/menu.jpg);
			background-position:-628px 0;			
		}
			#menu .kontaktAktiv{
				background-position: -628px 57px;
				z-index:1;
			}
	
	#content{
		background-color:#FFF;
		padding:15px;
	}
	
		/* STARTSEITE */
		.about-text{
			width:410px;
			padding:0px 10px 0px 10px;
			float:left;
		}
		
		.bg-lightblue{
			background:#F4F8FB;	
		}
		
		.aktuelleAusgabe{
			float:right;
			width:370px;
		}
	
	
	#footer{
		background:#EFF5F9;
		border-top:#93A7AF solid 1px;
		color:#4B5F6B;
		padding:10px;
		text-align:right;
		font-size:10px;
	}
