﻿BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #eeeff8;
	background-image: none;

}
span.hidden {
	font-size: 12px;
	color: #eeeff8;
}


table.kopf {
	width: 750px;
	border: 1px solid Silver;
	padding: 0px;
	background-color: #F0F8FF;
	table-layout: fixed;
	overflow: hidden;
}


table.navigation {
	width: 753px;
	padding: 0px;
	margin:0px;
	background-color: #F0F8FF;
	table-layout: fixed;
	overflow: hidden;
}
td.navigation {
	width: 103px;
	background-color: #DCDCDC;
	text-align: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:  bold;
	font-size: 13px;
	color: #000040;
	table-layout: fixed;
	overflow:   hidden;
}


table.body {
	width: 750px;
	border: 1px solid Silver;
	/*background-color:#F0F8FF;*/
	background-color: #eeeff8;
	/*color: #000040;*/
	table-layout: fixed;
	overflow: hidden;
}
tr.body {
	/*background-color:#F0F8FF;*/
	background-color: #eeeff8;
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
td.body_spalte0 {
	width:150px;
	text-align: center;
	vertical-align:top;
}
td.body_spalte0_schmal {
	width:130px;
	text-align: center;
	vertical-align:top;
}
td.body_spalte1 {
	width:350px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
td.body_spalte1_breit {
	width:600px;
	text-align:left;
}
td.body_spalte1_unterstrich {
	width:350px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px;
	border-bottom-style:solid;
	border-color: silver;
}
td.body_spalte1_unterstrich_breit {
	width:600px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px;
	border-bottom-style:solid;
	border-color: silver;
}

td.body_spalte1_1 {
	width:120px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
}
td.body_spalte1_2 {
	width: auto;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
}
td.body_spalte1_1_rahmen {
	width:175px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
	 border-bottom-color:silver;
	 border-bottom-style:solid;
	 border-bottom-width:1px;
	 border-left-color:silver;
	 border-left-style:solid;
	 border-left-width:1px;
	 border-right-color:silver;
	 border-right-style:solid;
	 border-right-width:1px;
	 border-top-color:silver;
	 border-top-style:solid;
	 border-top-width:1px;
}
td.body_spalte1_2_rahmen {
	width: auto;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
	 border-bottom-color:silver;
	 border-bottom-style:solid;
	 border-bottom-width:1px;
	 border-left-color:silver;
	 border-left-style:solid;
	 border-left-width:1px;
	 border-right-color:silver;
	 border-right-style:solid;
	 border-right-width:1px;
	 border-top-color:silver;
	 border-top-style:solid;
	 border-top-width:1px;
}
input.kontakt {
	width:200px;
}
textarea.kontakt {
	width:200px;
}
td.body_spalte1_1_umfrage {
	width:60px;
	padding-left:10px;
	padding-right:10px;
	text-align: right;
}
td.body_spalte1_2_umfrage {
	width: auto;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
td.body_spalte2 {
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
}

span.bold16 {
	font-size: 15px;
	font-weight:bold;
}
span.minifont {
	font-size: xx-small;
}
img.inline{
	vertical-align: bottom;
}
span.hinweis {
	font-size: 12px;
}
table.hinweis {
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

table.fuss {
	width: 750px;
	border: 1px solid Silver;
	padding: 0px;
	margin:0px;
	/*background-color: #F0F8FF;*/
	background-color: #eeeff8;
	table-layout: fixed;
	overflow: hidden;
}
tr.fuss {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}






A:link  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: blue;
}
A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color:  Silver;
}
A:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: blue;

}