/* CSS Document */
@import url(navigation.css);
@import url(paragraphs.css);
@import url(mailform.css);
@import url(rte.css);
@import url(mailform.css);

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #DADADA;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x
}

#wrapper {
	margin: 0px auto 25px auto;
	width: 800px;
}

#header {
	height: 180px;
}

#logo {
	float: left;
	
	margin-top: 14px;
}

#header_paragraph {
	float: left;
}

#navigation {
	float: left;
	position: relative;
	top: 10px;
	left: -72px;
	z-index: 2;
	
	background-color: white;
	border: 4px solid #656565;
	border-bottom: 3px solid #656565;
	text-align: center;	
	width: 130px;
}

#content-wrapper {
	float: none;
	position: relative;
	z-index: 1;
	
	background-image: url(../images/hans-wagen-willkommen.jpg);
	border: 8px solid #656565;
	height: 665px;
	width: 700px;
	margin-left: 90px;
}

#content-wrapper-u {
	float: none;
	position: relative;
	z-index: 1;
	
	background-image: url(../images/hans-wagen.jpg);
	border: 8px solid #656565;
	height: 665px;
	width: 700px;
	margin-left: 90px;
	padding: 0;
}

#content {
	float: left;
	position: absolute;
	top: 10px;
	left: 75px;
	z-index: 3;
	
	background-color: white;
	border: 4px solid #656565;
	color: #444444;
	height: 597px;
	padding: 20px;
	overflow: auto;
	width: 567px;
}

#content .line {
	float: left;
	width: 50%;
}