/*
	Menue-styles fuer non-IE 5-6
	Achtung: Fuer IE 5-6 gilt das Stylesheet 'fix-ie55.css'!
*/
body { font-family: Arial, Helvetica, sans-serif; }

#menuebox { position: absolute; top: 20px; left: 192px; height: 65px; width: 718px; margin: 0px; padding: 0px; background-image: url(images/bg_tabelle_mainnav.jpg); background-repeat: no-repeat; background-position: right; z-index:100; }

.onlyIE { display: none; } /* vorher: stupidIE */

#menue { position: relative; display: block; width: 460px; height: 19px; top: 30px; left: 20px; padding-bottom: 2px; z-index: 200; 	/*border: 1px solid red;*/ }

a#button1 {	display: block; width: 56px; height: 19px; background-image: url(images/sos_buttons/button1.gif); background-repeat: no-repeat; } 
a#button1:hover { display: block; width: 56px; height: 19px; background-image: url(images/sos_buttons/button1.gif); background-position: 0px -19px; background-repeat: no-repeat; } 

a#button2 { display: block; width: 90px; height: 19px; background-image: url(images/sos_buttons/button2.gif); background-repeat: no-repeat; }
a#button2:hover { display: block; width: 90px; height: 19px; background-image: url(images/sos_buttons/button2.gif); background-position: 0px -19px; background-repeat: no-repeat; } 

a#button3 {	display: block; width: 92px; height: 19px; background-image: url(images/sos_buttons/button3.gif); background-repeat: no-repeat; }
a#button3:hover { display: block; width: 92px; height: 19px; background-image: url(images/sos_buttons/button3.gif); background-position: 0px -19px; background-repeat: no-repeat; } 

a#button4 {	display: block; width: 134px; height: 19px; background-image: url(images/sos_buttons/button4.gif); background-repeat: no-repeat; }
a#button4:hover { display: block; width: 134px; height: 19px; background-image: url(images/sos_buttons/button4.gif); background-position: 0px -19px; background-repeat: no-repeat; } 

a#button5 { display: block; width: 76px; height: 19px; background-image: url(images/sos_buttons/button5.gif); background-repeat: no-repeat; }
a#button5:hover { display: block; width: 76px; height: 19px; background-image: url(images/sos_buttons/button5.gif); background-position: 0px -19px; background-repeat: no-repeat; } 

.aussen { float: left; display: block; overflow: hidden; width: auto; height: 19px; font-weight: bold; text-align: center; color: #666; font-size: 12px; }

.aussen:hover { height: auto; color: #0f0; }

a.innen-1 { margin-top: 2px; }

a.innen, a.innen-1 {
	display: block;
	width: 120px;
	/*height: 19px;*/
	padding: 4px 0;
	margin-top: 1px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	background-color: #DBDBDB;
	color: #000;
	font-size: 10px;
	border: 1px solid #868B89;
}

a:visited.innen, a:visited.innen-1 {
	background-color: #DBDBDB;
	border: 1px solid #868B89;
	color: #000;


}

a:hover.innen, a:hover.innen-1 {
	background-color: #fff;
	border: 1px solid #f00;
	color: #333;


}

span.menutag { display: block; cursor: default; }
/* div#menue div.aussen a.innen, div#menue div.aussen a.innen-1 { margin-bottom: 1px; padding: 5px 0;} */



