/* CSS Document */

/*navigation*/

/* CONTAINER UM ALLE MENÜPUNKTE HERUM */
#nav_cont
{
width:140px;
/*background-color:#0066FF;*/
}

/* UL TAG FÜR #nav_cont DEFINIERT */
#nav_cont ul {
list-style:none;
margin:0;
padding:0;
}

/* LI TAG FÜR #nav_cont DEFINIERT */

#nav_cont li {
margin:0;
padding:0;
}

/* CONTAINER FÜR JEDEN EINZELNEN MENÜPUNKT */

.nav_einzel_cont 
{
margin:0px;
width:140px;
height:25px;
border-left:10px solid #b9060a;
border-bottom: 2px solid #666666;
border-right: 2px solid #666666;
}

/* CONTAINER FÜR DEN ERSTEN MENÜPUNKT */

.nav_einzel_cont_first 
{
margin:0px;
width:140px;
height:25px;
border-left:10px solid #b9060a;
border-top: 2px solid #666666;
border-bottom: 2px solid #666666;
border-right: 2px solid #666666;
}

/* LINK ZUSTÄNDE (ATagParams) DER MENÜPUNKTE */

.nav1, .nav1 a:link, .nav1 a:active, .nav1 a:visited
{
width:140px;
line-height:25px;
vertical-align:middle;
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
color:#333333;
margin-left:10px;
text-decoration:none;
}

.nav1:hover
{
color:#b9060a;
text-decoration:none;
}

/* LINK ZUSTÄNDE (ATagParams) DES ERSTEN MENÜPUNKTES */

.nav1_first, .nav1_first a:link, .nav1_first a:active, .nav1_first a:visited
{
width:140px;
line-height:25px;
vertical-align:middle;
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#333333;
margin-left:10px;
text-decoration:none;
}

.nav1_first:hover
{
color:#b9060a;
text-decoration:none;
}





/* CURRENT ZUSTÄNDE DES MENÜS */


.nav1_cur_first
{
width:140px;
line-height:25px;
vertical-align:middle;
font-family:Verdana, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#000000;
margin-left:10px;
text-decoration:none;
}

.nav1_cur_first:hover
{
color:#b9060a;
text-decoration:none;
}

.nav1_cur, .nav1_cur a:link, .nav1_cur a:active, .nav1_cur a:visited
{
width:140px;
line-height:25px;
vertical-align:middle;
font-family:Verdana, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#333333;
margin-left:10px;
text-decoration:none;
}

.nav1_cur:hover
{
color:#b9060a;
text-decoration:none;
}
