@charset "utf-8";
/*float für .text aufgehoben, .spalte164rechts wird nicht angezeigt, Startseite gefloated*/
body {
	/*font-size: 11pt;*/
	font-size: 0.9em;
	width: 100% !important;
	background-color: white !important;
}
/*Divs*/
.container {
	width: 100%;
	overflow: visible;
}
.header {
	width: 100%;
}
.service {
	display: none;
}
.logo {
	text-align:right;
	float: none;
	width: 100%;
}
.topleiste {
	display: none;
}
.topnav {
	display: none;
}
.drucken {
	display: none;
}
.content {
	margin-left: 0px;
	margin-top: 10px;
	/*width: 100%;*/
	width: auto;
	margin-right: 15px;
}
.seknav {
	display: none;
}
.text {
	/*width: 74.8% !important;*/
	width: auto;
	float: none;
}
.text a:link:after, .text a:visited:after, .contentstart a:link:after, .contentstart a:visited:after {
/*   content: " (" attr(href) ") ";
   font-size: 90%;*/
   }

.spalte164rechts {
	display: none;
	/*width: 24.2% !important;*/
}
.bild164rechts {
	/*display: none;*/
	width: auto !important;
}
.bild164rechts dl {
	float: right;
}
.bild164rechts dl, .bild164rechts dl dt , .bild164rechts dl dt img{
	width: 100% !important;
}
.linkkasten164rechts {	
	/*display: none;*/
	width: auto !important;
}
/*Homepage divs*/
.contentstart {
	width: auto;
	margin-left: 0px;
	margin-right: 15px;
	overflow: hidden;
}
.themen {
	/*width: 463px !important;*/
	width: 55% !important;
}
.spalte336rechts {
	/*width: 366px !important;*/
	width: 44% !important;
	/*overflow muss von auto auf einen anderen Wert gesetzt werden, damit der IE die anderen Print-Breiten uebernimmt, bei visible macht Firefox Problem, deshalb hidden*/
	overflow: hidden;
	margin-bottom: 15px;
	/*padding-left: 1%;*/
}
.kasten336rechts {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFCFCF;
	background: none;
	/*width: 366px !important;*/
	width: 100% !important;
	padding-top: 35px;
	margin-bottom: 25px;
	/*overflow muss von auto auf einen anderen Wert gesetzt werden, damit der IE die anderen Print-Breiten uebernimmt, bei visible macht Firefox Problem, deshalb hidden*/
	overflow: hidden;
}
/*Footer*/
.footer {
	clear: both;
	float: none;
	position: static;	
	border-top-style: none !important;
	border-bottom-style: none !important;
	margin-top: 0px;
}
.footer li {
	float: none;
	text-decoration: overline;
}
.footer li.last {
	padding-left: 0;
}
.footer li a {
	display: none;
	height: 0px;
	line-height: 0px;
}
/*Links nach oben - zurueck*/
.upback {
	display: none;
}
/*Startseite*/
.kasten336rechts .bottom, .kasten336rechts .top {
	/*width: 194px !important;*/
	width: 53% !important;
	margin: 0;
	padding: 0;
}
.kasten336rechts .bottom p {
	width: auto;
	left: 0px;
	bottom: 0px;
}
.kasten336rechts .top {
	padding-left: 0;
}
.kasten336rechts .top h3 {
	margin-top: 0px;	
}
/*ENDE Startseite*/

/*Tabellen*/
table {
	/*im normalen Stylesheet steht: margin-bottom: 1.8em; Wenn die Tabelle am Ende/Anfang einer Seite erscheint, hat Firefox Probleme damit, und bricht nach der Tabelle um, auch wenn noch Platz ist auf der Seite. Bei weiteren Problemen margin-bottom ganz auf 0 setzten*/
	margin-bottom: 5px;
}
/*Ende Tabellen*/
/*Formular-Anpassungen wg. FF2*/
.text form {
	font-size: 90%;
}
.text legend {
	padding-left: 0;
	margin-left: 0;
}
.text fieldset {
	padding-left: 0px;
	border-left: none;
	border-right: none;
}
.text input, .text select {
	margin-left: 0;
}
.text label {
	text-align: left;
	float: none;
	display: block;
}
.text form .center {
	margin-left: 0;
	text-align: left;
}
