* {
	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 {
    background-image: url("menue/background.jpg");
    background-repeat: repeat-y;
    float: left;
    height: 641px;
    padding-left: 10px;
    padding-top: 15px;
    width: 215px;
}

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

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




/*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 {
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 21px;
    margin-right: 9px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    text-align: center;
    text-decoration: none;
}
#subnavigation a:hover {
		background-image: url(menue/subnavi_background_hover.jpg);
		background-repeat: repeat-x;
		color: #white;
}
#subnavigation a:visited {
		color: #white;
}

.background_kugel {
	background-image: url(design/background_kugel.png);
	background-repeat: no-repeat;
	background-position: top right;	
}


#content_home .startbox {
	position: absolute;
	border: 4px solid #9a1515;
	width: 350px;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	background-color: #FCE8C7;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
	box-shadow: 0px 0px 6px #000000;
	
}
#content_home .startbox a {
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#content_home #topright {
	right: 0;	
	top: 15px;
}
#content_home #bottomleft {
    bottom: 85px;
    left: 0;
    width: 400px;
}
