 /* Für Alzheimer Patienten, wie mich:
 #head h1
 alle h1 Überschriften mit id="head"
 
 #Navi ul a
 alle a's in ul in Navi
 
 .unternavi .verzweigung1 
 Für alle Klassen verzweigung1, die innerhalb der Klasse unternavi stecken
 
 ul.mainnavi li.top
 alle li mit der Klasse top, die sich in ul's der Klasse mainnavi befinden
 
 * html #container #head #quickrechts
 Liest nur der IE
 
 */

#tabelle-ansprechpartner ul {
	margin: 0px;
	padding-left: 1em;
	list-style-type: none !important;
}
#tabelle-ansprechpartner img {
/*	margin-left: 12px;*/
}


#tabelle-ansprechpartner .ul-ohneRand {
	margin: 0px;
	padding: 0px;
	list-style-type: none !important;
} 
#tabelle-ansprechpartner ul.ul-ohneRand li
{
	margin: 0px;
	padding-left: 1em;
	list-style-type: none !important;
}
#tabelle-ansprechpartner img
{
/*	text-align: justify;*/
/*	vertical-align: middle;*/
display: block;
	padding: 0px;
}
#tabelle-ansprechpartner ul li
{
	list-style-type: none !important;
}

/*#tabelle-ansprechpartner tr
{
max-height:50px !important;
}
#tabelle-ansprechpartner td
{
max-height:50px !important;
}*/

.hinweise
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.fett
{font-weight: bold}

a img
{border: none !important;
}


hr
{
	margin: 0;
	padding: 0;
}

body{
	font:12px verdana, sans-serif;
	background-color: #FFFFFF;
	color: #012B3E;
	margin-top: 0;
	padding: 0;
}
.normal{
	font:12px verdana, sans-serif ! important;
	color: #012B3E ! important;
}

#container{
	margin-top: 0;
	margin-right: 2%;
	margin-left: 3%;
	background-image: url(../img/background/uebergang.png);
	background-repeat: repeat-x;
	background-position: 0% 35px;
	margin-bottom: 0px;
}

#headerbild{
	background-image: url(../img/rahmen/headerbild.jpg);
	background-repeat: no-repeat;
/*	background-position: 100% 40px;*/
	background-position: 100% 0px;
}

#container #head{
	height: 110px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 35px;
}


#container #head h1{
	color:#3155A3;
	margin:0;
	background-image: url(../img/rahmen/logo.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 900;
	padding-left: 75px;
	left: 140px;
	top: 3px;
	height: 70px;
	padding-top: 12px;
	font-style: normal;
}

.Quicklinks {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


#toplist {
	margin-left: 10px;
	list-style-type: none;
	margin-top: 12px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

* html #container #toplist
{
	padding-bottom: 0px;
}

#toplist li {
	float: left;
	padding-right: 0px;
	position: relative; /*wichtig, damit es aufklappt*/
}

#toplist a {
	color: #D7DFF0;
	text-decoration: none;
}
#toplist a:hover {
	text-decoration: underline;
}

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

/*Hier sind die eigentlichen Listenelememte */
#toplist li li a {
	color: #012B3E;
	font-size: 11px;
	display: block;
	background-color: #E3E9F4;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	height: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #012B3E;
	border-right-color: #012B3E;
	border-bottom-color: #012B3E;
	border-left-color: #012B3E;
}

#toplist li li a:hover {
	background-color: #A0B7e8;
	text-decoration: none;
}

/*Das sind hier die 3 Pop-Spalten:*/
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	background-color:#999966; /*!!!*/
}

/*li>ul {
	top: auto;
	left: auto;
}*/

#toplist li li {
	display: block;
	float: none;
	background-color: white;
	border: 0;
}

#toplist li:hover ul, li.over ul {
	display: block;
}

#container #head #quickrechts {
	text-align: right;
	margin-right: 5px;
	position: absolute;
	top: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	right: 40px;
}
* html #container #head #quickrechts {
	top: 23px;
	right: 35px;
}
#container #head #quickrechts select {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em;
	margin-left: 4px;
	margin-top: 8px;
	font-size: 10px;
	width: 140px;
}

#container #head #quickrechts #telefonhead {
	font-size: 11px;
	text-align: right;
	margin-top: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


