@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-repeat: repeat-x;
	font-family: Cambria, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.inhalt_text {
	font-size: 18px;
	font-weight: normal;
}


html {
	height: 100%;
}
#container {
	width: 560px;
	height: 87%;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 210px;
	float: left;
	height: 230px;
	padding-top: 31px;
}

#kopf {
	height: 70px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: 210px;
	padding-top: 40px;
}
#name {
	padding-top: 25px;
	text-align: right;
	height: 154px;


}
#willkommen {
	height: 44px;
	color: #FFF;
	font-size: 36px;
	text-align: center;
	width: 900px;
	margin-left: -170px;
	background-color: #FE0;
	padding-top: 1px;
}
#inhalt {
	text-align: center;
	width: 840px;
	margin-left: -140px;
	height: 30px;
	padding-top: 40px;
	font-size: 28px;
}
#adresse {
	height: 8%;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-align: right;
	font-size: 16px;
}
#weiter {
	height: 5%;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-align: right;
}


#weiter a {
	color: #666;
	font-size: 12px;
}
#weiter a:hover {
	text-decoration: none;
	color: #Fcc300;
}



a {
	text-decoration: none;
	color: #666;
}






img {
	border: none;
}
