* {
	margin:0;
	padding:0;
}
  
html, body {
	height:100%;
	font-family:Verdana;
	color:#003e91;
}
/* Grunddesign */
#header {
width:100%;
min-width:1024px;
height:135px;
background-image: url(images/header.jpg) ;
}
#content{
	margin-top:0px;
	color:#003e91;
}
#contentlinks {
	font-size:12px;
	position:absolute;
	z-index:0;
	left:0;
	top:200px;
	width:370px;
	color:#003e91;
}
#contentrechts {
	margin-right:40px;
	margin-top:77px;
	margin-left:395px;
	font-size:12px;
	color:#003e91;
}
#footer {
position:fixed;
left:0;
bottom:0 !important;
height:18px;
width:100%;
background-color:#ffffff;
font-size:11px;
font-weight:bold;
color:#003e91;
border-top-style: solid;
border-top-width:2px;
border-top-color:#003e91;
}

#footertext {
position:absolute;
top:2px;
left:18px;
}
#footerlink a {
margin-right:9px;
margin-top:2px;
float:right;
color:#003e91;
text-decoration:none;
}
/* Grunddesign ENDE */
/* Grunddesign  TEXTe BILDER */
#noscript {
	position:absolute;
	color:red;
	font-size:20px;
	top:20px;
	left:100px;
	font-weight:bold;
	z-index:101;
	background-color:white;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}
#willkommenflash {
position:absolute;
left:9px;
top:9px;
}
#logohollu {
margin-right:9px;
margin-top:9px;
float:right;
}
#contentrechts a {
	color:#003e91;
}
#contentlinkheadline {
	position:absolute;
	z-index:0;
	left:0;
	top:-50px;
	width:370px;
}

/*NAVIBEREICH ANFANG */
#start {
	position:absolute;
	top:107px;
	left:5px;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
#navi {
	background-color:#003e91;
	position:absolute;
	right:2px;
	top:106px;
	font-weight:bold;
	font-size: 11px;  
	color: #FFFFFF;
	text-decoration:none;
	z-index:100;
}	
ul#Navigation {
	  float:left;
    margin: 0; 
		padding: 0;
  }
ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
		line-height:15px;
		margin-left:1px;
}
/* Unternavigation  ausblenden */
ul#Navigation li ul {
    margin: 0; 
		padding: 0;
    position:absolute;
    display: none;  
}
/* Unternavigation  einblenden */ 
ul#Navigation li:hover ul {
	display:inline-block ;
	background-color:#003e91;
	width:160px;	 
	}
ul#Navigation li ul li {
    float: left;
    display: block;
  }
ul#Navigation a, 
ul#Navigation span {
    display: block;
    width:160px;  /* Breite den in li enthaltenen Elementen zuweisen */
    text-decoration: none; 
		font-weight: bold;
    color:#ffffff;
			background-image:url(images/home_h1.gif);
  }

ul#Navigation a:hover, 
ul#Navigation span {
	color: #003e91;
	background-color:#ffffff;
	width:160px;
  }
#submenu li {
	width:160px;
	display:block;
	text-align:left;
}
/*ENDE NAVIGATIONSLEISTE*/

/* Formatireungen*/
#links {
	margin-top:50px;
}
#abstand {
	height:20px;
	min-height:20px;
}
#traditionen tr {
	height:25px;
	vertical-align:top;
}
#traditionen td {
	min-width:50px;
	line-height:15px;
}
#headmenu {
	text-align:center;
	width:160px;
}
#kontakt {
	margin-top:20px;
}
#kontakt tr {
	vertical-align:top;
	line-height:25px;
}
.rahmen {
	border-top: #003e91 1px solid;
	border-left: #003e91 1px solid;
	border-bottom: #003e91 1px solid;
	border-right: #003e91 1px solid;
}
.button {
	font-size:12px;
	font-weight:bold;
	background-color:#003e91;
	color:#ffffff;
	border-top: #003e91 1px solid;
	border-left: #003e91 1px solid;
	border-bottom: #003e91 1px solid;
	border-right: #003e91 1px solid;
	max-width:90px; /* IE6 fix */
}
.button:hover {
	font-size:12px;
	font-weight:bold;
	background-color:#ffffff;
	color:#003e91;
	border-top: #003e91 1px solid;
	border-left: #003e91 1px solid;
	border-bottom: #003e91 1px solid;
	border-right: #003e91 1px solid;
	max-width:90px; /* IE6 fix */
}
.anmerkung {
	font-size:10px;

}
/*TEXT Layouts*/
.headline {
	font-size:16px;
	font-weight:bold;
	color:#003e91;
}
.headline2 {
	font-size:25px;
	color:#003e91;
	margin-left:8px;
}
#leitsatz {
	font-size:22px;
	margin-top:200px;
	text-align:center;
}
#popup a {
	color:#003e91;
	font-size:11px;
}

a {
color:#003e91;
}

#contentrechts a:hover {
color:#5d88c2;
text-decoration:none;
}
#index_bild {
z-index:50;
width:1024px;
height:520px;
background-image: url(images/index.jpg) ;
background-repeat:no-repeat;
}