/*  N A V I G A T I O N  */
#Navi {
	width: 191px;
	font-size: 12px;
	float: left;
	margin-left: -5px;
	margin-top: 175px;
}

* html #Navi {
	position: absolute;
	left: 3%;
}

#Navi ul a{
	text-decoration:none;
}
a {
	text-decoration: none;
	color: #012B3E;
}


#Navi ul.mainnavi{
	list-style: none;
	margin:0;
	padding:0;
	font-family: Arial;
	font-weight: normal;
}

#Navi ul.mainnavi li{
	background-image: url(../img/rahmen/menuendegreek.gif);
	margin-top: 0px;
	background-repeat: no-repeat;
}


#Navi ul.mainnavi a{
	text-decoration:none;
	padding-left: 7px;
	display: block;
	height: 25px;
	line-height: 25px;
}

#Navi ul.mainnavi a.verzweigung0 {
	background-image: url(../img/rahmen/pfeilunten.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
	background-position: 8px 50%;
}

#Navi ul.mainnavi li.top{
	background-image: url(../img/rahmen/topbildgreek.gif);
	height: 27px;
	font-size: 12px;
	display: block;
	padding-top: 10px;
	background-repeat: no-repeat;
}



#Navi ul.mainnavi li.ende{
	height: 37px;
	font-size: 9px;
	color: #666666;
	text-align: right;
	padding-top: 16px;
	padding-right: 3px;
	line-height: 1em;
	background-repeat: repeat-x;
}

#Navi ul.mainnavi a:hover, #Navi ul.mainnavi a:active
{
background-color: #A0B7e8;
}
#Navi ul.mainnavi a:hover, #Navi ul.mainnavi a:active
{
background-color: #A0B7e8;
}
.gewaehlt
{
	background-color: #A0B7e8 ! important;
}

#Navi ul.unternavi{
	padding:0;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#Navi ul.unternavi a{
	display: block;
	width: 166px;
	background-color: #E3E9F4;
	margin-left: 5px;
	background-image: url(../img/rahmen/quadrat.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 17px;

}

#Navi ul.unternavi li{
}


#Navi ul.unternavi a:hover, #Navi ul.unternavi a:active
{
background-color: #A0B7e8;
}
#Navi .unternavi .quadrat1 {
	background-image: url(../img/rahmen/quadrat.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
#Navi .unternavi .verzweigung1 {
	background-image: url(../img/rahmen/pfeilrechts.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
#Navi .unternavi .checkbox {
	background-image: url(../img/pixx/hakenicon.gif) ! important;
	background-repeat: no-repeat;
	background-position: 4px center;
}
#Navi .unternavi .antragicon {
	background-image: url(../img/pixx/antragicon.gif) ! important;
	background-repeat: no-repeat;
	background-position: 4px center;
}
#Navi .unternavi .c1rot {
	background-image: url(../img/rahmen/pfeilrechts-rot.gif) ! important;
}
#Navi .unternavi .c1blau {
	background-image: url(../img/rahmen/pfeilrechts-blau.gif) ! important;
}
#Navi .unternavi .c1gelb {
	background-image: url(../img/rahmen/pfeilrechts-gelb.gif) ! important;
}
#Navi .unternavi .c1gruen {
	background-image: url(../img/rahmen/pfeilrechts-gruen.gif) ! important;
}


#Navi .unternavi .auswahl1 {
	padding-left: 10px;
}

#Navi .unternavi .verzweigung2 {
	background-image: url(../img/rahmen/pfeilunten.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 16px;
	width: 167px;
}
#Navi .unternavi .verzweigung3 {
	background-image: url(../img/rahmen/pfeilunten.gif);
	background-position: 13px center;
	background-repeat: no-repeat;
	padding-left: 27px;
	width: 118px;
}
#Navi .unternavi .verzweigung3g {
	background-image: url(../img/rahmen/pfeilrechts.gif);
	background-position: 13px center;
	background-repeat: no-repeat;
	padding-left: 27px;
	width: 118px;
}
#Navi .unternavi .c2rot {
	background-image: url(../img/rahmen/pfeilunten-rot.gif) ! important;
}
#Navi .unternavi .c2blau {
	background-image: url(../img/rahmen/pfeilunten-blau.gif) ! important;
}
#Navi .unternavi .c2gelb {
	background-image: url(../img/rahmen/pfeilunten-gelb.gif) ! important;
}
#Navi .unternavi .c2gruen{
	background-image: url(../img/rahmen/pfeilunten-gruen.gif) ! important;
}
#Navi .unternavi .q2rot {
	background-image: url(../img/rahmen/quadrat-rot.gif) ! important;
}
#Navi .unternavi .q2blau {
	background-image: url(../img/rahmen/quadrat-blau.gif) ! important;
}
#Navi .unternavi .q2gelb {
	background-image: url(../img/rahmen/quadrat-gelb.gif) ! important;
}
#Navi .unternavi .q2gruen {
	background-image: url(../img/rahmen/quadrat-gruen.gif) ! important;
}

