@charset "UTF-8";
/* CSS Document */

/*Diese Datei formatiert die Buttons der deutschen Gsell-PR-Seite*/

#main_navi {	
	position:absolute;
	left:45px;
	width:936px;
	top:115px;
	height:30px;
	background-image: url(../images/menue_gesamt_de.png);
	background-repeat: no-repeat;
}

#main_navi{
}

#button_01 a, 
#button_02 a, 
#button_03 a, 
#button_04 a, 
#button_05 a, 
#button_06 a 
	{
	display:block;
	font-size:20px;
	}

#button_01 a:hover, #button_01 a.active, 
#button_02 a:hover, #button_02 a.active, 
#button_03 a:hover, #button_03 a.active, 
#button_04 a:hover, #button_04 a.active, 
#button_05 a:hover, #button_05 a.active, 
#button_06 a:hover, #button_06 a.active 
	{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B80007;
	}

/* Feste Positionen der einzelnen Buttons */

#button_01,
#button_02,
#button_03,
#button_04,
#button_05,
#button_06
	{
	position:absolute;
	top:-3px;
	}

#button_01
	{
	left:0px;
	width:182px;
	}

#button_02 
	{
	left:182px;
	width:110px;	
	}

#button_03 
	{
	left:293px;
	width:236px;
	}

#button_04 
	{
	left:529px;
	width:179px;
	}

#button_05 
	{
	left:707px;
	width:148px;	
	}

#button_06 
	{
	left:855px;
	width:81px;
	}