* { 
    padding:0;
    margin:0;
	outline:0;
}
html {
    height:100%;
}
h3, h4, h5, h6 {
    margin-bottom:1em;
	}
p, blockqoute, address, pre,
ul, ol, dl, table  {
    margin-bottom:1em;
	}
h2 {
	margin-bottom:0.5em;
	}
blockquote {
    margin:1em 2em; 
	font-style: italic;
	}
li { 
	margin-left:2.5em;
	}
dt { 
    margin-left:0.5em; 
	}
dt img {
    float:left;
    margin-top:3px;
    }
dd { 
    margin-left:2.5em;
    margin-bottom:5px;
	}
ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl {
    margin-top:0;
    margin-bottom:0;
	}
ul {
    list-style-type:square;
	}
ol {
    list-style-type:decimal;
	}
ul ul {
   list-style-type:disc;
	}
ol ol {
   list-style-type:lower-alpha;
	}
ul ol {
   list-style-type:decimal;
	}
ol ul {   
    list-style-type:square;
	}
ol ol ol, ol ol ul, ol ul ul, ol ul ol,
ul ul ul, ul ul ol, ul ol ol, ul ol ul {
    list-style-type:circle;
	}
option {
    padding-left:0.2em;
    padding-right:0.3em;
	}
fieldset, a img {
    border:none;
	}
.clear {
	clear:both;
	}
.spacer {
	margin-bottom:2em !important;
	}
.space {
	margin-bottom:0.5em !important;
	}
.inlay {
	border:1px solid #e9e9e9;
	background:#fbfcfd;
	overflow: hidden;
	text-align: left;
	position: relative;
	margin: 0px 0px 5px 0px;
	}
.inlay tr td {
	padding: 10px;
	}
.inlay tr td table tr td {
	padding: 0px;
	}
.inlay tr td p {
	margin: 0px;
	overflow: hidden;
	}
.formular {
    color:#555;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:20px;
	width:537px;
	height: 18px;
	padding: 4px;
	margin: 2px 0px 5px 0px;
	background: #fff;
	border:1px solid #e9e9e9;
	display:block;
	}
.textarea {
    color:#555;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:20px;
	width:540px !important;
	height: 150px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 5px 0px;
	background: #fff;
	border:1px solid #e9e9e9;
	}
html, body  {
	background:#0c0c0c url(../images/bg.jpg) no-repeat top center;
    color:#414141;
    font-family:helvetica,arial,sans-serif;
    font-size:13px;
    line-height:20px;
    height:100%;
	}
a:link, a:active, a:visited {
	color:#2c5667;
	text-decoration:none;
	font-weight:normal;
	}
a:hover {
	color:#444;
	text-decoration:underline;
	font-weight:normal;
	}
.hidden {
    display:none;
    }
#wrapper {
	margin:0 auto;
	width:880px;
	position:relative;
	min-height:100%;
	}
	
h1 {
	height:80px;
	background:transparent !important;
	padding:20px 0 10px 20px;
	}
	
#menubar {
	height:52px;
	margin:0;
	width:880px;
	background:url(../images/navigation.png) no-repeat;
	}
	
#menubar #home ul {
	margin:0;
	padding:0;
}

#menubar #home li {
    float:left;
    list-style:none;
	margin:0;
	padding:0;
	}

#menubar #home li a {
	width:88px !important;
	height:36px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:16px 0 0 25px;
	display:block;
	text-align:left;
	}

#menubar #home li a:hover {
	color:#424242;
}
	
#menubar #home .aktiv {
	background:url(../images/hover.png) no-repeat left;
	}
	
#menubar #home .aktiv a {
	color:#424242;
	}
	
#menubar #home li:hover {
	background:url(../images/hover.png) no-repeat left;
}

#menubar ul {
	margin:0;
	padding:0;
}

#menubar li {
    float:left;
	color:#ececec;
	margin:0;
	padding:0;
	}

#menubar li a {
	width:125px !important;
	height:36px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:16px 0 0 15px;
	display:block;
	text-align:left;
	}
	
#menubar li a:hover {
	color:#424242;
	text-decoration:none;
}
	
#menubar .aktiv {
	background:url(../images/hover2.png) no-repeat left;
	color:#424242 !important;
	}
	
#menubar li:hover {
	background:url(../images/hover2.png) no-repeat left;
}

#bar_right {
	float:right;
	padding:10px 20px 0 0;
	}

#bar_right img {
	margin-left:4px;
	}

#subnavigation {
	height:29px;
	background:url(../images/subnavi.png) repeat-x;
	margin:0;
	padding:10px 0 0 10px;
}

#subnavigation  li {
	float:left;
	margin-right:20px;
	color:#5d5d5d;
	list-style:disc;
	}

#subnavigation a.aktiv {
	text-decoration:underline;
}

#subnavigation a {
	color:#5d5d5d;
	}
#breadcrumb {
	float:right;
	padding:0 20px 0 0;
}

