/* Hauptnavigation Start */

#navcontainer
{
margin: 0px;
padding: 0px;
}

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
text-decoration: none;
background: url(../images/HauptNavi.gif) no-repeat top left;
font-size: 11px;
float: left;
margin: 0px;
height: 26px;
width: 40px;
padding: 4px 3px 4px 0px;
}
#navcontainer2 li ul
{
display:inline;
text-decoration: none;
font-size: 11px;
float: left;
margin: 0px;
height: 26px;
width: 40px;
padding: 4px 3px 4px 30px;
}

#navcontainer li ul {
	position: absolute;
	left: 149px;
	bottom: 10px;
	display: none;
	}

#navcontainer li a:hover, #navcontainer li a#current
{
background: url(../images/HauptNaviOver.gif) no-repeat left top;
color: #000000; height:56px;
}


/* Navigation Subnavi mit Kasten Start */
* {
margin: 0;
padding: 0;
border: 0 none;
}

#bullet_bild {
font-family: Verdana, Arial, sans-serif;
font-size:11px;
text-align:left;
margin:0;
padding-top:15px;
padding-bottom:5px;
width: 135px;
}
#bullet_bild ul li {
display: inline;
font-size: 11px;
line-height: 14px;
}
#bullet_bild ul li a {
display: block;
text-decoration: none;
color: #000059;
}
#bullet_bild ul li a {
padding: 0px 0 5px 25px;background-image:url(../images/UnterNav_Normal.gif); background-repeat:no-repeat;
}

#bullet_bild ul li a:hover{color:#fff; background-image:url(../images/UnterNav_Over_Pink.gif); background-repeat:no-repeat;
}
#bullet_bild ul li a#current {color:#fff;background-image:url(../images/UnterNav_Over_Pink.gif); background-repeat:no-repeat;}

/* IE Extrawurst */
* html #bullet_bild ul li {
display: inline;
}
* html #bullet_bild ul li a {
height: 1%;
}
/* Extrawurst Ende */
/* Navigation Subnavi mit Kasten Ende */


