html, body, * {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	font-size: .8em;
	position: relative;
}

#main {
	position: relative;
	width: 900px;
	margin: 0 auto;
	border: 1px solid black;
}

#header {
	width: 100%;
	overflow: hidden;
	background-color: #CCC;
	height: 173px;
	color: #FFF;
}

#headercontent {
	width: 800px;
	margin: 0 auto;
}


#header #left {
	float: left;
	margin-right: 20px;
}

#header #right {
	float: right;
	text-align: right;
}

a {
	text-decoration:none;
	color: rgb(165,0,33);
}
#bottom {
	clear: both;
	width: 900px;
	height: 30px;

	background-color: #CCC;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #000;
}

#header li, #header li a {
	list-style-type:none;
	margin: 10px 0;
	font-size: 18px;
}

#content a:hover {
	color: rgb(190,0,55);
}

#content {
	background-color: #FFF;
	color: #666;
	padding: 0 2em;
	width: 800px;
	margin: 2em auto 30px;
	text-align: justify;
	position: relative;
	background-image:url(../../img/logo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}


p {
	margin: .5em 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.8em 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: .5em 0 0;
}
#links {
	float: left;
	margin-right: 3em;
	width: 40%;
}

#links li, #rechts li {
	margin-left: 20px;
	list-style-type:disc;
}
#rechts {
	float: left;
	margin-left: 3em;
	width: 40%;
}

.clear {
	clear: both;
	font-size:1px;
	height: 1px;
}

