/* -------------------------------------------------------------- 
	Reset
-------------------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0; padding: 0; border: 0; font-family: inherit; font-weight: inherit;
	font-style: inherit; font-size: 100%; vertical-align: baseline;
}
a	{ text-decoration: none; outline: none; color: #ccc; padding: 0 1px; }
a:hover { color: #fff; text-decoration: underline;}
a img { border: none; }

/* -------------------------------------------------------------- 
	Allgemeines
-------------------------------------------------------------- */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #eee;
	background: #000 url(../images/verlauf.png) repeat-x;
}

.clear {
	clear: both;
	height: 0;
}

#wrapper {
	position: relative;
	width: 736px;
	margin: 0 auto;
	padding-left: 64px;
}
#kopf {
	margin-top: 16px;
	margin-left: 2px;
}
#kopf a#impressum, #kopf a#home {
	position: absolute;
	top: 0;
	right: 70px;
	font-size: 10px;
	line-height: 16px;
	color: #aaa;
}
#kopf a#impressum:hover {
	color: #000;
}

#wrapper h1#headline_start, #wrapper h1#headline_impressum {
	width: 541px;
	height: 54px;
	margin-top: 20px;
	margin-left: 8px;
	margin-bottom: 6px;
	background-image: url(../images/headline_start.png);
	background-repeat: no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}
#wrapper h1#headline_impressum {
	width: 146px;
	height: 22px;
	margin-bottom: 38px;
	background-image: url(../images/headline_impressum.png);
}

#left {
	float: left;
	width: 300px;
	margin-top: 18px;
	margin-left: 8px;
}
#left h2 {
	color: #000;
	font-weight: bold;
}
#left h3, #right h3 {
	font-weight: bold;
	margin-top: 18px;
}
#right h3.first, #left h3.first {
	margin-top: 0;
}
#right {
	float: right;
	width: 300px;
	margin-top: 18px;
	margin-right: 88px;
}

#footer {
	margin-top: 50px;
	border-top: 1px solid #333;
	margin-left: 8px;
	margin-right: 8px;
}
#footer p {
	display: inline;
	font-size: 10px;
	color: #ccc;
	margin-right: 15px;
}