/*
	zweispalter links absolut
*/

html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color:#fff;
	background-image: url(../images/bg2.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	text-align: center;/*fuer IE_quirks*/
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	color: #333333;
	text-align:left;/*Aufheben von IE_quirks im BODY*/
}

#header {
	height: 130px;
}

#menue {
	position: absolute;
	top: 200px;
	left: 0;
	width: 190px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: 2;
}

#content {
	border-left: 1px solid #C0C0C0;
	margin: 0px 0px 0px 190px;
	padding: 10px 30px 0px 30px;
	font-size: 1.1em;
}

#footer {
	height: 10px;
	padding: 0px;
	border-left: 0px solid #C0C0C0;
	text-align: center;
}
