@charset "utf-8";

/* xxxxxxxxxxxx   global reset   xxxxxxxxxxxx */
body {	
	background-color: #8a7460;
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	}
	
p {
	margin: 0;
	padding: 0;
}


/* xxxxxxxxxxxx MAIN DIV xxxxxxxxxxxx */
#main_div {
	width: 1000px;	
	margin-left: auto;
	margin-right: auto;
	clear: both;
	/*border: solid 1px #000;*/
}


/* xxxxxxxxxxxx LEFT DIV xxxxxxxxxxxx */
#navigation_div {
	background-image: url(../../../images/layout/navigation_div.png);
	background-repeat: no-repeat;
	width: 196px;	
	height: 219px;
	float: left;	
	background-color: #ded6a1;
}
#navigation_div ul{
	margin-top:15px;
	font-weight:bold;
	font-size:14px;
	position:relative;
	right:48px;
	list-style-type:none;
	
	
}

#navigation_div li{
	padding-top:5px;
	
	
	
}

#navigation_div a:link, a:visited {
	color:#333;
	text-decoration:none;
	
	
}

#navigation_div a:hover {
	color:#ded6a1;
	text-decoration:none;
	
	
}


#left_div {
	background-image: url(../../../images/layout/left_div.png);
	background-repeat: no-repeat;
	width: 68px;	
	
	height:219px;
	float: left;		
}


/* xxxxxxxxxxxx HEADER DIV xxxxxxxxxxxx */

#header_div {
	background-image: url(../../../images/layout/top_div.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 198px;
	float: right;
}





/* xxxxxxxxxxxx CONTENT DIV xxxxxxxxxxxx */
#bigcontent_wrapper {
	background-color: #ded6a1;
	width:932px;
	float:right;
	
}


#content_div {
	background-image: url(../../../images/layout/shadow_right.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #ded6a1;
	width: 736px;
	min-height: 400px;
	float: right;	

}

#content_wrapper {
	width:700px;
	margin-left:10px;
}

#shadow_top {
	background-image: url(../../../images/layout/shadow_top.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 35px;
	clear: both;
}

#shadow_bottom {
	background-image: url(../../../images/layout/shadow_bottom.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 11px;
	float: right;	
}


/* xxxxxxxxxxxx BOTTOM DIV xxxxxxxxxxxx */
#bottom_div {
	background-image: url(../../../images/layout/bottom_div.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	clear: both;	
}

#bottom_nav {
	height:72px;
	padding-top: 3px;
	margin-left: 400px;
	
}

#bottom_nav ul {
	font-weight:bold;
	font-size:14px;
	list-style-type:none;
	margin-left: auto;
	margin-right: auto;
	
	
}


#bottom_nav li {
	font-weight:bold;
	font-size:14px;
	list-style-type:none;
	float:left;
	padding-left:15px;
	padding-right:15px;
}

#bottom_nav a:link, a:visited {
	color:#000;
	text-decoration:none;
	
	
}

#bottom_nav a:hover {
	color:#ded6a1;
	text-decoration:none;
	
	
}


#wettbewerb {
	float:right;
	width:76px;
	height:150px;
	padding-right:45px;
}

#adress {
	margin-top:35px;
	margin-left:8px;
	font-weight:;
	font-size:12px;
	
}








