/*www.franz-koenig.at*/ 


#subnavigation {
padding: 0px;
margin: 0px;
text-align: left;

}


/*Subnavi 1*/


ul#sub1{
padding: 0px;
margin: 0px;
margin-bottom: 15px;
}

ul#sub1 a {
display: block;
text-decoration: none;   
letter-spacing: 1px;
padding-top: 10px;
padding-bottom: 11px;
padding-left: 15px;
margin-bottom: 5px;
font-size: 14px;
}

ul#sub1 li {
list-style: none;
margin: 0px; 
padding: 0px;
}

ul#sub1 a:hover {
color: white;
background: url(img/act.png) #291c54;
border: 1px solid #25194e;
}
  
.sub1_act a{
color: white;
background: url(img/act.png) #291c54;
border: 1px solid #25194e;
}  

.sub1_nor a{
color: #828181;
background: url(img/nor.png) #d1d1d2;
border: 1px solid #c6c6c7;
}

.sub1_actifsub a{
color: white;
background: url(img/act.png) #291c54;
border: 1px solid #25194e;
}  

/*Subnavi 2*/

ul#sub2{
padding: 0px;
margin: 0px;
}

ul#sub2 a {
display: block;
text-decoration: none;   
letter-spacing: 1px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 15px;
margin-left: 15px;
margin-bottom: 5px;
font-size: 13px;
border: 0px;
}

ul#sub2 li {
list-style: none;
margin: 0px; 
padding: 0px;
}

ul#sub2 a:hover {
color: white; 
background: #291c54;
border: 0px;
}
  
.sub2_act a{
color: white; 
background: #291c54;
}  

.sub2_nor a{
color: #828181;
background: #e1e1e2;
}


