/*
-----------------------------------------------
ALLGEMEINES
----------------------------------------------- */

html { 
	padding:	0;
	margin:	0;
}

body {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	padding: 2px;
	margin: 2px;
}

.clearboth {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px; /* wenn das auf 0 ist gibt es probleme im NS 6 */	
	line-height: 1px; /* wenn das auf 0 ist gibt es probleme NS 6 */	
	overflow: hidden;
	visibility: hidden;
}

#fontsize {
	height: 0; 
	width: 0; 
	overflow: hidden;
	position: absolute;
}

.clearboth img {
	display: none;
}

img {
	border: 0;
}

form { 
	padding:0px;
	margin:0px;
}

abbr {
	cursor: help;
	border-bottom: 1px #000 dotted;
}

.abbr {
	cursor: help;
	border-bottom: 1px #000 dotted;
}



#subheader {
	background: url(/images/bg_subheader.gif) repeat-x;
}

#subheader_pfeil {

}

#path {
	padding: 0;
	float: left;
}

#path a {
	color: #000;
	font-weight: normal;
}

#search_input {
	float: left;
	padding: 6px 6px 0 6px;
	width: 8.5em;
}

html>body #search_input {
	padding: 6px 7px 6px 6px; /* für Netscape, der IE bricht bei 100% um */
	margin-right: 5px;
}

#search_input input {
	width:100%;
}

#search_submit {
	float: left;
	width: 8.5em;
	background-position: 100% 0;
	margin: 0;
	padding: 6px 7px 0 0;
}

#search_submit input {
	background: url(/images/search_button.gif) no-repeat;
	border: 0;
	width: 82px;
	height: 23px;
	padding: 0;
}

/* Sprache */

#language {
	float: left;
	padding: 5px 0 5px 0;
}

.language_flags a {
	padding: 2px;
}

a {
	font-weight: bold;
	color: #000;
}

#search {

}

/*
-----------------------------------------------
STRUKTUR
----------------------------------------------- */

#header {
	background: url(/images/bg_header.gif) repeat-x;
	background-position: 100% 0;
	height: 116px;
}

#center_page {
  width: 100%;
}

#site { 
	background-color: #fff;
}


#footer {
	background-color: #E2F5C9;
	padding: 10px;
}


/*
-----------------------------------------------
INHALT
----------------------------------------------- */

#content {
	float: left;
}

html>body #content {
	width: 100%; /* für Netscape, der IE bricht bei 100% um */
}


.pics_right_small img,
.pics_left_small img,
.pics_right_big img,
.pics_left_big img {
	
	float: left; /* Grüne Linie unter den Bildern weg Achtung NS 6 macht zicken  */

}

.zeile_inhalt_kopf {
border-top: 1px solid #000;
padding-top: 5px;
}




/* Linkformat Kopf */

#content .textkopf_right_small a,
#content .textkopf_right_big a,
#content .textkopf_left_small a,
#content .textkopf_left_big a,
#content .textkopf_middle a
 {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}



/* Navi */

.letters {
	position: relative;
	display: block;
	width: 99%;
}

.letters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

.letters li {
	float: left;
	margin: 0 .7em .7em 0;
	text-align: center;
	color: #fff;
}

.letters .aktiv a:link, 
.letters .aktiv a:visited {
	padding-top: 3px;
  font-size: 1em;
	display: block;	
	width: 1.8em;
	height: 1.5em;
	color: #fff;
	text-decoration: none;
	background-color: #8BC53E;
	border: 1px solid #5C8A1F;
}

.letters .aktiv a:hover, 
.letters .aktiv a:active {
	background-color: #666;
}


/*
-----------------------------------------------
ÜBERSCHRIFTEN
----------------------------------------------- */


#middle h1  {
	font: normal 14px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 5px;
	background-color: #BAE97C;
}

#middle h2 {
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 10px 0;
}

#middle h2 a {
	text-decoration: none;
}

.padding_left {
	padding: 0 0 10px 10px;
}

.padding_right {
	padding: 0 10px 10px 0;
}

.specials a {
	color: #000;
}

.specials h2 {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
}

.specials .padding_color {
	padding: 10px;
	font: normal 1em Arial, Verdana, Helvetica, sans-serif;
	background-color: #E2F5C9;
}

.specials .padding {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
}

.pass_pic {
	float: left;
	width: 30%;
	text-align: right;
	margin-top: 10px;
}

/*
-----------------------------------------------
Menue
----------------------------------------------- */

#menue {
	background-color: #fff;
}

#menue ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menue ul li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menue ul li {
	margin: 0;
	padding: 2px 0 0 0;
	background: #fff;
}

#menue ul li a:link,
#menue ul li a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	background: #BAE97C url(/images/menue_pfeil.gif) no-repeat;
	width: 100%;
	display: block;
	line-height: 22px;
	text-indent:28px; /* kann der IE5 nicht richtig anzeigen */
}

*>html #menue ul li a:link,
*>html #menue ul li a:visited {
	display: inline; /* kann nur der MAC IE, wird für display:block benötigt. Das kann er nicht */
}

#menue ul li a:hover, 
#menue ul li a:active {
	background-color: #A8DC63;
}

/* UNTERMENUE */


#menue ul li ul li {
	padding: 0;
	padding: 1px 0 0 0;
	background: #fff;
}

