@charset "utf-8";
/* CSS Document */

body {
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#9fadc1;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

h1 {
	font-size:36px;
	color:#bf0117;
	margin:60px 50px 60px 50px;
}

h1, #leistungen {position:relative;
top:-250px;}

#leistungen {
	margin-left:80px;
}

#leistungen li {
	margin-bottom:15px;
	list-style-type:circle;
}

#kontakt {
	color:#4c4c4c;
	margin:80px 0px 0px 50px;
}

#kontakt li {
	margin-bottom:10px;
}

#wrapper {
	background-color:#FFF;
	width:958px;
	height:1200px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:308px;
	background-image:url(img/header.jpg);
}

#content {
	width:640px;
	float:left;
	font-size:24px;
	color:#355f99;
}
#aside {
	width:318px;
	height:892px;
	float:left;
	background-color:#e5e4e4;
}

#e {
position:relative;
left:350px;
top:150px;
}

#content_pic {
	position:relative;
	top:-200px;
	left:50px;
}