/*
----------------------------------------------------
mehrwert-site
Start: 6.5.2008
Letzte Aenderung: 16.5.2008
Autor: Alex Schneider
Medium: Screen
----------------------------------------------------
*/

@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	background-color: #FFFFFF;
	text-align: center;
}
.style1 {
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}

#container {
	width: 950px;
	text-align: left;
	position: absolute;
	margin-left: -475px;
	overflow: auto;
	top: 50%;
	left: 50%;
	height: 520px;
	margin-top: -250px;
}

#header {
	background-image: url(../images/start/start_head.jpg);
	background-repeat: no-repeat;
	height: 114px;
}
#header a {
	color: #666666;
	text-decoration: none;
}
#header a.hover {
	color: #990000;
	text-decoration: underline;
}
#header p {
	padding-left: 440px;
	margin-top: 20px;
}

#header h1 {
	text-indent: -1000px;
}

#content {
	height: 375px;
	background-image: url(../images/start/start_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content h2 {
	text-indent: -2000px;
}

