img
{
border: none;
}

.unsichtbar
{
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}



#menubox
{
float: left;
position: relative;
margin: 0;
padding: 0;
margin-top: 10px;
text-align: left;
width: 95%;
height: 100%;
z-index: 3;
}




#menu a
{
left: 0;
}


#menu ul
{
width: 100%;
list-style-type: none; 
Font-Size: 1.5em;
line-height: 1.5em;
padding: 0;
margin: 0;
text-align: left;
color: #FFF; 
background: transparent;
}

#menu li
{
display: inline;
}


#menu li a, #menu a:link, #menu a:visited 
{
display: block;
padding: 5px 0 5px 10px;
text-decoration: none;
width: 100%;
border-top: 1px solid #000;
border-bottom: 1px solid #FFFFDE;
color: #FFEAF5;
font-weight: normal;
text-shadow: #000 1px 1px 15px;
background: transparent url(logos/but_o.png) top left repeat-x;
}





#menu a:active, #menu a:focus, #menu a:hover   
{
color: #FFC4C4;
background: transparent url(logos/but_o.png) bottom left repeat-x;
font-weight: normal;
border-top: 0;
border-left: 0 inset #EEE6FF;
}


#archi #menu a.arch,
#galer #menu a.gale,
#konta #menu a.kont,
#progr #menu a.prog,
#ueber #menu a.uebe
{
display: block;
margin-left: 15%;
padding-left: 10px;
width: 85%;
}

a.arch:before,
a.gale:before,
a.kont:before,
a.prog:before,
a.uebe:before
{
content: "\25DF" " ";
color: #FFDBDE;
font-size: 1.2em;
}

#menu a.n 
{
display: none;
}

#menu a #linksbild
{
display: none;
}


#menu a .zeichen
{
display: none;
}

#menu a:hover .zeichen 
{
display: inline;
color: #FFC4C4;
font-weight: bold;
}