#Navi .unternavi .auswahl2 {
	padding-left: 27px;
	width: 156px;
	background-image: url(../img/rahmen/quadrat.gif);
	background-repeat: no-repeat;
	background-position: 14px center;
}
#Navi .unternavi .auswahl3 {
	padding-left: 37px;
	width: 108px;
	background-image: url(../img/rahmen/quadrat.gif);
	background-repeat: no-repeat;
	background-position: 24px center;
}

#Navi .mainnavi .ende a {
	margin-top: -10px;
	color: #666666;
	font-style: italic;
}



#menurechts{
float:right;
width:120px;}
#menurechts ul{
margin:0px;
padding:30px 0 0 0px;
list-style:none;}
#menurechts li{
padding:0 0 5px 0;
margin:0;}
#menurechts a{
color:black;
background:#e1e1e1;
padding:2px 20px 2px 20px;
border:1px solid black;
font:bold 12px verdana, sans-serif;
text-decoration:none;
text-align:center;}
#menurechts a:hover{color:white;background:#9a9a9a;}


#content{
	border-right-width: 1px;
	border-right-color: #435482;
	border-right-style: solid;
	color:#012B3E;
	margin-top: 0px;
	margin-left: 188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 168px;
	background-color: #FFFFFF;
	background-image: url(../img/content/ohnealles.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#container #schatten {
	background-image: url(../img/content/shadow1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

* html #content{
	/*word-wrap: break-word;*/ 
	margin-right: 169px;
	margin-top: 0px;
	border-top-width: 1px;
/*	border-right-width: 1px;
	border-right-color: #435482;
	border-right-style: solid;*/
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #435482;
	border-bottom-color: #435482;
	border-left-color: #435482;
	height: 1%;
}


#content #contentheader {
	height: 39px;
	margin-left: 143px;
	background-repeat: repeat-x;
	background-image: url(../img/rahmen/balken.gif);
}

* html #content #contentheader {
	margin-right: -3px;
}

.contentheaderimage {
	background-image: url(../img/rahmen/balken.gif);
	background-repeat: repeat-x;
}
#content #contentheader a
{
	font-size: 10px;
	text-decoration: none;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*line-height: 20px;*/
	float: left;
	margin-left: 3px;
	vertical-align: baseline;
}

#content a:hover {
	text-decoration: underline !important;
}
#content a
{
text-decoration: underline;
}
.hs0 {
	font-size: 18px;
	font-style: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif, "Franklin Gothic Medium";
}
.hs1 {
	font-size: 14px;
	font-weight: 600;
	font-variant: small-caps;
	text-align: right;
	font-style: italic;
	background-color: #FFFFFF;
}

#contentmain h1 {
	text-align:left !important;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.schriftweiss {
color: #FFFFFF; !important;
}

