html {height: 100.1%; }
body {height: 100.1%; }

/*-----------------------------------------------------------------------------------------------------*/
/* Definition der Schriften */
P, DIV, H1, H2, H3, H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.lauftextfett {
	font-weight: bold;
}
A {
	text-decoration: underline;
	color:#333333;
}
A:link {
	text-decoration: underline;
}
A:visited {
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
	color: #666666;
}
A:active {
	text-decoration: none;
	color: #666666;
}
/*-----------------------------------------------------------------------------------------------------*/
/* Definition der Schriften Content */
TD#content H1 {
	font-weight: bold;
	font-size: 14px;
}
TD#content H2 {
	font-weight: bold;
	margin-bottom: 5px;
}
TD#content p {
	margin-bottom: 0px;
}
TD#content .formularfeld {		
	color: #333333;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #DBDBDB;
}
TD#content p.aufzaehlung {
	margin-bottom: 2px;
}
TD#content .Zwischentitel {
	font-weight: bold;
	margin-bottom: -10px;
}
TD#content .detailTable {
	border: 1px solid #999999;
}
TD#content .detailTitel {
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-top: 1px;
}
TD#content .detailText {
	font-size: 11px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
TD#content .referenztext {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
TD#content .refernztitel {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.erforderlichStern {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E94F3E;
}
/*-----------------------------------------------------------------------------------------------------*/
/* Definition der rechten Spalte */
TD#spalte_rechts .bild {
	border: solid 1px #807F84;
}
TD#spalte_rechts .kastentitel {								/* TITEL H1 FÜR AKTUELL DEFINIEREN*/
	font-size: 12px;								/* SCHRIFTGRÖSSE */
	color: #FFFFFF;									/* SCHRIFTFARBE */
	background-color: #E94F3E;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0px;
	font-weight: bold;
	border: 1px solid #666666;
}
TD#spalte_rechts .kastentext {						/* ABSATZ FÜR AKTUELL DEFINIEREN */
	padding: 5px;							/* RAHMEN: STÄRKE, STIL:DURCHGEZOGN, FARBE */
	line-height: 1.2em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #F1F1F1;
}
/*-----------------------------------------------------------------------------------------------------*/
/* Definition der Navigation */
TD#navigation .naviTitel {
	width: 145px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 0px;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
}
TD#navigation .navi_1 {
	width: 145px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 0px;
	margin-bottom: 2px;
	letter-spacing: 0.05em;
}
TD#navigation .navi_2 {
	width: 134px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 11px;
	margin-bottom: 1px;
	letter-spacing: 0.05em;
	margin-top: 1px;
}
TD#navigation .navi_3 {
	width: 134px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 0px;
	margin-left: 11px;
	margin-bottom: 0px;
	letter-spacing: 0.05em;
	margin-top: 0px;
}
TD#navigation .aktiveSeite {
	color: #CCCCCC;
}
TD#navigation A {
	text-decoration: none;
	color:#FFFFFF;
}
TD#navigation A:link {
	text-decoration: none;
}
TD#navigation A:visited {
	text-decoration: none;
}
TD#navigation A:hover {
	text-decoration: none;
	color: #CCCCCC;
}
TD#navigation A:active {
	text-decoration: none;
	color: #666666;
}
/*-----------------------------------------------------------------------------------------------------*/
/* Definition der Tabelle und der Zellen */
TABLE#maintable {											/* Grössendefintion für die gesamte Tabelle */
	width: 800px;
	height: 600px;
	border: 1px solid #999999;
}
TD#header {													/* Kopfzeile mit Logo und Hauptlinks */
	width: 800px;
	height: 125px;
	vertical-align: top;
}
TD#navigation {												/* Navigation links */
	width: 134px;
	background-color: #807F84;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
TD#adresse {												/* Bild mit Adresse unter der Navigation */
	width: 165px;
	height: 95px;
	background-color: #807F84;
	vertical-align: bottom;
}
TD#content {												/* Grösse und Abstände für den Inhalt */
	width: 430px;
	height: 424px;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}
TD#spalte_rechts {
	width: 145px;
	background-color: #D8DADC;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
TD#footer {													/* Fusszeile mit den Veränden */
	width: 800px;
	height: 26px;
	vertical-align: bottom;
}
.infoansuessmann {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E94F3E;
}

TABLE#news {
	margin-left: 20px;
	width: 615px;
}
TD .news_content {
	width: 428px;
	padding-right: 20px;
}
TD .news_image {
	width: 167px;
	
}
TD#news_bg {
	background-image: url(images/template/news_bg.gif);
	background-repeat: repeat-y;
}
