@charset "UTF-8";

/******************************************/
/* CSS um gottes willen    				*/
/* Ansprechpartner: Nikias Ehrlich			*/
/* dieMedialisten		             			*/
/*******************************************/

*{
	padding: 				0;
	margin: 				0;
}

body{
	font-size: 				100.01%;
    font-family: 			Arial, Verdana, 'sans-serif';
}

.bluetop{
	position: 				absolute;
	width: 					100%;
	height: 				208px;
	top: 					0;
	left:					0;
	background-color: 		#3c66aa;
}

#toptext{
	position: 				relative;
	top: 					37px;
	left: 					0;
	color: 					#FFFFFF;
}

#content{
	position: 				relative;
	top: 					246px;
	left: 					31px;
	color: 					#3c66aa;
	font-size:				10pt;
	line-height:			1.4;
}

#rahmen{
	position: 				relative;
	width: 					819px;
	height: 				auto;
	margin-left: 			auto;
	margin-right: 			auto;
	top:					0px;
}

#logo{
	position: 				absolute;
	top: 					19px;
	right: 					90px;
}

a{
	text-decoration: 		none;
	color: 					#FFFFFF;
}