.hs2 {
	text-align:left !important;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.hs3 {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

#contentmain .hs4 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8698D2 ! important;
	color: #FFFFFF;
	padding-left: 22px;
}
#contentmain .hs4plus {
	font-size:12px;
	margin-right:0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.hs5 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #A0B7e8;
	margin-left: 0px;
}
.bunten
{
	/*border-bottom-width: 4px;*/
		border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E3E9F4;
	border-right-width: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.boben
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 2px;
	/*border-top-width: 4px;*/
	border-top-style: solid;
	border-top-color: #E3E9F4;
	border-right-width: 20px;
}
.sunten
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F4699;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bobengelb
{border-top-color: #FED24F !important;}

.buntengelb
{border-bottom-color: #FED24F !important;}

.bobenrot
{border-top-color: #922F26 !important;}

.bobenblau
{border-top-color: #3B65A6 !important;}

.buntenrot
{border-bottom-color: #922F26 !important;}

.bobengruen
{border-top-color: #2E7214 !important;}

.buntengruen
{border-bottom-color: #2E7214 !important;}

.buntenblau
{border-top-color: #3B65A6 !important;}

#hs1 a img
{
vertical-align: text-bottom;
}

#content #contentheader h1{
	font-size: 14px;
	margin-left: 170px;

}

#content h2{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E3E9F4;
	border-right-color: #E3E9F4;
	border-bottom-color: #E3E9F4;
	border-left-color: #E3E9F4;
}

#content h3{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 142px;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #012B3E;
	font-style: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif, "Franklin Gothic Medium";
	background-image: url(../img/content/h2.gif);
	border-top-color: #012B3E;
	border-right-color: #012B3E;
	border-bottom-color: #012B3E;
	border-left-color: #012B3E;
	border-left-width: 20px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#content h4{
	margin:25px 0 10px 0;
	padding:2px 0 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E3E9F4;
	border-right-color: #E3E9F4;
	border-bottom-color: #E3E9F4;
	border-left-color: #E3E9F4;
	border-right-width: 1px;
	border-right-style: solid;
}

#content p {
	text-indent: 0em;
	line-height: 120%;
	margin-left: 0px;
	margin-right: 10px;
	color: #012B3E;
	margin-top: 5px;
	text-align: justify;
}


#foot{
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #20469A;
	background-color: #FFFFFF;
	font-size: x-small;
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
}

#container #foot #footlist {
	color: #012B3E;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
}

#container #foot #footlist li {
	float: right;
	padding-right: 5px;
}
#container #foot #footlist a {
	color: #012B3E;
	text-decoration: none;
}

/*  I N F O  */

#container #Info {
	font-size: 0.9em;
	float: right;
	width: 160px;
	padding: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	color: #012B3E;
}

* html #container #Info {
	position: absolute;
	right: 3%;
}
  
#container #Info #Infoheader {
	height: 39px;
	background-image: url(../img/rahmen/balkeninfo.gif);
	margin-bottom: 5px;
}

#container #Info #Aktuelles
{
	display: block;
	height: 90px;
	font-size: 1em;
	float: none;
	margin: 0;
	padding: 0;
	background-color: #EBEBEB;
	border: 1px solid #20469A;
	text-align: left;
}


/*		Fuer Boot #container #Info #Aktuelles2{
	display: none;
	height: 90px;
	font-size: 1em;
	float: none;
	margin: 0;
	padding: 0;
	background-color: #EBEBEB;
	border: 1px solid #20469A;
	text-align: left;
  }*/

#container #Info #Aktuelles2{
	height: 90px;
	font-size: 1em;
	float: none;
	background-color: #EBEBEB;
	border: 1px solid #20469A;
	text-align: left;
	background-image: url(../img/logo/fremdlogos/hanseboot.gif);
	color: #000000;
	background-repeat: no-repeat;
	background-position: 75px 15px;
	margin: 0;
	padding: 0;
}
/*#container #Info #Aktuelles2{*/
/*display: block;*/
/*display: none;
	height: 90px;
	font-size: 1em;
	float: none !important;
	background-color: #fff;
	border: 1px solid #20469A;
	text-align: left;
		background-image: url(/img/logo/fremdlogos/boot-logo2.gif);
	color: #000000;
	background-repeat: no-repeat;
	background-position: 82px 13px;
	margin: 0;
	padding: 0;
}*/
	
#container #Info #Aktuelles2 p{
	padding-left: 0px;
}
		
#container #Info #Aktuelles a {
	color: #FFFFFF;
	  }
	
#container #Info #Freundewerben
{
display: none;
}
	
#container #Info #Freundewerben, #container #Info #Partnerprogramm
{
	border: 1px solid #20469A;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-color: #DCE0EB;
	margin-top: 2px;
	float: none;
}

#container #Info #Angebotanfordern{
	border: 1px solid #20469A;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-color: #DCE0EB;
	margin-top: 2px;
	float: none;
}
#container #Info #adressgreek{
	border: 1px solid #20469A;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-color: #DCE0EB;
	margin-top: 2px;
	float: none;
}


