body			{font-family:		Arial;
				 font-size: 		10pt;
				 background-color: 	#EFEFF1;}
a				{font-family:		Arial;
				 color:				#FFFFFF;
				 font-weight: 		bold;
				 text-decoration:	none;
				 font-size: 		10pt;}
a:link			{font-family:		Arial;
				 color:				#FFFFFF;
				 font-weight: 		bold;
				 text-decoration:	none;
				 font-size: 		10pt;}
a:visited		{font-family:		Arial;
				 color:				#FFFFFF;
				 font-weight: 		bold;
				 text-decoration:	none;
				 font-size: 		10pt;}
a:active		{font-family:		Arial;
				 color:				#FFFFFF;
				 font-weight: 		bold;
				 text-decoration:	none;
				 font-size: 		10pt;}
a:hover			{font-family:		Arial;
				 color:				#5E86A7;
				 font-weight: 		bold;
				 text-decoration: 	none;
				 font-size: 		10pt;}
h1				{font-family:		Arial;
				 font-size: 		10pt;
				 margin-left: 		30px;
				 margin-right: 		30px;
				 margin-top: 		30px;}
h2				{font-family:		Arial;
				 font-size: 		10pt;
				 margin-left: 		30px;
				 margin-right: 		30px;
				 margin-top: 		50px;
				 margin-bottom:		30px;}
.rahmen_menu	{position: 			absolute;
		 		 width: 			575px;
			 	 height: 			85px;
				 left: 				50%;
				 top: 				56px;
				 margin-left:		-287px;
				 /*margin-top:		-295px;*/
				 background-color: 	#003366;
				 border-color: 		#003366;
				 border-width: 		1px;
				 border-style:		solid;
				 z-index:2;}
.rahmen_main	{position: 			absolute;
		 		 width: 			575px;
			 	 height: 			505px;
				 left: 				50%;
				 top: 				56px;
				 margin-left:		-287px;
				 margin-top:		85px;
				 background-color: 	#FFFFFF;
				 border-color: 		#003366;
				 border-width: 		1px;
				 border-style:		solid;}
.rahmen_inhalt	{position: 			absolute;
		 		 width: 			515px;
			 	 height: 			445px;
				 margin-left:		30px;
				 margin-right: 		30px;
				 margin-top:		30px;
				 margin-bottom:		30px;
				 background-color: 	#EFEFF1;}
.schatten_r_o	{position: 			absolute;
		 		 width: 			10px;
			 	 height: 			10px;
				 left: 				50%;
				 top: 				50%;
				 margin-left:		289px;
				 margin-top:		-42px;
				 z-index:			-1;}
.schatten_r_m	{position: 			absolute;
		 		 width: 			10px;
			 	 height: 			580px;
				 left: 				50%;
				 top: 				50%;
				 margin-left:		289px;
				 margin-top:		-32px;
				}

.schatten_u_r	{position: 			absolute;
		 		 width: 			10px;
			 	 height: 			10px;
				 left: 				50%;
				 top: 				50%;
				 margin-left:		289px;
				 margin-top:		548px;
				 z-index:			-1;}
.schatten_u_m	{position: 			absolute;
		 		 width: 			565px;
			 	 height: 			10px;
				 left: 				50%;
				 top: 				50%;
				 margin-left:		-276px;
				 margin-top:		549px;
				 z-index:			-1;}
				
.schatten_u_l	{position: 			absolute;
		 		 width: 			10px;
			 	 height: 			10px;
				 left: 				50%;
				 top: 				50%;
				 margin-left:		-286px;
				 margin-top:		549px;
				 z-index:			-1;}

.schatten_u_r > img, .schatten_u_m > img, .schatten_u_l > img {
	position:absolute;
	top: 0px;
	z-index:2;
}

.schatten_r_o > img, .schatten_r_m > img {
	position:absolute;
	left: -1px;
	top: 1px;
	z-index:2;
}
.rahmen_menu #logo {
	position: absolute;
	top:-43px;
	left: 30px;
	border: 0;
}	

.schatten_logo_r_o	{
	position: 			absolute;
	left: 			176px;
	top: 			-48px;
}
.schatten_logo_r_m	{
	position: 			absolute;
	left: 			176px;
	top: 			-38px;
}

#spektrum ul { list-style-type: square; margin:10px;padding:10px; }
#spektrum li { padding-left:10px; margin-bottom:5px; color:#F00;font-family:Arial, sans-serif; font-size:14px; line-height:18px; }
#spektrum li span { color:#5092B6; }


#grafik-menu {
	position: absolute;
	top: 67px;
	left: 328px;
	background: #FFF;
	list-style: none;
	display: none;
	padding: 0 20px 0 10px;
	-webkit-box-shadow: 2px 2px 5px #000000; /* webkit browser*/ 
	-moz-box-shadow: 2px 2px 5px #000000; /* firefox */ 
	box-shadow: 2px 2px 5px #000000;	
}

#grafik-menu li {
	display: block;
	height: 30px;
	line-height: 30px;

}

#grafik-menu a {
	color: #000;
}

#grafik-menu a:hover, #grafik-menu a.active {
	color: #5092B6;
}