@charset "utf-8";

/* CSS Document */

body {
	font-family: Cambria, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #666;
	background-color: #FFF;
	background-image: url(../images/wasserzeichen_750px.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
html {
	height: 100%;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 95%;
	overflow: inherit;
}
#logo {
	width: 220px;
	float: left;
	height: 400px;
	margin-right: 10px;
	padding-top: 42px;
	background-color: #FFF;
}
#kopf {
	height: 89px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-right: 35px;
	margin-left: 230px;
}
#menue {
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 10px;
	display: block;
	border-bottom-color: #999;
}

#inhalt {
	margin-top: 40px;
	margin-right: 35px;
	margin-left: 250px;


}
#inhalt a {
	text-decoration: none;
	font-style: italic;
	color: #666;
}
#inhalt a:hover {
	text-decoration: none;
	color: #FE0;
}
#inhalt ul {
	padding-left: 1em;
	list-style-image: url(../images/karo_7px.gif);
}



#fuss {
	height: 5%;
	position: absolute;
	bottom: 0px;
	width: 960px;
	font-size: 10px;
}
#fuss a {
	text-decoration: none;
	color: #666;
}
#fuss a:hover {
	text-decoration: none;
	color: #000;
}


#navigation {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	list-style-type: none;
	float: left;
}
#navigation a {
	text-decoration: none;
	padding-right: 18px;
	color: #666;
}
#navigation a:hover {
	color: #000;
}
h1 {
	color: #Fe0;
	font-size: 18px;
	margin-left: -20px;
}





img {
	border: none;
}
.weiss {
	color: #FFF;
}
.kursiv {
	font-style: italic;
}
.fett {
	font-weight: bold;
}
{}
{}
.rechtsbuendig {
	text-align: right;
	margin-top: -45px;
	margin-right: 35px;
}