#container #Info #Freundewerben img, #container #Info #Partnerprogramm img {
	text-align: right;
}
#container #Info #Angebotanfordern img {
	text-align: right;
}
#container #Info #adressgreek img {
	text-align: right;
}
#container #Info #Feedback{
	border: 1px solid #20469A;
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-color: white;
	clear: both;
	background-image: url(../img/info/megaphon.jpg);
	margin-top: 2px;
}

#container #Info #Feedbackengl{
	border: 1px solid #20469A;
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-color: white;
	clear: both;
	margin-top: 2px;
}

#container #headerbild #Info #Feedback p {
	margin-left: 70px;
	margin-top: 30px;
}

#container #Info #Feedback img {
	text-align: right;
}


#container #Info #Partner{
	/*height: 50px;*/
	font-size: 1em;
	float: none;
/*	margin-top: 5px;
	margin-bottom: 5px;*/
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #20469A;
	margin-top: 2px;
  }
  
#container #Info #Partner select {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em;
	margin-left: 4px;
	margin-top: 0px;
	font-size: 10px;
	width: 150px;
}

.hintergrundblau
{
	background-color:#D9D9FF;
	text-align: center;
	vertical-align: middle;
}
.hintergrundrot
{
	background-color:#EEEEEE;
	text-align: center;
	vertical-align: middle;
}
.hintergrundgelb
{
	background-color:#EEEEEE;
	text-align: center;
	vertical-align: middle;
}

#container #Info h2 {
	font-size: 1em;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-left: 0.5em;
	color: #012B3E;
	text-align: left;
	border-top-color: #7F9DB9;
	border-right-color: #7F9DB9;
	border-bottom-color: #7F9DB9;
	border-left-color: #7F9DB9;
	border-bottom-width: 1px;
  }
  
#container #Info h3 {
	font-size: 1em;
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	padding-left: 0.5em;
  }
  
#container #Info p {
    font-size: 1em;
    margin: 0.5em;
  }


.linkerRand {
	background-color: #FFFFFF;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	height: 300px;
	width: 40px;
	float: none;
}
.mehr {
	font-size: 9px;
	text-align: right;
	margin-right: 0px;
	border: 0;
	padding-right: 2px;
	padding-bottom: 2px;
}


.icons {
	margin-top: 20px;
	margin-left: 5px;
}

#contentheader #right {
	margin-right: 28px;
	/*	margin-right: 6px;*/
	text-align: right;
	float: right;
	/*line-height: 1em;*/
	margin-top: 14px;
}

#contentheader #right img{
	margin-top: 1px;
	float: left;
}

.slogan {
	margin-left: 100px;
}
.button1 {
	background-image: url(../img/content/button1o3Dvar.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	height: 41px;
	width: 156px;
	font-style: italic;
	padding-top: 14px;
	float: right;
	margin-right: -8px;
	padding-left: 48px;
}
#indexcollage {
	margin-left: 20%;
}
#indexcollage img {
	vertical-align: bottom;
	border: 0;
}
#indexcollage a
{
}


.contentlist {
	color: #012B3E;
	margin-left: 155px;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
}

.contentlist li {
	float: left;
	padding-right: 25px;
}


.contentlist a {
	color: #012B3E;
	text-decoration: none;
}


.ueberschrift2 {
	margin-left: 150px;
}
.collage {
	position: absolute;
	margin-top: 10px;
	margin-left: 15%;
	left: 190px;
	top: 365px;
}
.collagebb {
	position: absolute;
	margin-top: 138px;
	margin-left: 10%;
}
.table-anfrage
{
	color: #012B3E;
	font-size: 11px;
	margin-right: 10px;
	margin-left: auto;
	border-collapse: collapse;
}

.UKCellleft
{
	margin-left: 10%;
	text-align: right;
}
.table-uebersicht
{
	color: #012B3E;
	font-size: 11px;
	border-collapse: collapse;
}

.table-uebersicht td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E9F4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E9F4;
}
.tenpx
{
	margin-left:5px;
	margin-right: 0.5em;
}
.topabstand
{
	padding-top: 4px;
}


#contentmain
{
	margin-left: 40px;
	margin-right: 25px;
	min-height: 410px;
}

