/* Standard HTML-Tags  */

* {
	color:#333;
	font-size: 12px;
	}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
blockquote, a, a img, font, img, dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	font-family: Arial, Helvetica, sans-serif;
}
html{
	height: 101%;
}

body{
	background-color: White;
}

ol, ul {
	list-style: none;
}

#overall{
	margin: auto;
	width: 960px;
	border: 1px solid Black;
	border-width: 0 1px 0 1px;
}

/* Header */

#top{
	background-image: url(../img/header_top.gif);
	width: 960px;
	height: 19px;
	border: 0;
}

#header{
	height: 103px;
	width: 960px;
	border: 0;
}

/* Top Menü */

#topnavi{
	font-size: 14px;
	margin-top: 0;
}

#topnavi ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid Black;
	border-width: 1px 0 0 0;
	background-image: url(../img/button2.gif);
	background-color: #FFF;
}

#topnavi ul li{
	display: inline;
}

#topnavi ul li a{
	margin-left: 0;
	float: left;
	color: black; /*text color*/
	padding: 5px 11px 5px 24px;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid Black;
	border-width: 0 1px 1px 0; 
	background-image: url(../img/button1.gif);
	background-repeat: no-repeat; 
	/*background-position: left;*/
}

#topnavi ul li a:hover{
	background-image: url(../img/button3.gif);
	border-bottom: 1px solid black;
}
#topnavi ul li a.current{
	background-image: url(../img/button4.gif);
	cursor: default;
	border-bottom: 1px solid White;
}

/* Content */

#content{
/*	padding-top: 10px;*/
	background-color: White;
	width: 960px;
	float:left;
}

#contentw{
	width: 600px;
	margin-left: 5px;
}

/* News Bereich */

#news{
	width: 160px;
	padding-left: 0;
	margin: 0;
	background-color: #F7F7F7;
	border: 1px solid #DFDFDF;
	border-width: 0 1px 0 0;
	}
#news ul{
	margin: 20px 0 0 20px;
}
#news ul li{
	margin: 0;
	padding: 0 5px 0 0;
}

#news a.catlink{
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 0 1px 20px;
	color: Black;
	font-size: 14px;
	text-decoration: none;
}

#news a.catlink:hover{
	/*text-decoration: underline;*/
	background-image: url(../img/link11.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#news a.img-link{
	visibility: visible;
	font-weight: bold;
	color: #0060B7;
	padding-left: 20px;
	background-image: url(../img/pfeil_right.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	margin: 0 0 6px 20px;
}
#news a.img-link:hover{
	text-decoration: underline;
}
#news a{
	text-decoration: none;
	color: #0060B7;
}
#news a:hover{
	text-decoration: underline;
}
#menue{
	width: 160px;
	padding-left: 0;
	/*margin: 0 20px 0 0;*/
	background-color: #F7F7F7;
	border: 1px solid #DFDFDF;
	border-width: 0 1px 0 0;
	}
#menue ul{
	margin: 5px 0 0 0;
}
#menue ul li{
	margin: 0;
	padding: 5px 5px 12px 20px;
}
#menue ul li a{
	display: block;
	text-decoration: none;
	color: Black;
	font-size: 14px;
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 18px;
}
#menue ul li a:hover{
	display: block;
	background-image: url(../img/link11.gif);
	background-repeat: no-repeat;
	background-position: left;
	/*color: #0060B7;*/
}
#menue ul li a.current{
	background-image: url(../img/link11.gif);
	background-repeat: no-repeat;
	background-position: left;
	cursor: default;
	text-decoration: underline;
}

#menue ul li a.sub{
	font-size: 12px;
	margin:-10px 0 0 16px;
	padding: 3px 0 3px 16px;
}
/***********************************************/

#main{
	width: auto;
	margin: 28px 0 0 10px;
	padding: 8px 5px 20px 5px;
}
.mainhl{
	display: none;
	font-size: 14px;
	/*visibility: hidden;*/
}

