
/* --------------- Layout Stylesheet ---------------*/ 
/* alles zurücksetzen */
*{
margin:0;
padding:0;
}
/* hovereffekt nur für IE */
#sparte1, 
#sparte2, 
#sparte3, 
#sparte4,
#sparte5, 
#sparte6, 
#sparte7  
{	behavior: url(/files/edinger/js/hover.htc );}
/* hovereffekt nur für IE ENDE */
/******************************
* THE BODYstyles
******************************/
h1,h2,h3,h4{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
padding:10px 0;
color: #015AB8;
font-size:115%;
letter-spacing: 1px;

}
h2{
	font-size: 1.1em;
	letter-spacing: 1px;
	background-color: #A5D0F0;
	padding:5px 0;
}
h3{
	font-size: 1em;
	letter-spacing: 1px;
	color: #005B94;
	padding:5px 0;
}
p {
	font-weight: normal;
}
html, body {
margin: 0;
padding: 0;
background-color: #EBF3F8;
background-image: url(/files/edinger/images/bg.gif);
background-position: top;
background-repeat: repeat-x;
behavior:url(/files/edinger/hover.htc);

}
#gesamt {
position: relative;
width: 764px;
margin: 0px auto 10px auto;
padding: 0;
text-align: left;
background-color: #EBF3F8;
 background: url(/files/edinger/images/contentbg.gif);
}
#head {
	background: #ffffff url(/files/edinger/images/header-bg.gif);
	height: 138px;
	border-bottom: none;
}
#head h1 {
	display: none;
}
#navcontainer {/*Dies ist der Navigationsbereich unter dem Head*/
	background-color: #A7D0F0;		
	padding: 2px;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	line-height: 12px;
}

#navcontainer a {
	font-weight: normal;
	border-right: 1px solid  #ffffff;	
	padding: 2px 8px 1px 8px;
		text-decoration: none;
		color:  #000000;
		background-color: #BFCDD8;

}
#navcontainer a:hover{
	background-color: #Fdea07;	
	color: #005B94;
	
}
#navcontainer .active {
	color: #005B94;
	font-weight: bold;
	background-color: #Fdea07;
}

#linke-spalte {/*Dies ist der linke Bereich und dient zur Bestimmung der Breite*/
	background-color: transparent;
	width: 170px;
	float: left;
	margin: 0px;
	padding:1px;
	font-size: 11px;
}

#linke-spalte h1 {
background-color: #49A5EE;
color: #ffffff;
border-top:1px solid #ffffff;
margin:5px 2px 0px 0px;
font-size: 12px;
text-align: center;
padding:2px 0;
letter-spacing: normal;
}
#linke-spalte form {
	background-color: #BFCDD8;
	margin-right:3px;
	padding-bottom:3px;
}
#inhalt {
	background-color: transparent;
	float: left;
	padding:5px 8px 5px 5px;
	width: 575px;/*Breite = Gesamtbreite minus Navi - Inhalts-paddings*/

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #002B46;
	font-size: 11px;
}
#inhalt a {
	color: #005B94;
	font-weight: bold;	
}

#inhalt a:hover {
	color: #B62D18;
	text-decoration: overline;
}
#footer {
	background-color: #A5D0F0;	
	clear: both;
	padding:2px 5px 2px 5px;
	margin:1px;
	border-top: 1px #ffffff solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #333333;
	text-decoration: overline;
}
/* ------------------ Inhaltsstyles ------------------*/ 
#inhalt ul, #inhalt li{
		margin-left:10px;
		clear: both;
	}
#inhalt li{
				list-style-image:  url(/files/lwd/images/li.gif);
				margin-bottom:10px;
				clear: both;
}
.abstand-li { 

	color: #515151;
	margin:-12px 2px 2px 40px;
	display:block;
	width: 350px;
	float:left;
	
}

/* --------------- Layout Stylesheet ENDE---------------*/ 
/* ------------------ Menü ------------------*/ 
#menu-container {/*Hier kommt das Menü hinein, je nach Bedarf kann man noch weitere Container setzen.*/
	background-color: transparent;
	margin: 0px;
	padding:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
#menu-container .imageborder {
	margin:2px;
}
/* -----------------navigation - komplett ---------------- */

#navi {
	
	display: block;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navi a {
	text-decoration: none;
	color: #015AB8;
	font-weight: bold;
	display: block;
	padding: 0px 0px 0px 4px;
	background-color: #A5D0F0;
	width: 162px;
	border:1px solid;
	border-color: White #AFABA0 #AFABA0 White;
	
}
#navi a:hover, #navi a:focus {
	color: #ffffff;	
	font-weight: bold;
	background-color: #015AB8;  
	border-color: #AFABA0 White White #AFABA0;	
	border-left:3px solid #FDEA07;
	width: 161px;
}