* html #contentmain
{
	height: 385px;
}
#contentmain img
{
	/*height: 420px;*/
/*	margin-left: 40px;
	margin-right: 30px;*/
/*	margin-bottom: 0px;
	padding-bottom: 0px;*/
}

#contentmainantrag
{
	margin: auto;
	margin-left: 3%;
}

/*FORMULARE*/
fieldset
{
	border-top-width: 10px;
	/*margin-right: 30px;*/
	margin-left: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #E3E9F4;
	border-right-color: #E3E9F4;
	border-bottom-color: #E3E9F4;
	border-left-color: #E3E9F4;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

legend
{
	background-color: #E3E9F4;
	/*	width: 140px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	background-color: #E3E9F4;
	margin-left: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #012B3E;
	border-right-color: #012B3E;
	border-bottom-color: #012B3E;
	border-left-color: #012B3E;
}

form
{
	font-size: 11px;
}
#content form p
{
	margin-left: 20px;
	margin-bottom: 0px;
}
.labelleft
{
	display: block;
	width: 140px;
	text-align: right;
	float: left;
	margin-right: 3px;
	font-family: Tahoma, Verdana, Arial, sans-serif, "Franklin Gothic Medium";
	padding-top: 5px;
}

input, select
{
	color: #012B3E;
	font-size: 11px;
	visibility: visible;
/*	background-image: url(../img/pixx/halbunsichtbar.gif);
	background-repeat: repeat;
	background-color: transparent;*/
}
.inputbig
{
	width: 140px;
}
.inputsmall
{
	width: 4em;
}
.linkesFeld
{
	/*	color: #A0B7E8;*/
	background-color: #FFFFAA;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #A0B7E8;
	border-right-color: #A0B7E8;
	border-bottom-color: #A0B7E8;
	border-left-color: #A0B7E8;
	border-right-width: 1px;
	border-right-style: solid;
	margin-top: -20px;
	padding: 3px;
}
.rechtsuntenRand
{
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #012B3E;
	border-bottom-color: #012B3E;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 1px;
}

#content ul li {
	list-style-type: square;
}

.kleineschrift
{
	font-size: 9px;
	font-weight: bold;
}
.kleineschrift2
{
	font-size: 11px;
}
.grosseSchrift
{
	font-size: 16px;
}
.bordernull
{border: 0;}

.text-right
{text-align: right;}

.kursiv
{font-style: oblique;}
.farbe0
{
background-color: #FFF;
}
.farbe1
{
background-color: #D7DFF0;
}
.farbe2
{
background-color: #9FB0BD;
}
.farbe3
{
background-color: #E3E9F4;
}
.farbe4
{
background-color: #012B3E;
}
.farberot1
{
background-color: #922F26 !important;
}
.farberot1font
{
color: #922F26 !important;
}
.farberot2
{
background-color: #FFF0D1 !important;
}
.farberot2font
{
color: #FFF0D1 !important;
}
.farbegelb1
{
background-color: #FED24F !important;
}
.farbegelb1font
{
color: #FED24F !important;
}
.farbegelb2
{
background-color: #FFF0D1 !important;
}
.farbegelb2font
{
color: #FFF0D1 !important;
}
.farbegruen1
{
background-color: #2E7214;
}
.farbegruen2
{
background-color: #C3EFBD;
}
.farbeblau1
{
background-color: #3B65A6 !important;
}
.farbeblau1font
{
color: #3B65A6 !important;
}

.farbeblau2
{
background-color: #C3EFBD !important;
}
.farbeblau2font
{
color: #C3EFBD !important;
}
.farbeblau3font
{
color: #012B3E !important;
}

.rot
{
background-color: #D3222C;
}
.floatnone {
	clear: both;
	float: none;
}

.unterstrichen
{text-decoration: underline;}

.box
{
color: #FFF;
}

.checkliste
{
	list-style-position: inside;
	list-style-type: decimal;
}

.checklisteli
{
width: 60%;
}
.blocksatz
{
text-align: justify;
}
.spalte
{
width: 240px;
float: left;
}
.imagerand
{
	border: 1px solid #E3E9F4;
}
.ab
{
background-image: none !important;
}
.aaa
{
background-image: none !important;
}
.textleft
{
	text-align: left !important;
	margin: 0px;
	padding: 0px;
}

