* {
	margin: 0 auto;
	padding: 0;
}
.clear {
	line-height: 2px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background : url(images/hg.png) 50% 0 no-repeat fixed transparent;
	width: 100%;
}

#kopf {
	width: 990px;
	height: 215px;
	margin: 0 auto;
	background: none none;
}

#pageimage {
	width: 100%;
	background: none #777;
	height: 200px;
	margin: 0;
}

#login {
	margin: 0;
	font-size: 13px;
	color: #575656;
}
#login a {
	color: #c9252d;
}

#login h2.part,
#search h2.part {
	font-size: 18px;
	margin-bottom: 3px;
}

#login input, 
#search input, 
#cont1 input,
#cont1 textarea {
	border: 1px solid #aaa;
	background: none none;
	border-radius: 5px;
	margin: 1px 0;
	font-family: 'Arial', sans-serif;
	color: #575656;
	font-size: 14px;
	padding: 4px;
}
#cont1 input[type="text"] {
	width: 300px;
}
#login input[type="submit"], 
#search input[type="submit"],
#cont1 input[type="submit"] {
	background: none #c9252d;
	color: white;
}
#cont1 input[type="submit"] {
	width: auto;
}

#container {
	width: 990px;
	background: none #fff;
	margin: 0 auto;
}

#menutop {
	margin: 72px 25px 0 7px;
	width: 670px;
}

#kopf .logo {
	margin: 24px 0 0 53px;
}

#nav {
	height: 32px;
	padding: 1px 33px 5px 35px;
	text-align: center;
	background: url(images/nav.gif) 0 0 no-repeat transparent;
}

#cont1 {
	width: 634px;
	float: left;
	padding: 20px 38px 20px 68px;
}

#cont2 {
	float: left;
	padding: 20px 20px 20px 0px;
}

#fuss {
	width: 990px;
	background: none #7c7b7b;
	min-height: 100px;
}

#fuss p {
	margin: 35px 15px 0 35px;
	padding: 0 15px 0px 15px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	border-left: 1px dotted #fff;
	float: left;
}

#fuss p strong {
	text-transform: uppercase;
}

#fuss p a {
	color: #fff;
}

#fuss .sitemap {
	width: 910px;
	padding: 20px 40px 45px 40px;
	font-size: 12px;
	color: white;
}
#fuss .sitemap table {
	width: 100%;
}
#fuss .sitemap th {
	font-weight: bold;
	text-align: left;
}

#fuss .sitemap td {
	font-weight: normal;
	vertical-align: top;
}


#adresse {
	position: fixed;
	bottom: 0;
	width: 990px;
	height: 35px;
	background: none none;
	text-align: center;
	padding: 5px 0;
}
#adresse p {
	font-size: 14px;
	color: black;
}
#adresse p a {
	color: black;
}