#navi .active {
	color: White;
	border: none;
	font-weight: bold;
	border:1px solid;
	border-color: #AFABA0 White White #AFABA0;
	background-color: #005B94; 
	
}
/* --- Untermenü 1.Ebene wenn Unterpunkte vorhanden---*/ 
#navi .subvorhanden{
	color: #015ab8; 
	wi
	background: #a5d0f0 url(/files/edinger/images/menu_li1.gif) no-repeat right;
}
#navi .suboffen_active{
	color: White;
	border:1px solid;
	border-color: #AFABA0 White White #AFABA0;
	background: #005B94 url(/files/edinger/images/menu_li.gif) no-repeat right;

}
/* --- Untermenü 2.Ebene ---*/ 
#navi .sub a{
	
padding-left:10px;
width: 156px;
font-weight: normal;
	background: #F4F4F4 url(/files/lwd/images/menu_li2.gif) no-repeat -4px 4px;
	font-size: 11px;
	color: #015ab8;
}
#navi .sub a:hover{
background: #015ab8 url(/files/lwd/images/menu_li1.gif) no-repeat -4px 4px ;
	font-weight: normal;	
	color: White;
width: 154px;}
#navi .sub .active{
	background: #005B94 url(/files/lwd/images/menu_li1.gif) no-repeat -4px 4px ;
	font-weight: normal;	
	color: White;
}



/* ------------------ Menü ENDE------------------*/ 
/* ------------------ Formular ------------------*/ 
#inhalt form {
	margin-left: 5px;
}
.fehler
{color: #990000;	
font-size: 0.9em;
padding:3px;
background-color: #DECFC6;

border: 1px solid #990000;}

input {
	border: 1px solid #3F3B2F;
	background-color: #F2F0EA;
	margin: 5px;
	padding: 2px 2px 2px 5px;
	background-image: url(/files/edinger/images/form_back.gif);
background-repeat: repeat-x;
	 
}
fieldset {
	border: none;
}
select {
	border: 1px solid #3F3B2F;
	background-color: #F2F0EA;
	margin: 5px;
	padding: 2px 2px 2px 5px;
	width: 148px;
	 
}
#textarea{margin-left:15px;}

.submit, .reset { 
background-color: #005B94;
background-image: none;
   border: 1px solid ;
	border-color: White #333333 #333333 White;
   color: #ffffff;
	margin:0px;	
	padding:2px;
	font-size: 11px;
	text-decoration: none;	
 }
.submit:hover {
	background-color: #FDEA07;
	color: #015AB8;
	cursor: pointer;
}
.text { 

float:left; line-height: 200%; 
clear: both;

 }
.beschriftung { width: 190px; float:left; line-height: 200%;  clear: left; }
.beschriftunginnen {line-height: 100%; vertical-align: text-top; }

input:focus, input:hover 
{ background-color: #cccccc; 
color:#333333;
}
.hmitte{ /* --- für Checkboxen die 2-spaltig angeordnet sind ---*/ 
vertical-align: text-top;
line-height: 20px; 

display:block;
float:left;
width: 210px;/* --- Breite jeder Spalte ---*/ 
}
/* ------------------ Formular ENDE------------------*/ 
/* Schriftgrößenbox */
#clientbox{
margin:0 0 2px 0px;
padding:0;
background-color:#FFFFFF;
background-image:url(/files/edinger/images/content-bg.jpg);
background-repeat:repeat-x;
height:30px;
}

div#subnav{
height:30px;
width:170px;
margin:0 0 0 0px;
padding:0;
border:0;
background:transparent;
float:left;
z-index: 1;
}
div#subnav ul#menu2{
height:30px;
width:170px;
background:transparent url(/files/edinger/images/fontsize.jpg) top left no-repeat;
margin:0;
padding:0;
position:relative;
}
div#subnav ul#menu2 li{
margin:0;
padding:0;
list-style:none;
position:absolute;
top:0;
}
ul#menu2 li,ul#menu2 a{
height:30px;
display:block;
}
div#subnav ul#menu2 li a{
text-indent:-9999px;
text-decoration:none;
}
#leftsmall{
left:0;
width:45px;
z-index: 1;
}
#leftsmall a:hover{
background:transparent url(/files/edinger/images/fontsize.jpg) 0 -30px no-repeat;
}
#leftlarge{
left:47px;
width:40px;
}
#leftlarge a:hover{
background:transparent url(/files/edinger/images/fontsize.jpg) -47px -30px no-repeat;
}
#justsmall{
left:87px;
width:42px;
}
#justsmall a:hover{
background:transparent url(/files/edinger/images/fontsize.jpg) -87px -30px no-repeat;
}
#justlarge{
left:130px;
width:40px;
}
#justlarge a:hover{
background:transparent url(/files/edinger/images/fontsize.jpg) -130px -30px no-repeat;
}


