@charset "utf-8";

/* Allgemeines */
body {
	background:#F3F3F3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	height:100%;
	color:#333;
}
a:link, a:hover, a:active, a:visited {
	text-decoration:none;
	font-weight:normal;
	border:none;
	outline:none;
	color:#999;
}

/* Kopfzeile */
#head {
	width:100%;
	height:130px;
	background:#000099;
	margin:0px;
	padding-bottom:0px;
	vertical-align:bottom;
	z-index:0;
	/*
	-webkit-box-shadow: 3px 3px 10px #CCC;
	-moz-box-shadow: 3px 3px 10px #CCC;
	box-shadow: 3px 3px 10px #CCC;
	*/
}
#container {
	border:1px solid #D6D6D6;
	background:#FFF;
	margin:0px auto;
	width:900px;
	z-index:2;
	margin-top:-100px;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	-moz-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
}
#kopfzeile {
	background:#FFF;
	height:68px;
	width:870;
	padding:15px;
}
#logo {
	background:url(../img/logo.png) no-repeat left top;
	width:300px;
	height:70px;
	float:left;
}
a.logo {
	display:block;
	width:100%;
	height:100%;
}
#schnellstart {
	float:right;
	width:auto;
}
#schnellstart, #schnellstart a {
	color:#666;
	text-align:right;
	text-decoration:none;
	font-weight:normal;
}
#schnellstart a:hover {
	text-decoration:underline;
}

/* Hauptteil */
#haupt {
	padding:15px;
	width:870px;
	height:auto;
}
#sidebar {
	float:left;
	width:200px;
	padding:8px;
	padding-top:0px;
	-webkit-box-shadow: 1px 1px 0px #CCC;
	-moz-box-shadow: 1px 1px 0px #CCC;
	box-shadow: 1px 1px 0px #CCC;
	border:1px solid #E5E5E5;
	background:#FFF;
}
#sidebar h1 {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	width:auto;
	margin-bottom:3px;
}
#sidebar a.menu, #sidebar a.menu_akt {
	display:block;
	float:left;
	width:100%;
	clear:both;
	padding:4px;
	padding-left:2px;
}
#sidebar a.menu_akt {
	color:#000099;
}
#sidebar a:hover.menu, #sidebar a:hover.menu_akt {
	background:#F0F0F0;
	color:#FF3300;
}
#inhalt {
	width:500px;
	float:left;
	padding-left:80px;
	text-align:justify;
	padding-bottom:20px;
}
#inhalt h1 {
	margin-top:0px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#inhalt p {
	margin-top:3px;
	margin-bottom:8px;
}

/* Fußzeile */
#footer {
	clear:both;
	width:100%;
	height:150px;
	background:url(../img/footer.png);
}
#copyright {
	width:900px;
	margin:0px auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}
#copyright, #copyright a {
	color:#999;
	font-size:10px;
}
