@media screen, projection {



div#left {
  float: left;
  width: 184px;
  font-size: 12px;
  padding: 175px 0px 20px 0;
}

div#nav_standard {
  width: 100%;
  padding: 0 0 30px 0;
}


/************ NAV LEVEL 1 */

div.nav_level1 {
	background:url('../images/bg_level1.png') no-repeat 5px 10px;
}

div#left div.current {
	background:url('../images/bg_level1.png') #f9f8f7 no-repeat 5px 10px;
}

div.nav_level1 div.line {
  border-bottom:1px solid #d5c5ad;
  padding: 0 0 0 18px;
  line-height: 25px;
}

div.nav_level1 a {
  color: #817460;
  text-decoration: none;
  display: block;  
}

div.nav_level1 a:hover {
  color: #4a4235;
  text-decoration: none;
}

div.nav_level1 a.current, div.nav_level1 a.cursub, div.nav_level1 a.actsub {
  font-weight: bold;
  color: #fda400;
  
}


/************ SUBNAV LEVEL 2 */

div.nav_level2 {
  margin-left:-18px;
  padding: 0 0 3px 18px;
  line-height: 20px;
}

div.nav_level2 a {
  background: url( '../images/bg_level2.png' ) no-repeat left 7px;
  padding: 0 0 0 10px;
  line-height:18px;
  font-size: 11px;
  text-decoration: none;
  display: block;
}

div.nav_level2 a:hover {
  color: #7190a2;
  text-decoration: none;
}

div.nav_level2 a.current {
  font-weight: bold;
  color: #7190a2;
}



/********* REITER */

div.reiterBox {

}

.reiterMenu {
border-bottom:1px solid #d5c5ad;
height:25px;
margin:30px 0 30px 0;
}

.reiterMenu a, .reiterMenu a:hover {
  color:#ffffff;
  text-decoration:none;
  font-family: Georgia;
  font-size: 14px;
}

.reiter_content {
margin-top:10px;
}

div.reiterBox div.current {

}


.reiter_1{
float:left;
background:url('../images/reiter_end_b.gif') no-repeat top right #7190a2;
padding:0px 10px;
line-height:25px;
}

.reiter_1 a {
background:url('../images/reiter_pfeil.png') no-repeat left 4px;
padding: 0 0 0 13px;
}

.reiter_2{
float:left;
margin-left:3px;
background:url('../images/reiter_end_o.gif') no-repeat top right #fda400;
padding:0px 10px;
line-height:25px;
}

.reiter_2 a {
background:url('../images/reiter_pfeil.png') no-repeat left 4px;
padding: 0 0 0 13px;
}

.reiterMenu div.image{

}

}

