@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	
	margin:0px;
	padding:0px;
	
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	background-repeat:repeat-x;
	background-color:#c3c5c8;
}

img {
	border:none;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

#hessling {
	width:900px;
	height:100%;
	
	float:left;
}

#navigation {
	width:290px;
	height:395px;
	
	float:left;
	
	background-color:#c3c5c8;
}

#navigation ul {
	margin:0px;
	padding:0px;
}

#navigation li {
	margin-left:30px;
	padding:5px 0px 5px 10px;

	list-style-type:none;
	text-transform:uppercase;
	
	border-top:1px solid #807f84;
}

#navigation a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#navigation a:hover {
	color:#FFFFFF;
}

#navigation .active a {
	color:#FFFFFF;
}

#header {
	width:610px;
	height:395px;
	
	float:left;
	
	background-color:#c3c5c8;
}

#info {
	width:290px;
	height:250px;
	
	float:left;
}

#info ul {
	margin:0px;
	padding:0px;
}

#info li {
	margin-left:30px;
	padding:5px 0px 5px 30px;

	text-transform:uppercase;
	list-style-type:none;
	
	background-image:url(../images/balken_weiss.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

#info li a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#info .active a {
	color:#FFFFFF;
}

#info a {
	color:#000000;
	text-decoration:none;
}

#info a:hover {
	color:#FFFFFF;
}

.einruecken {
	margin:0px 0px 0px 60px;
}

#content {
	width:610px;
	min-height:250px;
	
	background-color:#FFFFFF;
	
	float:left;
}

#content a {
	color:#00a5db;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

.content_padding {
	padding:10px;
}
