++++++++++++++++++++
   CSS Teil I
++++++++++++++++++++

/*
	Menue-styles fuer non-IEs
	Achtung:
	Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
	Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox {
position:relative;
margin:0;
width:945px;


}

.stupidie {
display: none;
}

#menue {
position:absolute;
left: 0;
/*padding-left:15px;*/
height:40px;
width:945px;
background-color:#efefef;
/*background-image:url(../Bilder/background/navigation.jpg);
background-repeat:repeat-x;*/
}

#menue .aussen {
float: left;
display: inline;
overflow: hidden;
padding:12px 0 5px 0;
font-family:"Trebuchet MS", verdana, arial;
font-weight:normal;
/*text-align:center;*/
height: 15px;
width: 175px;
font-size:120%;

/*font-weight: bold;
text-align: center;*/

/*color: #513913;
border: 1px solid;
border-color: #d0843e #78561d #78561d #d0843e;*/
}
#menue .aussen:hover {
height: auto;
color: #8d0102;
background-color:#efefef;
border-left:1px solid #BBBBBB;
border-right:1px solid #BBBBBB;
border-bottom:1px solid #BBBBBB;
}

a.innen,
a.innen-1 {
margin-top: 2px;
font-size:90%;
display: block;
padding:5px;
/*width: 100px;*/
text-decoration: none;
font-weight: normal;
/*border-bottom: 1px solid #666666;
background-color:#efefef;*/
color: #000000;
text-align:center;
}
a:visited.innen,
a:visited.innen-1 {
color:#000000;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #cccccc;
color: #8d0102;
font-weight:normal;
}
a:active.innen,
a:active.innen-1 {
background-color: #cccccc;
color: #8d0102;
font-weight:normal;
}

span.menutag {
display: block;
cursor: default;
text-align:center;
padding:0 13px 5px 13px;
}
span.menutag2 {
display: block;
cursor: default;
text-align:center;
padding:0 28px 5px 27px;
}
#menue2 {
position:absolute;
left: 0;
/*padding-left:15px;*/
height:43px;
width:1003px;
background-image:url(../bilder/background_navi.png);
background-repeat:repeat-x;
}

#menue2 .aussen {
float: left;
display: block;
overflow: hidden;
padding:10px 0 5px 0;
font-family:"Trebuchet MS", verdana, arial;
font-weight:bold;
/*text-align:center;*/
height: 15px;
/*width: 8em;*/

/*font-weight: bold;
text-align: center;*/

/*color: #513913;
border: 1px solid;
border-color: #d0843e #78561d #78561d #d0843e;*/
}
#menue2 .aussen:hover {
height: auto;
color: #8d0102;
background-color:#efefef;
}

#border_right {
border-right:1px solid #a41c22;
}


