#navigation

{
width:200px;
height:700px;
background-color:#ffff;

}

#navigation_produkte

{
width:200px;
height:2150px;
background-color:#ffff;

}

.nav_rahmen

{
position:absolute; top:28%;
width:220px;
height:300px;
border-left:10px solid #009900;

}

.nav_punkt
{

width:210px;
height:25px;
border-top:1px solid #009900;
border-left:0px solid #009900;
margin:0;
padding:5px 0 0 0;

}

.nav_punkt_aktiv
{

width:210px;
height:25px;
border-top:1px solid #009900;
border-left:0px solid #009900;
background-color:#d7f8d7;
margin:0;
padding:5px 0 0 0;

}

.nav_punkt_ohne
{

width:210px;
height:25px;
border-top:0px solid #009900;
border-left:0px solid #009900;
margin:0;
padding:5px 0 0 0;

}

.nav_link

{

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#2a2a2a;
padding: 0 0 0 20px;


}

 a:link
 {
 color:#000; text-decoration:none;
 }
 
 a:visited
 {
 color:#000; 
 text-decoration:none;
 }
 
 a:hover
 {
 color:#000; 
 text-decoration:underline;
 }
 
 a:active
 {
 color:#000; 
 text-decoration:none;
 }

