@charset "utf-8";
/* CSS Document */

/* Browser Reset */

* { margin:0; padding:0; }

h1, h2, p, a {
	margin:0;
	padding:0;
	}

* html body * { overflow:visible; }
* html iframe { overflow:auto; }

html, body { 
    height: 101%;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
    color: #333;
    background:url(../images/bg.jpg) top center no-repeat #000000;
    text-align: left;
	}

fieldset { border:0 solid; }

img {border:0 solid; margin-right:5px;}



/* END Browser Reset */

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	}
	
#top {
	height:99px;
	background:url(../images/logo.jpg) repeat-x;
	}
	
#header {
	height:300px;
	padding-left:0;
	background:url(../images/bg_header_grau.jpg) repeat-x;
	}
	
#topnav {
	height:24px;
	padding:6px 15px 0 0;
	text-align:left;
	}
	
#buttons {
	width: 300px;
	float:left;
	position:relative;
	top:20px;
	padding-left:14px;
	}
	
#hotline {
	text-align:right;
	height:22px;
	padding: 8px 10px 0 0;
	color:#FFFFFF;
	font-size:11px;
	}

#container {

	}

#navleft {
	width:223px;
	float:left;
	padding:0 0 25px 0;
	margin-right: 20px;
	background-color:#FFFFFF;
	}
	
#content {
	width:677px;
	min-height:320px;
	height:auto !important;
	height:320px;
	float:left;
	padding:20px 20px;
	background-color:#FFFFFF;
	}
	
	
#footer {
	height:23px;
	padding:7px 0 0 0;
	font-size:10px;
	text-align:right;
	}
	
	
/* Allgemeine Formatierungen */

p {line-height:17px;}

a {text-decoration: underline; color:#666666;}

.readon {text-decoration: underline; color:#666666; width:672px; display:block; text-align:right;}

.contentheading, h1 {font-size:12px; font-weight:bold; display:block; white-space:nowrap; border-bottom:1px solid #666666;}

.createdate {font-size:10px; color:#666666; padding-bottom:10px;}

ol {padding-left:20px;}

/* Top Menü */

a.mainlevel-nav {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	line-height: 17px;
	display:block;
	float:left;
	padding-left: 15px;
	}
	
a.mainlevel-footer {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	line-height: 17px;
	display:block;
	float:right;
	padding:0 0 20px 15px;
	}
	
/* Main Menü */

a.mainlevel:link, a.mainlevel:visited {
	display:block;
	width:176px;
	text-decoration:none;
	color:#333333;
	padding:5px 0 6px 0;
	margin-left:25px;
	border-bottom:1px solid #ccc;
	font-size:11px;
	}
	
a.mainlevel:hover {
	background:url(../images/active.jpg) right no-repeat;
	}
	
a#active_menu.mainlevel {
	background:url(../images/active.jpg) right no-repeat;
	}
	
a.sublevel:link, a.sublevel:visited {
	text-decoration:none;
	color:#333333;
	display:block;
	width:152px;
	margin-left:45px;
	border-bottom:1px solid #ccc;
	font-size:11px;
	}
	
a.sublevel:hover {
	background:url(../images/active.jpg) right no-repeat;
	}
	
a#active_menu.sublevel {
	background:url(../images/active.jpg) right no-repeat;
	}

.moduletable_menu {
	margin-bottom:0px;
	}
	
.moduletable_menu h3 {
	display:block;
	height:20px;
	padding:0 0 0 16px;
	margin-bottom:0px;
	font-size: 11px;
	color:#fff;
	}
	
div.moduletable_menu {
	border:0px solid #ccc;
	}
	
div.moduletable_menu div {
	margin:10px 0 10px 0;
	}
	
table.contentpaneopen {
	width:100%;
	}

/* Formulare */

.inputbox {
	border:1px solid #999999;
	}
	
.button {
	background-color:#999999;
	border:none;
	color:#FFFFFF;
	width:100px;
	}