/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Grundformatierungen */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
  background-color:#FFFFFF;
  color:#000000;
  background-image: url("../../images/hintergrund_streifen.gif");
  font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
  font-size:11px;
  margin:0px;
  padding:0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#000000;
  font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
  font-size:12px;
  margin:0px;
  padding:0px;
  margin-bottom: -5px;
}

p	{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	line-height: 14px;
	margin-left: 0px;
	margin-top: 1px;
	/* margin-right: 20px; */
	}
	
/* * * * * * * * * * * * * * * * * * * * */
/* Absatzformat Navigation oben rechts */
/* * * * * * * * * * * * * * * * * * * * */

p.navoben{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	}


/* * * * * * * * * * * * * * * * * * * * */
/* Absatzformat Breadcrumbs und Fusszeile */
/* * * * * * * * * * * * * * * * * * * * */
	
p.mini
	{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size: 10px;
	margin: 0px;
	padding-left: 8px;
	padding-top: 4px;
	color: #002162;
	}


/* * * * * * * * * * * * * * * * * * * * */
/* Format Ueberschrift Kasten blau */
/* * * * * * * * * * * * * * * * * * * * */

h1.ueberschrift
	{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	letter-spacing: 2px;
	margin-left:8px;
	margin-top:4px;
	padding:0px;
	}


/* * * * * * * * * * * * * * * * * * * * */
/* Formate Tabelle Linke Navigation */
/* * * * * * * * * * * * * * * * * * * * */
	
table.navlinks
	{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	line-height: 14px;
	margin-left: 6px;
	margin-right: 0px;
	}
	
/* * * * * * * * * * * * * * * * * * * * */
/* Formate Tabellenzeile aktiv - Hintergrund Dunkelblau */
/* * * * * * * * * * * * * * * * * * * * */

tr.navaktiv
	{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	line-height: 14px;
	margin-left: 6px;
	margin-right: 0px;
	background-color: #0D3481;
	}

/* * * * * * * * * * * * * * * * * * * * */
/* Formate Tabellenzeile inaktiv - Hintergrund Weiss */
/* * * * * * * * * * * * * * * * * * * * */
tr.navinaktiv
	{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	line-height: 14px;
	margin-left: 6px;
	margin-right: 0px;
	background-color: #FFFFFF;
	}

/* * * * * * * * * * * * * * * * * * * * */
/* Formate Tabellenzelle Trennlinie zwischen Navpunkten */
/* * * * * * * * * * * * * * * * * * * * */
	
td.navlinie1
	{
	background-color: #0D3481;
	}
	

/* * * * * * * * * * * * * * * * * * * * */
/* Formate Liste NOCH NICHT BENUTZT */
/* * * * * * * * * * * * * * * * * * * * */

ul {
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	line-height: 14px;
	margin-top: 0px;
	margin-left: 45px;
	margin-right: 60px;
	}
	
li {
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;	
	margin-left: 0px;
	margin-right: 0px;
	}
	

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Hyperlink Formate */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


a:link 			{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#C00009;
				}
			
			
a:active 		{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#C00009;
				}
	

a:visited 		{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#C00009;
				}
		
a:hover			{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#000066;
				/* background-color: #7692B1; */
				}


				
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Hyperlinks Navigation oben */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
				
a.navoben:link 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#FFFFFF;
				text-decoration:none;
				}
			
			
a.navoben:active 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#FFFFFF;
				text-decoration:none;
				
				}


a.navoben:visited 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#FFFFFF;
				text-decoration:none;
						}
		

a.navoben:hover	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				background-color: #EAE405;
				text-decoration:none;
				
				}				
				

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Hyperlinks Linke Navigation 1. Ebene - AKTIV */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
				
a.nav1aktiv:link 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#FFFFFF;
				font-weight: bold;
				text-decoration:none;
				}
			
			
a.nav1aktiv:active 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#FFFFFF;
				font-weight: bold;
				text-decoration:none;
				
				}


a.nav1aktiv:visited 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#FFFFFF;
				font-weight: bold;
				text-decoration:none;
						}
		

a.nav1aktiv:hover	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				font-weight: bold;
				background-color: #EAE405;
				text-decoration: none;
				
				}				
				

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Hyperlinks Linke Navigation 1. Ebene INAKTIV */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
				
a.nav1inaktiv:link 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				font-weight: bold;
				text-decoration:none;
				}
			
			
a.nav1inaktiv:active 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				font-weight: bold;
				text-decoration:none;
				}


a.nav1inaktiv:visited 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				font-weight: bold;
				text-decoration:none;
				}
		

a.nav1inaktiv:hover	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				font-weight: bold;
				background-color: #EAE405;
				text-decoration: none;
				}				
				


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Hyperlinks Linke Navigation - 2. Ebene AKTIV */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
				
a.nav2aktiv:link 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#FFFFFF;
				text-decoration:none;
				}
			
			
a.nav2aktiv:active 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#FFFFFF;
				text-decoration:none;
				
				}