#main ul li{
	/*border-top: 2px dotted #0060B7;*/
	padding: 10px;
	width: 276px;
	display: block;
	float: left;
	margin-left: 10px;
}
#main ul li:hover{
	background-image: url(../img/bg_main_ul_2.jpg);
	background-repeat: no-repeat;
}
#main a{
	color: #0060B7;
	font-weight: bold;
	width:100%;
	margin: 0 0 2px 0;
	text-decoration: none;
}
ol.map{
	display:block;
	padding: 10px;
}
ul-map li{
	width:auto;
}
span.hidden{
	visibility: hidden;
}
span.hidden:hover{
	text-decoration: underline;
}
#main ul a:hover span.hidden{
	visibility: visible;
}
.textlink{
	color: Black;
	font-weight: normal;
}
.textlink:hover{
	text-decoration: none;
}
.minheight{
	min-height:184px;
}
.std-text{
	color: #333;
}
.underline:hover{
	text-decoration: underline;
}
a.catlink{
	background-image: url(../img/pfeil_right.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 0 1px 20px;
	color: #0060B7;
}

a.catlink:hover{
	/*text-decoration: underline;*/
	background-image: url(../img/pfeil_right2.gif);
}
a.sublink{
	background-image: url(../img/sub_right.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 0 1px 20px;
	color: #0060B7;
	display: inline;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

a.sublink:hover{
	text-decoration: underline;
	background-image: url(../img/sub_right2.gif);
	background-repeat: no-repeat;
	background-position: left;
}


#special{
	width:160px;
	border-left: 1px solid #DFDFDF;
	background-color: #F7F7F7;
	padding: 10px 0px 30px 0;
	margin-right:0;
	text-align: center;
	
}

/*  Newsseite */
div.news-hl{
	color:#0060B7;
	font-size:14px;
	border-bottom:2px dotted #0060B7;
	padding:0 0 3px 0;
	margin-bottom: 10px;
} 
#suche{
	width:460px;
}

#suche ul li{
	margin: 5px 0 5px 0;
	padding: 5px;
}
#suche ul li:hover{
	background-color: #FFE9C8;
}

/*#contentw{
	width:600px;
	padding-top: 10px;
	margin-left: 5px;
	
}*/
/**********************************************/

#footer{
	margin-top: 0;
}
#shadow{
	margin: auto;
	width: 962px;
	background-image: url(../img/shadow.gif);
}



/* Allgemein */

.border-r{
	border-right: 2px solid #9A9A9A;
}
.border-b{
	border-bottom: 2px solid #9A9A9A;
}
.padding-l{
	padding-left: 10px;
}
.padding-r{
	padding-right: 5px;
}
.newstext{
	padding: 15px 5px 0 10px;
}
#em{
	font-weight: bold;
}

.copy{
	font-size: 11px;
	color: White;
}
.highlight{
	font-weight:bold;
	color: #0060B7;
}
.lighter{
	color: #9A9A9A;
	font-size: 10px;
}
.imglink{
	display: inline;
}
.textmenu{
	border-left: 1px solid #999;
	padding: 7px;
	line-height: 150%;
	margin: 0 0 15px 25px;
	
	background: #EFEFEF;
	float: right;
}
.abteilung{
	margin: 10px 6px 3px 0;
	border: 1px solid #999;
	border-width: 0 0 0 1px;
	background: #EFEFEF;
	width: 600px;
	padding: 3px;
	height: 180px;
}
ol#wp{
	list-style: disc;
}
.footlink
{
	text-decoration: none;
}
.footlink:hover{
	color: #0060B7;
}
.headline{
	font-size: 13px;
	font-weight: bold;
}
a.hover-underline:hover{
	text-decoration: underline;
}
.more-news{
	background-color: #F7F7F7;
	border: 1px solid #9A9A9A;
	padding:10px;
}
.news-img{
	border: 1px solid #9A9A9A;
	background-color: #DFDFDF;
	padding: 10px;
	width:auto;
	float:right;
}
.haus-cont{
	text-align: right;
	color: White;
	background-color: #0060B7;
	padding:5px;
	margin-left: 5px;
}

.qm{
	background:#EFEFEF;
	padding:3px;
	padding-left:5px;
}
.img-border{
	border:1px solid black;
}
.grund-item{
	background-color: #F7F7F7;
	padding: 6px;
	margin-top: 10px;
	border: 1px solid #DFDFDF;
	line-height: 150%;
}
a.anfrage{
	background-image:url(../img/button_anfrage.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 20px 3px 25px;
	color:White;
	text-decoration: none;
	font-weight: bold;
}
a.anfrage:hover{
	background-image: url(../img/button_anfrage2.gif);
	color: White;
}

/* Inputs */
input{
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.submit{
	background-color: #0060B7;
	color:white;
	/*border:1px solid #0060B7;*/
}
input.submit:hover{
	background-color: #FFF;
	color: #0060B7;
}


/* Box styles */
#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin:0;
	padding:0;
	filter:alpha(opacity=80);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	padding:10px;
	border:1px solid #CCC;
	width:300px;
	height:300px;
	background-color:#A9A9A9;
	padding-bottom:30px;
	margin:0;
}
#ibox_wrapper a{
	background-image: url(../img/sub_right.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #0060B7;
}
#ibox_wrapper a:hover{
	background-image: url(../img/sub_right2.gif);
	text-decoration: underline;
}
#ibox_content {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	border:1px solid #000;
	padding:2px;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;
}
/* End Box */