/* ------------------ positionsklassen------------------*/ 
.mitte /* --- Zentriert das element im Content ---*/ 
{
display: block;
text-align: center;
margin:0;
padding:0;
}

.rechts{/* --- Rechtsbündig ---*/ 
	clear: right;
	float: right; 
	margin-left: 3px;
	
		}
.links{/* --- Linksbündig ---*/ 
		clear: both;
		float: left; 
		margin-right: 3px;
		}
.links-border	{/* --- Linksbündig mit rahmen---*/ 
		clear: both;
		float: left; 
		margin-right: 3px;
		margin-bottom:5px;
		border:2px solid #ffffff;
		clear: both;
		float: left; 
		margin-right: 3px;
		}	
.clear {/* --- Linksbündig ---*/ 
		clear: both;}
.abstand {
	width: 200px;
	display:block;
	float:left;
}
/* ------------------ Positionsklassen ENDE------------------*/ 
/* ------------------ Allgemeine Styles------------------*/ 
.team {
	
	background-color: #A7D0F0;
	height: 130px;
	padding:5px;
	}

p{
margin:2px 10px 10px 10px;
color:#515151;
font-size:11px;
line-height: 150%;
}
.imageborder {
	border:2px solid #ffffff;
}
a:hover .imageborder {
	border:2px solid #005b94;
	filter:Invert();
}
.imagebordernavi {
	border:2px solid #ffffff;
	margin:3px;
}
a:hover .imagebordernavi {
	border:2px solid #005b94;
	filter:Invert();
}
.zentrieren {
	text-align: center;
	margin:auto;
}
.smallfont
{
margin:0px 0px 5px 5px;
font-size:11px;
color:#515151;
text-align:left;
font-family:  Arial, Helvetica, sans-serif;
text-indent:0em;
}

/* ------------------ box------------------*/ 
#sidebar {
	float: right;
	clear: both;
	width: 220px;
	background-color: #A7D0F0;
	border: 1px solid #ffffff;
}
#sidebar .news
{
margin:1px;
padding:3px;
font-size:11px;
color:#515151;
text-align:left;
font-family:  Arial, Helvetica, sans-serif;
background-color: #ffffff;
}
#sidebar h1 {
	text-align: center;
	border-bottom: 3px double #ffffff;
	background-color: #49A5EE;
	color: #ffffff;
	line-height: normal;
	padding:3px 0;
	
}
#sidebar h2 {
	text-align: center;	
	background-color: #A5D0F0;
	color: #ffffff;
	line-height: normal;
	padding:2px 0;
	font-size: 11px;
	
}
#sidebar p, {
margin:0;
line-height:140%;
color:#545454;
text-align:left;
}
.newslink {
	display: block;
}
.newsdate {
	display: block;
	text-align: right;	
	font-style: italic;
}
	/* +++ Tooltipp +++  */	
					
						
a.info {
	cursor: help;
	border-bottom: 1px dashed #999;
	text-decoration:none;
	}
a.info span { display: none; }
a.info:hover span { /* diese Anweisung für Geckos u. Opera */
	display:block;
 position:absolute; 
	top:1em;
	left:0.2em; 
	width:21em;
 border:1px solid #004C7E;
	padding:2px; 
	background:#A7D0F0; 
	color:#005b94;
	text-align: left;
	font-size:81%;
	font-weight: normal;
	
	}
	*html a.info:hover span { /* diese Anweisung für IE */
	display:block;
 position:absolute; 
	top:18.8em;
	left:0em; 
	width:21em;
 border:1px solid #004C7E;
	padding:2px; 
	background:#A7D0F0; 
	color:#005b94;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size:81%;
	}
#inhalt a.info:hover { /* für die Anzeige im Internet Explorer */
	z-index:25;
	background-color: transparent;
	text-decoration: none;
		}

a.info { /* relativ zum Elternelement positionieren */
	position: relative;
	z-index:24;
	}
	
	
	
	a.info1 {
	cursor: help;
	border-bottom: 1px dashed #999;
	text-decoration:none;
	}
a.info1 span { display: none; }
a.info1:hover span { /* diese Anweisung für Geckos u. Opera */
	display:block;
 position:absolute; 
	top:-45em;
	left:45em; 
	width:21em;
 border:1px solid #004C7E;
	padding:2px; 
	background:#A7D0F0; 
	color:#005b94;
	text-align: left;
	font-size:81%;
	font-weight: normal;
	
	}
	*html a.info1:hover span { /* diese Anweisung für IE */
	display:block;
 position:absolute; 
	top:18.8em;
	left:0em; 
	width:21em;
 border:1px solid #004C7E;
	padding:2px; 
	background:#A7D0F0; 
	color:#005b94;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size:81%;
	}