a.nav2aktiv:visited 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#FFFFFF;
				text-decoration:none;
						}
		

a.nav2aktiv:hover	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				background-color: #EAE405;
				text-decoration: none;
				
				}				
				
				
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Hyperlinks Linke Navigation - 2. Ebene AKTIV */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
				
a.nav2inaktiv:link 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				text-decoration:none;
				}
			
			
a.nav2inaktiv:active 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				text-decoration:none;
				}


a.nav2inaktiv:visited 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				text-decoration:none;
				}
		

a.nav2inaktiv:hover	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				background-color: #EAE405;
				text-decoration: none;
				}				
				


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Hyperlinks Linke Navigation - 3. Ebene AKTIV */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
				
a.nav2:link 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				text-decoration:none;
				}
			
			
a.nav2:active 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				text-decoration:none;
				}


a.nav2:visited 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				text-decoration:none;
				}
		

a.nav2:hover	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #001F4B;
				background-color: #EAE405;
				text-decoration:none;
				}				
				
				
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Hyperlinks Linke Navigation - 3. Ebene AKTIV */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
				
a.nav_content:link 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #003399;
				text-decoration:yes;
				}
			
			
a.nav_content:active 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #003399;
				text-decoration:yes;
				}


a.nav_content:visited 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #003399;
				text-decoration:yes;
				}
		

a.nav_content:hover	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color: #003399;
				background-color: #EAE405;
				text-decoration: yes;
				}				


			
		
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Hyperlinks Navigation Breadcrumbs und Fusszeile */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
				
a.mini:link 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:10px;
				color:#001F4B;
				text-decoration:none;
				}
			
			
a.mini:active 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:10px;
				color:#001F4B;
				text-decoration:none;
				
				}


a.mini:visited 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:10px;
				color:#001F4B;
				text-decoration:none;
						}
		

a.mini:hover	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:10px;
				color:#001F4B;
				background-color: #EAE405;
				text-decoration: none;
				}				



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierungen Kopfleiste */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#kopfzeile	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%; 
	height: 97px; 
	background-color: #FFFFFF;
	/* border: 1px solid; */
	}
	
			
		#logo 	{
				position: absolute;
				left: 40px;
				top: 60px;
				width: 84px; 
				height: 79px;
				border: 0px; 
				}
				
	
	
		#navbar {
				position: absolute;
				left: 436px;
				top: 0px;
				width: 345px; 
				height: 23px; 
				background-color: #0D3481;
				}
		
		#ueberschrift {
				position: absolute;
				left: 181px;
				top: 33px;
				width: 600px; 
				height: 23px; 
				background-color: #0D3481;
				/* border-left: 1px solid;
				border-right: 1px solid;
				border-top: 1px solid;
				border-bottom: 1px solid;
				border-color: 0D3481; */
				
				}
				
		#datum {
				position: absolute;
				left: 397px;
				top: 59px;
				width: 347px; 
				height: 19px; 
				}


				
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierungen Bildleiste */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */		
#bildleiste	{
		position: absolute;
		left: -3px;
		top: 55px;
		width: 100%; 
		height: 91px; 
		background-image: url("../../images/hintergrund_bildleiste.gif");
		background-repeat: repeat-x;
		background-position:top left;
		}
					
			
		#foto1	{
			position: absolute;
			top: 1px;
			left: 0px;
			width: 184px; 
			height: 91px;
			}
		
		#foto2	{
			position: absolute;
			top: 1px;
			left: 184px;
			width: 150px; 
			height: 91px;
			}
		
		#foto3	{
			position: absolute;
			top: 1px;
			left: 334px;
			width: 150px; 
			height: 91px;
			}
		
		#foto4	{
			position: absolute;
			top: 1px;
			left: 484px;
			width: 150px; 
			height: 91px;
			}
		
		#foto5	{
			position: absolute;
			top: 1px;
			left: 634px;
			width: 150px; 
			height: 91px;
			}
			

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierungen Inhaltgesamt */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */		

#navlinks	{
		position: absolute;
		left: 0px;
		top: 188px;
		width: 185px; 
		/* height: 250px; */
		background-color: #FFFFFF;
		border-bottom: 1px solid;
		border-color: #042A77;
		}
		



#breadcrumbs	{
		position: absolute;
		left: 181px;
		top: 147px;
		width: 598px; 
		height: 23px;
		background-color: #9CBDD3;
		border-bottom: 1px solid;
		border-left: 1px solid;
		border-top: 1px solid;
		border-right: 1px solid;
		border-color: #042A77;
		}

#content	{
		position: absolute;
		left: 210px;
		top: 190px;
		width: 500px; 
		background-color: #FFFFFF;
		}
		
#anzeigeaktuell	{
		position: absolute;
		left: 160px;
		top: 470px;
		width: 24px; 
		}

#anzeigeortsverbaende	{
		position: absolute;
		left: 160px;
		top: 420px;
		width: 24px; 
		}
		
#anzeigevorstand	{
		position: absolute;
		left: 160px;
		top: 420px;
		width: 24px; 
		}