* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

h1, h2, h3 {
	font-weight: normal;
	color: #ED2024;
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 13px;
}

a:link {
	color: #666666;
	text-decoration: none;
	}

a:hover {	
	color: #ED2024;
	
}

a:visited {	
	color: #666666;
	text-decoration: none;
	}

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 280px;
	height:100px;
	background: url(images/logo.png) no-repeat;
}

#menu {
	float: left;
	width: 490px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 18px;
	color: #ED2024;
}

#menu a:hover {
	color: #000000;
}

#splash {
	width: 770px;
	height: 230px;
	margin: 0 auto;
	background: url(images/wc.jpg) no-repeat;
}

#splash p {
	float: right;
	width: 420px;
	height: 120px;
	margin: 0;
	padding: 110px 20px 0 50px;
	background: url(images/baustelle.png) no-repeat;
	text-align: right;
	font-size: 180%;
	line-height:30px;
	font-weight: bold;
	color:#000000;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: right;
	width: 490px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar ul {
	margin: 0;
	padding-left: 0;
	padding-bottom:0;
	padding-right:0;
	padding-top: 10px;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #000000;
}

#sidebar h2 {
	padding: 10px 0 0px 0;
	color:  #ED2024;
	font-weight:bold;
}

#sidebar h3 {
	width: 140px;
	height: 20px;
	padding: 0 10px;
	background: #ED2024 url(images/img4.png) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #ED2024;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
	}