body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	font-size: 12px;
	text-align: left;
}

div {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 12px;
}

tr, td, th {
	font-size: 12px;
}

th {
	font-weight: bold;
}

h1 {
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 10px;
}

input {
	font-size: 10px;
}

textarea {
	font-size: 12px;
}

select {
	font-size: 10px;
}




/*-----------------------------------------------------------------------------
	Definition der Standard-Tabellen innerhalb der Seite
-----------------------------------------------------------------------------*/

.tab_norm {
	width: 600px;
	border-collapse: collapse;
/*	border-collapse: seperate; */
	border-spacing: 0px;
	empty-cells: show;
	border: 0px;
}

.tab_norm th, .tab_norm th:hover {
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

.tab_norm tr:hover {
	background-color:#F0FED6;
}

.tab_norm td {
	padding: 2px;
}

.tab_header {
	font-weight: bold;
	background-image: url('/bilder/tab_header.gif');
}




/*-----------------------------------------------------------------------------
	Seitenaufbau anhand DIV-Layers generieren
-----------------------------------------------------------------------------*/

.rahmen {
	width: 1008px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	background-color: #ffffff;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.header {
	height: 100px;
	width: 1008px;
}

.standort {
	height: 25px;
	width: 1008px;
	font-size: 11px;
	text-indent: 5px;
	border-bottom: 1px dotted #999999;
	clear: both;
}

.subnavi {
	float: left;
	display:none;
	width: 155px;
	padding-left: 0x;
	font-size: 11px;
	border-right: 1px dotted #999999;
	padding-top: 0px;
}

.inhalt2 {
	float: left;
	width: 853px;

}

* html .inhalt2 {
	width: 851px;
}

.google_spalte {
	display:none;
	float: right;
	margin-left:10px;
	width: 210px;
}

.google_bgcolor {
	border:1px solid #cccccc;
}

.google_headline {
	background-color:#cccccc;
	padding:2px;
	text-align:center;
}

.google_inhalt {
	text-align:center;
	padding:4px;
}

.footer {
	clear: both;
	width: 1008px;
	text-align: center;
	border-top: 0px dotted #999999;
}


/*-----------------------------------------------------------------------------
	Definition von Email-Kontakt / Broschüre anfordern Layer im Profl
-----------------------------------------------------------------------------*/
#emailkontakt {
	width:595px;
}

#emailkontakt .ueberschrift {
	padding:5px;
	padding-left:3px;
	height:15px;
	font-weight:bold;
	border-bottom: 2px dotted #008000;
}

#emailkontakt .inhalt {
	padding:5px;
	padding-left:3px;
}



#broschuereanfordern {
	width:595px;
}

#broschuereanfordern .ueberschrift {
	padding:5px;
	padding-left:3px;
	height:15px;
	font-weight:bold;
	border-bottom: 2px dotted #008000;
}

#broschuereanfordern .inhalt {
	padding:5px;
	padding-left:3px;
}




/*-----------------------------------------------------------------------------
	Link-Farb-Verwaltung (Link / Visited / Hover / Active)
-----------------------------------------------------------------------------*/

a:link {
	color: #0080C0;
	text-decoration: none;
}
a:visited {
	color: #0080C0;
	text-decoration: none;
}
a:hover {
	color: #0080C0;
	text-decoration: underline;
}
a:active {
	color: #0080C0;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------
	Hauptnavigation
-----------------------------------------------------------------------------*/

#menue {
	font-size: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #efefef;
}
#menue ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menue ul li {
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
	color: #efefef;
}

#menue a {
	font-size: 100%;
	display: block;
	border-bottom: 1px dotted #666666;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #666666;
	width: 100%;
}

#menue ul li {
	font-size: 100%;
	display: block;
	text-decoration: none;
	color: #666666;
	width: 100%;
}
#menue .navrub a {
	display: block;
	font-size: 100%;
	border-bottom: 1px dotted #666666;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #666666;
	height: 15px;
	width: 100%;
	text-indent: 15px;
}

#menue .navrub_aktiv a {
	display: block;
	font-size: 100%;
	border-bottom: 1px dotted #666666;
	background-color: #e4e3c7;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #666666;
	height: 15px;
	width: 100%;
	text-indent: 15px;
}

#menue .navsubrub a {
	display: block;
	font-size: 90%;
	border-bottom: 1px dotted #666666;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #444444;
	height: 15px;
	width: 100%;
	text-indent: 30px;
}
#menue .navsubrub_aktiv a {
	display: block;
	font-size: 90%;
	border-bottom: 1px dotted #666666;
	background-color: #e4e3c7;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #444444;
	height: 15px;
	width: 100%;
	text-indent: 30px;
}
#menue ul li a:hover, #menue ul li a:focus {
	color: #0080C0;
	background-color: #F0FED6;
	text-decoration: underline;
}

#menue .navkat {
	font-weight:bold;
	background-color:#efefef;
}

#menue .navkat_aktiv {
	font-weight:bold;
	background-color:#e4e3c7;
}

#menue .navrub_aktiv {
	font-weight:bold;
	background-color:#e4e3c7;
}

#menue .navsubrub {
}
