/*-- Tags -------------------------------------------------------------------*/
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #eeeeee;
}

html {
	height: 100%;
	width: 100%;
}

body, td, textarea, input, select, p {
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #3a3a3a;
	line-height: normal;
}

/*.bold {
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: normal;
}*/

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

p {
	margin: 0 0 10px 0;
}

hr {
	background: #FFF;
	height: 1px;
	border: none;
	border-bottom: 1px solid #D5D5BC;
	clear: both;
}

h1 {
	color: #C8005C;
	font-family: arial, verdana;
	font-size: 16px;
	font-weight: bold;
}

#rechteseite a, a:link, a:visited {
	color: #3a3a3a;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
}

#rechteseite a:hover, a:active {
	color: #3a3a3a;
	font-size: 11px;
	text-decoration: underline;
	line-height: 18px;
}

#linkeseite a, a:link, a:visited {
	color: #3a3a3a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

#linkeseite a:hover, a:active {
	color: #3a3a3a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
	padding-right: 6px;
	margin-right: -6px;
	background: url('images/dot.gif') center right no-repeat;
}

#linkeseite a.navi_aktiv {
	color: #3a3a3a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
	padding-right: 6px;
	margin-right: -6px;
	background: url('images/dot.gif') center right no-repeat;
}

input.radio, input.checkbox {
	width: 15px;
}

input.text_kurz, select.text_kurz {
	width: 60px;
}

/*-- Layout -----------------------------------------------------------------*/
#center {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 800px;
	height: 60px;
	background: #eee url(images/logo_survey.gif) no-repeat 580px 10px;
}

#gesamt {
	width: 800px;
	height: 400px;
	margin-top: 20px;
	background: #ffffff;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	float: left;
}
/* wird vom IE ignoriert, ist aber wichtig fuer andere Browser, um die Höhe verlängern zu können */
#gesamt[id] {
	height: auto;
	min-height: 400px;
}

#header {
	width: 800px;
	height: 100px;
	background: #fff url(images/header.jpg) no-repeat 0 0;
}
#header_text {
	width: 780px;
	height: 100px;
	padding: 81px 20px 3px 0;
	text-align: right;
	color: #fff;
	font-weight: normal;
}
/*#mitte {
	width: 800px;
	height: 400px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}*/
/* wird vom IE ignoriert, ist aber wichtig fuer andere Browser, um die Höhe verlängern zu können */
/*#mitte[id] {
	height: auto;
	min-height: 400px;
}*/

#linkeseite {
	width: 150px;
	height: 230px;
	border: none;
	padding: 60px 20px 80px 10px;
	text-align: right;
	float: left;
	clear: both;
}

/* wird vom IE ignoriert, ist aber wichtig fuer andere Browser, um die Höhe verlängern zu können */
#linkeseite[id] {
	height: auto;
	min-height: 230px;
}

#linkeseite ul {
	list-style: none;
}
#linkeseite ul li {
	padding: 3px 0px 3px 0px;
}

#rechteseite {
	width: 510px;
	height: 450px;
	float: left;
	padding: 10px 50px 40px 60px;
	color: #000;
}
/* wird vom IE ignoriert, ist aber wichtig fuer andere Browser, um die Höhe verlängern zu können */
#rechteseite[id] {
	height: auto;
	min-height: 450px;
}


#kontakt_li, #kontakt_re {
	width: 240px;
	margin-right: 10px;
	float: left;
}
#kontakt_li p, #kontakt_re p {
	font-size: 11px;
	line-height: 18px;
}

#clearing {
	height: 0px;
	clear: both;
}

#footer {
	font-size: 10px;
	font-weight: normal;
	width: 800px;
	text-align: center;
	color: #3a3a3a;
}
#footer a {
	font-size: 10px;
	font-weight: normal;
	color: #3a3a3a;	
	text-decoration: underline;
}



.taetigkeit {
	color: #3a3a3a;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
}

.adresse {
	color: #3a3a3a;
	font-size: 14px;
	font-weight: bold;
}
.rot {
	color: #C8005C;
	font-family: arial, verdana;
	font-size: 13px;
	font-weight: bold;
}

.liste li {
	padding-bottom: 5px;
}

.fliesstext {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color:#3a3a3a;
	line-height:18px;
}

.fliesstext-fett {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
	line-height: 18px;
}

.fehler {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

#kontaktformular {
	width: 80%;
}

#kontaktformular td {
	padding: 0px;
	vertical-align: top;
	height: auto;
	padding-bottom: 5px;
}

#kontaktformular td input.text {
	width: 240px; /* Gesamt: 244 (w=240; p=2*1; b=2*1; extraborder bei input: 2*1) */
	margin: 0;
}

#kontaktformular td input#plz {
	width: 50px; /* insg 54 */
	margin-right: 4px;
}
#kontaktformular td input#ort {
	width: 180px; /* insg. 184 */
	margin: 0;
}
#kontaktformular td textarea#bemerkung {
	width: 240px;
}

input.text, textarea {
	padding: 1px;
}

#back_next {
	text-align: center;
	padding-top: 10px;
	width: 500px;
}
#back_next a {
	background: none;
	text-decoration: none,
}
