/**
* MVBlaubeuren  http://websitebaker.org
*/

/* DEFINIERTE STARTWERTE FÜR ALLE HTML-ELEMENTE */
* { 
 font-family: Arial, Helvetica, sans-serif;
 margin: 0; 
 padding: 0;
 list-style-type: none;
}

/* HINTERGRUND FÜR DIE BROWSERSEITE */
html, body { background-color: white; }


/*****************************************************************************************
* NACHFOLGENDE DIV TAGS LEGEN DAS AUSSEHEN DER WEBSEITE FEST
* BANNER, NAVIGATION OBEN, HAUPTNAVIGATION LINKS, INHALT MITTE, NEWS RECHTS, FUSSZEILE
******************************************************************************************/
#container {
 width: 95%;
 margin: 10px; auto;
 background-color: #fff;
 color: #333;
 line-height: 140%;
}

#banner {
 background: url(welle1english.jpg) no-repeat right center;
 vertical-align: middle;
 text-align: center;
 height: 78px;
 padding:;
 background-color: none;
 border-bottom: 0px solid gray;
}

#navigation1 {
 background-color: white;
font-size: 10px;
padding: 0px 0px 0px 10px;
text-decoration: none;	
}

#navigation2 {
background: url(schrift031.jpg) no-repeat right center;
width: auto;
font-size: 12px;
vertical-align: top;
height: 50px;
}

#navigation3 {
 background-color: white;
 height: 395px;
 border-right: 1px solid #808080;
 float: left;
 width: 210px;
 padding: 10px 0px 0px 2px;
}



#search {
background-color: white;
height: 346px;
 font-size: 88%;
 float: right;
 width: 150px;
padding-top: 20px;
text-indent: 17px;
padding-right: 10px;
}


#inhalt {
margin-top: 15px;
margin-left: 230px;
margin-right: 120;
padding-right:10px;
width: 520px;
  font-size: 12px;
}

#fusszeile {
 clear: both;
 padding: 10px;
 background-color: white;
 border-top: 0px solid gray;
}

/*****************************************************************************************
* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES OBEREN MENÜS
* AUSRICHTUNG RECHTS, KEINE LISTENSYMBOLE, AKTIVE ELEMENTE IN WEISSER SCHRIFT
******************************************************************************************/
#navigation2 li.menu-current a{
color:#0000CD;}

#navigation2 ul
{
	float: left;
        margin: 0px 50px 0 210px;
        display: inline;
        
}

#navigation2 li
{
background: url(p3.gif) no-repeat right center;
	display: block;
	float: left;
	height: 22px;
        width: 120px;
        margin: 40px 0px 0 10px;
        display: inline;
text-indent: 10px;
        
}

#navigation2 li a
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 25px;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}

#navigation2 li a:hover
{
	color: #0000CD;
}

/*****************************************************************************************
* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES HAUPTMENÜS
* KEINE LISTENSYMBOLE, ABSTÄNDE ZU DEN RÄNDERN
******************************************************************************************/

#navigation3 p { margin: 0 0 0 0; }

#navigation3 a:hover {
font-size: 75%;
font-weight: bold;
	display: block;
	color: black;
	text-decoration: none;
	text-indent: 15px;
	background: url(HRbutton.jpg) left center no-repeat;
        border-bottom: 1px solid #808080;
        padding: 2px 2px 2px 12px;
}



#navigation3 ul li a {
font-size: 75%;
font-weight: bold;
	display: block;
	color: #808080;
        text-decoration: none;	
	text-indent: 15px;
	background: url(NRbutton.jpg) left center no-repeat;
        border-bottom: 1px solid #808080;
	padding: 2px 2px 2px 12px;
}

#navigation3 ul li.menu-current a {
color:#0000CD;

}

#navigation3 ul li.menu-child a {
color:#808080;

}

#navigation3 ul li li a {
font-size: 75%;
font-weight: bold;
	display: block;
	color: #808080;
        text-decoration: none;	
	text-indent: 25px;
	background: url(leer.jpg) left center no-repeat;
        border-bottom: 0px solid #808080;
	padding: 2px 2px 2px 12px;
        margin: 0px 0px 0px 0px;
}

#navigation3 ul li li.menu-current a {
color:#0000CD;
text-indent: 25px;

}

#navigation3 ul li li a:hover {
font-size: 75%;
font-weight: bold;
	display: block;
	color: black;
	text-decoration: none;
	text-indent: 25px;
	background: url(leer.jpg) left center no-repeat;
        border-bottom: 0px solid #808080;
        padding: 2px 2px 2px 12px;
}


#navigation3 ul li li li a {
font-size: 75%;
font-weight: bold;
	display: block;
	color: #808080;
        text-decoration: none;	
	text-indent: 35px;
	background: url(leer.jpg) left center no-repeat;
        border-bottom: 0px solid #808080;
	padding: 2px 2px 2px 12px;
        margin: 0px 0px 0px 0px;
margin-left: 10px;
}

#navigation3 ul li li li.menu-current a {
color:#0000CD;
text-indent: 35px;

}

#navigation3 ul li li li a:hover {
font-size: 75%;
font-weight: bold;
	display: block;
	color: black;
	text-decoration: none;
	text-indent: 35px;
	background: url(leer.jpg) left center no-repeat;
        border-bottom: 0px solid #808080;
        padding: 2px 2px 2px 12px;
margin-left: 5px;
}

#inhalt 
h2 { 
margin: 0 0 .5em 0; 
font-size: 140%; 
color: #00008B;}

h1 { 
margin: 0 0 .5em 0; 
font-size: 150%; 
color: #00008B;}