#content_wrapper {
	background:url(../images/puffer.png) repeat-y;
	padding-bottom:3em;
	}

#content {
	float:left;
	text-align:left;
	width:570px;
	margin:10px 0 0 0;
	padding:0 25px 0 25px;
	}
#content a, #subcontent a {
	text-decoration:underline;
	}
#content h2 {
    font-family:Georgia,'Times New Roman',Times,serif;
	color:#2c5667;
	font-size:26px;
	line-height:26px;
	margin-bottom:0;
	font-weight:normal;
	}
#content h2 a:link, #content h2 a:active, #content h2 a:visited {
	font-weight:normal;
	text-decoration:none;
	}
#content h2 a:hover {
    color:#444;
	}
#content hr, #subcontent hr  {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #e9e9e9;
	margin:0 0 15px 0;
	height:2px;
	}
.download_pic {
    float:left;
    margin-top:3px;
    margin-right:5px;
    }
#subcontent {
	float:left;
	width:210px;
	text-align:left;
	margin-top:10px;
	margin-left:10px;
	padding:5px 10px 10px 10px;
	border:1px solid #ececec;
	background:#fbfbfb;
	}
.subimg {
	float:left;
	margin-right:5px;
	}	
address {
	font-style:normal;
	}
#subcontent h3 {
    font-family:Georgia,'Times New Roman',Times,serif;
	color:#2c5667;
	font-weight:normal;
	font-size:18px;
	padding-bottom:5px;
	border-bottom:1px dashed #e9e9e9;  
	}
#subcontent h4 {
	color:#2c5667;
	font-weight:bold;
	font-size:12px;
	margin:0 0 5px 0;
	}

.thumbnail {
	padding:10px;
	margin-bottom:1em;
	margin-right:2px;
	border:1px solid #e9e9e9;
	background:#fbfcfd;
	}
.thumbnail:hover {
	background:#fff;
	}	
.hp {
    margin-top:6px;
    float:right;
    }
.anker {
    list-style:none;
    margin-bottom:3em;
    }     
.anker li {
    margin:3px;
    padding:5px;
    list-style-position:inside;
	border:1px solid #e9e9e9;
	background:#fbfcfd;
    }
.anker li:hover {
    background:#fff;
    }
.newseintrag {
    margin-bottom:1em;
    padding:0 10px 10px 0;
    }    
#content .newskommentar p {
	margin-bottom:1em;
	}
#content .bookeintrag p {
	margin-bottom:1em;
	}	
#content .button {
	background:#434715;
	float:left;
	padding:4px;
	text-align:center;
	font-size:12px;
	border: none;
	color:#fff;
	cursor: pointer;
	}
.trenner {
	border-bottom:1px dashed #e9e9e9;
	margin-bottom:10px;
	padding-bottom:5px;
	}
.ueberschrift {
    float:left;
    width:440px;
    }
.comments{
    background:url(../images/comment.gif) no-repeat;
    width:43px;
    height:39px;
    float:right;
    text-align:center;
    padding-top:7px;
    }
#content .comments a {
    text-decoration:none;
    }
.small {
    font-size:12px;
    font-weight:bold;
    color:#444;
    }
.newsinhalt {
    padding-top:10px;
    }
#content .comments a {
    color:#444;
    font-size:16px;	
    font-weight:bold;
    }
#footer {
	height:60px;
	padding-top:5px;
	text-align:center;
	margin-bottom:2em;
	background:url(../images/footer.png) no-repeat top;
	}
#footer img {
	margin-right:5px;
	}
#footer a {
	color:#414141 !important;
	font-weight:bold;
	}
#footer a:hover {
	text-decoration:underline;
	font-weight:bold;
	}
#partner li {
	background:#f2f2f2;
	padding:4px;
	margin-top:2px;
	list-style-position:inside;
	margin-left:0;
	color:#1c4d59;
	}

.partner {
	float:left;
	margin:0 0 15px 10px;
	font-size:11px;
	line-height:12px;
	}

.externer_link {
    background:url(../images/aarrow_green.gif) no-repeat left;
    padding-left:17px;
    }
.externer_download {
    background:url(../images/file-blue.gif) no-repeat left;
    padding-left:17px;
    }			
#seite {
	list-style-type:none;
	}
#seite li {
	display:inline;
	margin:0;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.fieldset_left {
 	float:left;
    margin-left:4px;
	}
fieldset {
    padding:5px;
	border:1px solid #e9e9e9 !important;
	background:#fbfcfd;
    margin-bottom:1em;
    }

textarea {
    background:#fff url(../images/textarea_bg.jpg) repeat-x top;
    font-family:Tahoma;
	line-height:18px;
    padding:5px;
    border:1px solid #e9e9e9;
    width:578px !important;
    height:120px;
    font-size:11px;
    margin-bottom:10px;
    color:#606060;
    }
label {
    font-weight:bold;
	margin-left:5px;
    }
.alert {
    color:red;
    }

#hiddenlayer {
	display:none;
}

