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


* {
	margin: 0px;
	padding: 0x;
	}

body {
	background-color:#FFFFFF;
	}

#wrapper {
	width: 900px;
	height: 650px;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	margin-top: 40px;
	background-image:url(wrapper.png);
	background-repeat: no-repeat;	
}

#header {
	width: 819px;
	height: 150px;
	float: left; 

	margin-top: 36px;
	margin-left: 38px;
	
	}

#content {
	width: 819px;
	height: 423px;
	float: left;
	margin-left: 38px;
	}

#mainnav {
	height: 420px;
	width: 180px;
	float: left;
	}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #103C72;
	font-size: 15px;
	list-style: none;
	margin-top: 20px;
	}

#nav li {
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #F77E00;
	}

#nav a {
	text-decoration: none;
	color: #103C72;
	}

h2 {
	color: #103C72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 0px 10px 0px;
	}

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 600px;
	float: left;
	margin-left: 20px;
	overflow: scroll;
	height: 420px;
	}

#text p {
	margin-left: 20px;}
	

#rahmen {
	width: 500px;
	font-style: italic;
	margin-top: 30px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F77E00;
	padding-left: 7px;
	}


#text a{
	text-decoration: none;
	color: #F77E00;
	}