/*** EB **********************************
*
* rot/orange: #FD660A
*
**/

body{
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
} 

h1 {
	/* border:1px solid #DDDDDD; */
	font-size: 140%;
	font-weight: bold;
	/* margin: 0.2em;
	padding: 0 5px;*/
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
 
p , td{	font-size: 9pt;} 

		#container {
			width: 100%;
			width: 100%;
			width: 100%;
		}


table.MsoNormalTable, table.MsoNormalTable td {
         border: 1px solid gray; 
         border-collapse: collapse;
}



#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FD660A;
	font-weight: bold;
	font-style: italic;
	margin-left: 240px;
	padding-top: 25px;
	/* margin-top: 25px; */
	width: 360px;
	text-align:center;
}

@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  #slogan {font-size: 1em; text-align:center;}
}


.slogan2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FD660A;
	font-weight: bold;
	font-style: italic;
}

#logo {
	float: right;
	vertical-align: top;
	width: 120px;
}

#address{
	padding-top:47px;color:white;font-weight:bold;padding-left:185px;font-size:80%;
}		
#content {
	padding-left: 3px;
	margin-left: 180px;
	/* padding-right: 5%; */
	background-color: white;
}




#innercontent{
	line-height: 1.5em;
	/*margin-left: 18%;
	margin-right: 23%;
	*/
	margin-left: auto;
	margin-right: auto;
	width: 515px;
}



	#left {
		float: left;
		width: 180px;
		width: 190px;
		width: 180px;
		margin: 0;
	}

	
	
#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	height: 40px; /*background-color: #297E54;*/
	color: Olive;
	text-align: right;
	padding-right: 8%;
}




/** Topnav **/
ul.navbar {
	 	 
	 margin-left: 0;
    padding-left: 0;
	list-style-type: none;
	text-align:right; 
	width:100%;
	letter-spacing: 0.15em;
	

	/* border-bottom:1px solid white; */
}

/*

	*html li {	display:inline; }
*/

/* ul.navbar a, ul.navbar li {display:block;}
*/
a.topLevel1 {
	display: block;
	text-decoration: none;
	color: White;
	font-weight: bold;
	line-height: 30px; /*border-bottom: 1px dotted silver;*/
	background-image: url(img/1st_off.gif);
	padding-left: 5px;
	background-repeat: no-repeat;
}
a.topLevel1Active {
	display: block;
	text-decoration: none;
	color: White;
	font-weight: bold;
	line-height: 30px; /*border-bottom: 1px dotted silver;*/ 
	background-image: url(img/1st_on.gif);
	padding-left: 5px;
	background-repeat: no-repeat;
}


a.topLevel2 {
	display: block;
	text-decoration: none;
	color: White;
	font-weight: bold;
	line-height: 18px;
}


a.topLevel2Active {
	display: block;
	text-decoration: underline;
	color: Black;
	font-weight: bold;
	line-height: 18px;
}



a.topLevel3 {
	display: block;
	text-decoration: none;
	color: White;
	line-height: 18px;
}


a.topLevel3Active {
	display: block;
	text-decoration: underline;
	color: Black;
	line-height: 18px;
}

a.topLevel4 {
	display: block;
	text-decoration: none;
	color: silver;
	line-height: 14px;
}


a.topLevel4Active {
	display: block;
	text-decoration: underline;
	color: Black;
	line-height: 14px;
}

/** URHere **/ 

.URHere {
	font-size: 7pt; text-decoration:none;
	margin-bottom: 10px;
	
}




/** Suche **/

a.treffer_title, a.treffer_title:visited {	color:blue; text-decoration:underline; }

p.treffer_url{	color:#008000; } /** google-grün :) **/

.search_result_bar {
	background-color: #CCFFCC;
	border-top: 1px solid #00A806;
	margin-bottom: 8px;
	font-weight: bold;
}

/**** Forms */
input, textarea, select {width:200px; border: 1px solid gray; 
font-family: verdana,arial,helvetica;}
	
	
/** Footer **/	
a.footer{
	color: olive;
	text-decoration: none;
}

a.print {
	background-image: url(img/icon_print.gif);
	background-repeat: no-repeat;
	color: gray;
	text-decoration: none;
	padding-left:20px;
}

a.print:hover, a.footer:hover {
	color: blue;
	text-decoration: underline;
}	


 

/************************
 **** Print Styles *****
 ***********************/
@media print{ 
/*hide left und footer*/
#left, #footer, .URHere {display:none;} 
#left {width:0px}
#container{border-left:0;} 
#innercontent{margin-left:-100px;}

	

}

