@charset "UTF-8";

body{
	color:#000000;
	font-family:Verdana, Tahoma, Arial, sans-serif;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px; /* Breite des Elements */
	height: 400px; /* H�he des Elements */
	margin-left: -300px; /* Breite des Elements geteilt durch zwei! */
	margin-top: -200px; /* H�he des Elements geteilt durch zwei! */
}
 
#logo {
	margin:0px;
	padding:0px;
	background:transparent url('../images/logo_meikrom_ist_coretress.jpg') no-repeat top left; 
	width:600px;
	height:289px;
}

p {
	margin:20px 5px 5px 5px;
	padding:0px;
	text-align:justify;
	font-size:12px;
}

/**
 * Navigation
 */
a:link {
	padding:0px;
	margin:0px;
	color:#0085B0;
}
				
a:visited {
	padding:0px;
	margin:0px;
	color:#0085B0;
}
			
a:active {
	padding:0px;
	margin:0px;
	color:#0085B0;
}
				
a:hover {
	padding:0px;
	margin:0px;
	color:#0085B0;
}
