/*basics*/

body  {
	font-size: 12px;
	font: 11px / 16px Verdana, Arial;
	background-color: #0069b8;
	text-align: center;
	margin: 0;
	padding: 0;
}

.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
background-color: #fff;
text-align: left;
	}

img	{
	border: 0;
	}

a, a:link, a:visited {
	text-decoration: none;
	color: #0069b8;
}

a:hover {
	text-decoration: underline;
}
address {
	font-size: 10px;
	font-style: normal;
	text-align: left; }
	
/* schriftformatierungen */

h1, .haupttitel {
	margin-top: 0px;
	margin-bottom: 20px;
	font: 14px / 16px Verdana, Arial;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}

h3, .untertitel {
	
	font: 12px Verdana, Arial;
	color: #000;
	font-weight: bold;
}

h4 {
	
	font: 14px Verdana, Arial;
	color: #000;
padding-left: 20px;
background-color: #ECECEC;
border-left: 10px solid #EFBC07; 
	font-weight: bold;
}

td {
	font-size: 12px;
	font: 11px / 16px Verdana, Arial;
	text-align: left;
}


/* layout */

#shadow{
	background-image: url("/pictures/bg_shadow.gif");
	background-repeat: repeat-y;
	margin: auto;
	width: 946px;
}
#shadow_top{
	background-image: url("/pictures/bg_shadow_top.gif");
	margin: auto;
	width: 946px;
	height: 18px;
}

#main {
	background-image: url(/pictures/bg_main.gif);
	width: 910px;
	margin: auto;
	}

#header {
	background-image: url(/pictures/header.jpg);
	background-repeat: no-repeat;
	height: 165px;
	text-align: center; }


#navi {
	float: left;
	width: 164px;
	text-align: left;
font-weight: bold;
	background-color: #ececec;
}


#rechts {
	background-color: #ececec;
	float: right;
	width: 164px;
	text-align: left;
	margin-left: 10px;
}

#rechts ul {
margin: 0px;
padding: 20px 0px 5px 10px;
list-style-type: none;

}



#rechts ul li a {

font-size: 11px;
font: Verdana, Arial;
font-weight: bold;
padding: 5px;

text-decoration: none;
}

#rechts ul li a:hover {
	font-size: 11px;
	font: Verdana, Arial;
font-weight: bold;
padding: 5px;
list-style-type: none;
text-decoration: underline;
}

#searchbar { 
	margin: 10px 0px 13px 9px;
}

#searchbar form{ 
	margin: 0;
	padding: 0;
 	margin-bottom: 8px;
}

#searchbar a  { 
 	font-size: 11px;
font: Verdana, Arial;
font-weight: normal;
padding: 0px;

text-decoration: none;
 
 }  
#searchbar a:hover  { 
 	 	font-size: 11px;
font: Verdana, Arial;
font-weight: normal;
padding: 0px;

text-decoration: underline;
 
 }  

#searchbar input.suchfeld {
	padding: 2px;
	font-size: 11px;
	color: #9f9f9f;
	width: 100px;
	border: 1px solid #7f7f7f;
}
	
#searchbar input.suchfeld:focus, 
#searchbar input.suchfeld:hover  {
	color: #363636;
}




#content {
	margin: 0 164px 0 164px;
	background-color: #FFF;
	text-align: left;
}


#content div.innen {
	padding: 20px;
width: 540px;

}



#footer {
	background-image: url(/pictures/bg_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #ececec;
	height: 23px;
	padding-left: 184px;
	border-bottom: 1px solid white; }

#shadow_bottom{
	background-image: url("/pictures/bg_shadow_bottom.gif");
	background-repeat: repeat-y;
	margin: auto;
	width: 946px;
	height: 18px;
}


.invis {
	display: none; 
}

/*nav_bottom*/

#nav-bottom {
	height: 20px;
	margin: 20px 0 0;
	padding: 0;
	border-bottom: 1px solid black; }
.nav-bottom {
	float: left;
	}
  	

/* dokumente */

a.pdf  {
	background-image: url("/icons/module/Dokument3_0/icon_pdf_klein.gif");
	}
a.doc, a.rtf  {
	background-image: url("/icons/module/Dokument3_0/icon_word_klein.gif");
	}
a.xls  {
	background-image: url("/icons/module/Dokument3_0/icon_excel_klein.gif");
	}
a.pps  {
	background-image: url("/icons/module/Dokument3_0/icon_powerpoint_klein.gif");
	}
a.zip  {
	background-image: url("/icons/module/Dokument3_0/icon_zip_klein.gif");
	}
 a.document {
	background-position: 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}
/* ----- suchresultpage -----*/

#resultfullsearch fieldset {
	border: 1px solid #CFCFCF;
	padding: 8px;
}

#resultfullsearch fieldset legend {
	border-bottom: 1px solid #CFCFCF;
	border-left: 3px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	background-color: white;
	padding: 3px 5px 4px 5px;
	margin-top: 7px;
}

fieldset.options { 
	padding-left: 15px; 
	margin: 4px; 
	background-color: #fbfbfb
}

fieldset.options label {width: auto;}
fieldset.options form {border: none;}

div.pages fieldset { 
	padding-left: 15px; 
	margin: 4px; 
	background-color: #fbfbfb 
}

div.pages a.document {padding: 0;}

div.docs fieldset {  
	padding-left: 15px; 
	margin: 4px; 
	background-color: #fbfbfb }

#created {
text-align:right;
color: #a4a4a4;
}

#created a {
color: #a4a4a4;
}