#menue ul li ul li a:link, 
#menue ul li ul li a:visited {
	font-weight: normal;
	color: #000;
	display: block;
	text-indent:20px;
	text-decoration: none;
	overflow: hidden;
	background: #D7EEB8 url(/images/submenue_pfeil.gif) 8px 5px no-repeat;
	width: 100%;
	line-height: 17px;
}

*>html #menue ul li ul li a:link, 
*>html #menue ul li ul li a:visited {
	display: inline; /* kann nur der MAC IE, wird für display:block benötigt. Das kann er nicht */
}

#menue ul li ul li a:hover, 
#menue ul li ul li a:active {
	background-color: #A8DC63;
}

#menue ul li.submenue {
	padding-top: 0;
}

.menue_select {
	background: #A8DC63 url(/images/menue_pfeil.gif) no-repeat;
}

.menue_subselect {
	background: #A8DC63 url(/images/submenue_pfeil.gif) 8px 5px no-repeat;
}

/*
-----------------------------------------------
Footer
----------------------------------------------- */

#footer a {
	font-weight: normal;
	color: #000;
}

/*
-----------------------------------------------
Links
----------------------------------------------- */


.link_extern,
.link_intern,
.link_download,
.link_person,
.link_email,
.link_back
  {
	margin: 5px 0 5px 0;
}

.link_extern a {
	font-weight: bold;
	color: #000;
	padding-left: 18px;
	background: url(/images/icon_externer_link.gif) 0 2px no-repeat;
	text-decoration: none;
}

.link_intern a {
	font-weight: bold;
	color: #000;
	padding-left: 18px;
	background: url(/images/icon_intern_link.gif) 0 2px no-repeat;
	text-decoration: none;
}

.link_download a {
	font-weight: bold;
	color: #000;
	padding-left: 18px;
	background: url(/images/icon_download_link.gif) 0 2px no-repeat;
	text-decoration: none;
}

.link_more a {
	font-weight: bold;
	color: #000;
	padding-left: 18px;
	background: url(/images/icon_more_link_bl.gif) 0 2px no-repeat;
	text-decoration: none;
}

.link_more_black a {
	font-weight: bold;
	color: #000;
	padding-left: 18px;
	background: url(/images/icon_more_link_bl.gif) 0 2px no-repeat;
	text-decoration: none;
}

.link_person a {
	font-weight: bold;
	color: #000;
	padding-left: 18px;
	background: url(/images/icon_personen_link.gif) 0 2px no-repeat;
	text-decoration: none;
}

.link_email a {
	font-weight: bold;
	color: #000;
	padding-left: 18px;
	background: url(/images/icon_email_link.gif) 0 2px no-repeat;
	text-decoration: none;
}

.link_back a {
	font-weight: bold;
	color: #000;
	padding-left: 18px;
	background: url(/images/icon_back_link.gif) 0 2px no-repeat;
	text-decoration: none;
}

/*
-----------------------------------------------
Formulare
----------------------------------------------- */

#formular form { 
	padding: 0;
	margin: 0;
}

#formular fieldset {
	border: 1px #8BC53E solid;
	margin-bottom: 2px;
	padding: 2px;
}

#formular legend {
	background-color: #8BC53E;
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	padding: 3px;
}

#error fieldset {
	border: 1px #ff0000 solid;
	padding: 2px;
}

#error legend {
	background-color: #ff0000;
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	padding: 5px;
}

#formular input, 
#formular textarea, 
#formular select {
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	background-color: #F2F4EE;
}

#formular input:focus, 
#formular textarea:focus, 
#formular select:focus {
	border: solid #8BC53E 2px;
	background-color: #fff;
}
 

#formular label {
	cursor: pointer;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
}

#formular .formrow {
	width: 100%;
	padding: 2px 0 2px 0;
	margin-bottom: 1px;
	background-color: #EFF7E4;
}

#formular .formrow_color {
	width: 100%;
	padding: 2px 0 2px 0;
	margin-bottom: 1px;
	background-color: #E2F5C9;
}

#formular .formrow_nocolor {
	width: 100%;
	padding: 2px 0 2px 0;
	margin-bottom: 1px;
}

#formular .left {
	float: left;
	text-indent: 2px;
	width: 20%;
}

#formular .leftcheckbox {
	float: left;
	width: 20%;
	text-align: right;
}

#formular .right {
	float: left;
	width: 80%;
}

#formular .error {
	border: solid #ff0000 2px;
	background-color: #F2F4EE;
 }
 
 #formular .texterror {
	color: #ff0000;
}


#formular .checkbox_row {
	width: 100%;
	padding: 0px;
	border-bottom: 2px solid #fff; 
}

#formular .checkbox_last {
	width: 100%;
	padding: 0px;
}

#formular .checkbox_small {
	float: left;
	width: 20%;
	text-align: right;
}

#formular .checkbox_label {
	float: left;
	width: 80%;
}



#formular #vorname, 
#formular #nachname, 
#formular #nachricht, 
#formular #betreff,
#formular #email,
#formular #telefon,
#formular #mobil,
#formular #fax {
	width: 100%;
} 

#formular #plz,
#formular #hausnummer {
	width: 20%;
} 

#formular #strasse,
#formular #ort {
	width: 68%;
} 