body{
font-family:Helvetica, sans-serif;
margin-left:0px;margin-right:0px;margin-top:11px;
}


    .s { color: black; background-color: black; }
    .w { color: white; background-color: #E9E6C7; }


.sidebar{
		font-family:Helvetica, sans-serif;
		font-size:10px;
		padding-top:25px;
		font-style:normal;
		
}
.sidebar a{
	color: #000;text-decoration: none;
}

.sidebar a:hover{
	color: #6B675B;text-decoration: none;
}
.sidebar a:active{
	color: #000;text-decoration: none;
}

   .navcontainer{
  width:570px;
  margin:0px;
  padding:0px;
  background-color:#999900;
 }

 #navlist li
 {
 display: inline;
 background-repeat: no-repeat;
 font-weight:bold;
 width:554px;
 
 
 }

 #navlist a
 {
 padding-left: 0px;
 padding-bottom: 4px;
 padding-top: 4px;
 padding-right: 7px;
 font-weight: bold;
 text-decoration: none;
 font-size:12px;
 letter-spacing:0.01em;

 
 }

 #navlist a:link, #navlist a:visited
 {
  padding-left: 15px;
 color: #6B675B;
 background: url(../images/arrowbullet.gif);
 background-position: 0 -14px;
 background-repeat: no-repeat;
 background-color:#E9E6C7;

 
 }
 

 #navlist a:hover
 {
 color: #6B675B;
 padding-left: 15px;
 background: url(../images/arrowbullet.gif);
 background-repeat: no-repeat;
 background-position: 0 -14px;
 background-color:#E9E6C7;

 }
 
 

/*********************************************************************/
 ul#sidenav {
    width: 196px;
    margin-top: 20px; 
	padding-left: 0px;
	font-size:11px;
    
  }
  * html ul#sidenav {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.1em;
  }
  ul#sidenav li {
   
    list-style: none;
    margin: 0px; 
	border-bottom: 1px solid #ccc;
	background: url(../images/arrowbullet.gif);
    background-position: 0 -14px;
	background-repeat: no-repeat;
  }

  ul#sidenav a {
    
  display:block;
   padding-left: 2px;
   padding-top:5px;
   padding-left:15px;
   padding-bottom:5px;
    text-decoration: none; 
	font-weight: bold;
    border-bottom: 1px solid;
    color: #6B675B;
	background: url(../images/arrowbullet.gif);
    background-position: 0 -14px;
	background-repeat: no-repeat;
  }
  * html ul#sidenav a {  /* Breitenangaben nur fuer IE */
   width: 100%;
    w\idth: 14.0em;
  }
  ul#sidenav a:hover {
    border-bottom: white;
    color: white; 
	background-color:#E7E7E4;
  }
/******************************************************************************/



/******************************************************************************/
.pathtext{
color:#fff;
padding-left:12px;
font-size:14px;
font-weight:bold;
background-color:#6B675B;
}

#sectionLinks{
	font-family:Helvetica, sans-serif;
	padding: 20px 0px 2px 0px;
	font-size:12px;
	
	
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background: url(../images/arrowbullet.gif);
 	background-position: 0 -11px;
 	background-repeat: no-repeat;
 	padding-left: 15px;
	font-weight: bold;
	padding: 6px 0px 6px 10px;
	color: #6B675B;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

#sectionLinks a:hover{
	background: url(../images/arrowbullet.gif);
 	background-position: 0 -11px;
 	background-repeat: no-repeat;
 	background-color:#E7E7E4;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
a.active{
	background: url(../images/arrowbullet.gif);
 	background-position: 0 -11px;
 	background-repeat: no-repeat;
 	background-color:#E7E7E4;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.footer{
font-size:10px;
color:#fff;
padding-left:10px;
background-color:#6B675B;
}

p{
padding-left:10px;
padding-right:10px;
font-size:12px;
color:#6B675B;
}
h1{
font-size:14px;
color:#666666;
margin:10px 0px 0px 10px;

}
h2{
font-size:12px;
color:#666666;
margin:10px 0px 0px 10px;
font-weight:bold;

}

#globalNav{
padding: 6px 2px 6px 0px;
font-size:12px;
font-weight:bold;
width:540px;
}

#globalNav a {
 padding-left: 2px;
 padding-bottom: 4px;
 padding-top: 4px;
 padding-right: 0px;
 text-decoration:none;
	
}
#globalNav img{
 display: block;
}

 #globalNav a:link, #globalNav a:visited{
 padding-left: 15px;
 color: #6B675B;
 background: url(../images/arrowbullet.gif);
 background-position: 0 -14px;
 background-repeat: no-repeat;
 background-color:#E9E6C7;
 }
a.active {
 color: #ccc;
 padding-left: 15px;
 background: url(../images/arrowbullet.gif);
 background-repeat: no-repeat;
 background-position: 0 -14px;
 text-decoration:none;
 background-color:#000;
}
#globalNav a:hover {
 color: #990000;
 padding-left: 15px;
 background: url(../images/arrowbullet.gif);
 background-repeat: no-repeat;
 background-position: 0 -14px;
 text-decoration:none;
 background-color:#E9E6C7;
}
.name{
font-size:11px;
color:#000;
font-style:normal;
}
.mail{
		font-size:12px;
		text-decoration: none;
}
.mail a{
	color: #6B675B;text-decoration: none;
}

.mail a:hover{
	color: #990000;text-decoration: none;
}
.mail a:active{
	color: #971D1A;text-decoration: none;
}
.links{
		font-family:Helvetica, sans-serif;
		font-size:12px;
		padding-bottom:15px;
		font-style:normal;
		text-decoration:none;
		
}

.links a{
color:#990000;
text-decoration:none;
	
}

.links a:hover{
	color: #6B675B;text-decoration: none;
	
}
.links a:active{
	color: #000;text-decoration: none;
	
}

.Stil1 {
	color: #999999;
	font-weight: bold;
}
.Stil3 {
	color: #333333;
	font-weight: bold;
}

.farbe1 {
	background-color:#E9E6C7;
	color:#6B675B;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
}

.farbe1 a{
	color: #CC6633;
	text-decoration:none;
}
.farbe1 a:hover{
	color: #FF6600;
	text-decoration: none;
}
.farbe1 a:active{
	color: #FF6600;
	text-decoration: none;
}

.farbe2 {
	background-color:#6B675B;
}