#inhalt a.info1:hover { /* für die Anzeige im Internet Explorer */
	z-index:25;
	background-color: transparent;
	text-decoration: none;
		}

a.info1 { /* relativ zum Elternelement positionieren */
	position: relative;
	z-index:24;
	}
	
	/* +++ Tooltipp für Team +++  */	
					
						
a.info-team {
	cursor: help;
	border-bottom: 1px dashed #999;
	text-decoration:none;
	}
a.info-team span { display: none; }
a.info-team:hover span { /* diese Anweisung für Geckos u. Opera */
	display:block;
 position: absolute; 
	top:0em;
	left:0em; 
	width:35em;
 border:1px solid #004C7E;
	padding:2px; 
	background:#ffffff; 
	color:#005b94;
	text-align: left;
	font-size:81%;
	font-weight: normal;
	
	}
	
#inhalt a.info-team:hover { /* für die Anzeige im Internet Explorer */
	z-index:25;
	background:#ffffff; 
	text-decoration: none;
		}

a.info-team { /* relativ zum Elternelement positionieren */
	position: relative;
	z-index:24;
	}
	/* Formatierung für Versicherungssparten */
	#hauptsparte1,
	#hauptsparte2
	{
		width: 400px;
		height: 120px;
		margin:auto;		
	}
	*html #hauptsparte1,
	*html #hauptsparte2
	{
		width: 430px;
		height: 120px;
		margin: auto;	
		
	}
	#sparte1, 
	#sparte2, 
	#sparte3, 
	#sparte5, 
	#sparte6, 
	#sparte7  
	{
		width: 120px;
		height: 120px;
		float: left;
		padding:5px;
	}
	
#sparte4
{
		width: 390px;
		height: 120px;
		margin:auto;
		padding:15px 10px 5px 0px;
	}	
*html #sparte4
{
		width: 400px;
		height: 120px;
		margin:auto;
		padding:0px 10px 0px 0px;
	}	
#sparte1 .zeige,
#sparte2 .zeige,
#sparte3 .zeige,
#sparte4 .zeige, 
#sparte5 .zeige,
#sparte6 .zeige,
#sparte7 .zeige, 
img.hover  {

display: none;
}
#sparte1:hover .zeige, 
#sparte2:hover .zeige, 
#sparte3:hover .zeige, 
#sparte4:hover .zeige, 
#sparte5:hover .zeige, 
#sparte6:hover .zeige, 
#sparte7:hover .zeige, 
/* IE Klassen */
#sparte1.hover .zeige, 
#sparte2.hover .zeige, 
#sparte3.hover .zeige, 
#sparte4.hover .zeige,
#sparte5.hover .zeige, 
#sparte6.hover .zeige, 
#sparte7.hover .zeige
{
display:block;
 position: absolute; 
width:250px;
 border:1px solid #004C7E;
	padding:2px;
	margin-left:0px;
	margin-top:80px; 
	background: #A7D0F0; 
	color:#005b94;
	text-align: left;
	font-size:81%;
	font-weight: normal;
}
.zeige a {
	text-decoration: none;
	display: block;
	padding:3px;
	font-weight: normal!important;
	}
.zeige a:hover {
	text-decoration: none!important;
	background-color: #EBF3F8;
	
}


	/* Formatierung für Versicherungssparten - ENDE */
#navimain h1 {
	background-color: #015ab8!important;
	padding-top:8px;
	padding-bottom:8px;
}	
.link a
{color:#015ab8;
font-weight: bold;
	}
	.link a:hover
{color:#ffffff;
	}
/* Format für Sidemap */
.smallfont1 a
{
margin:0px 0px 5px 5px;
font-size:11px;
color:#515151!important;
text-decoration: none;
text-align:left;
font-family:  Arial, Helvetica, sans-serif;
text-indent:0em;
}
.smallfont1 a:hover
{
color:#990000!important;
text-decoration: none!important;
}

/* ------------------ Tabellenformatierung------------------*/ 
#inhalt table, #inhalt caption, #inhalt thead{
width: 520px;
 border-spacing: 2px;
 margin: auto;
 }
#inhalt table {background-color: #ffffff;
}
#inhalt caption /*Tabellenüberschrift*/ 
{ background-color: #015ab8;
color: #ffffff;
padding:2px;
 }
 #inhalt table td {
 	background-color: #A5D0F0;
	padding:2px;
	border-bottom:#999999 1px solid;
   border-right:#999999 1px solid;
 }
 
#inhalt table th {
text-align: center;
}
#inhalt tfoot tr,#inhalt tfoot td {background-color: #015AB8;  color: White; 
font-weight: bold;}
.news_block {
	color: #004C7E;
	font-weight: normal;
	font-size: 80%;
}