* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(design/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fce7c6;
	font-size: 11px;
	line-height: 150%;
}

#platzhalter {
	width: 920px;
	height: 0px;
	clear: both;
	background-color: #fce7c6;
}

#container {
	width: 914px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	background-image: url(menue/background.jpg);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
}

#header {
	width: 914px;
	height: 140px;
	background-image: url(design/main_bg.jpg);
	background-repeat: repeat-x;
}

#header_logo {
	width: 458px;
	height: 140px;
	float: left;
	background-repeat: no-repeat;
}

#header_animation {
	width: 456px;
	height: 140px;
	float: right;	
}

#navigation {
	padding-top: 15px;
	padding-left: 10px;
	width: 215px;
	min-height: 471px;
	float: left;
	background-image: url(menue/background.jpg);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
}

#content {
	width: 644px;
	min-height: 359px;
	float: right;
	background-color: #fce7c6;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#content_home {
	width: 627px;
	min-height: 385px;
	float: left;
	background-image: url(design/background_home.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	position: relative;
	padding-left: 60px;
}




/*Subnavigation*/
#subnavigation {
	width: 914px;
	height: 25px;
	text-align: right;
	background-image: url(menue/subnavi_background.jpg);
}

#subnavigation ul {
	margin: 0;
	padding: 0;
}

#subnavigation li {
	display: inline;
}

#subnavigation a {
	width: 107px;
	height: 21px;
	display: inline-block;
	background-image: url(menue/subnavi_background.jpg);
	text-align: center;
	margin-left: -4px;
	padding-top: 4px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#subnavigation a:hover {
		background-image: url(menue/subnavi_background_hover.jpg);
		background-repeat: repeat-x;
		color: #white;
}
#subnavigation a:visited {
		color: #white;
}