@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	background: url(../jpg/body_bg.jpg) top center;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #EBE0DB;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	background: url(../png/wrapper_bg.png) bottom center no-repeat;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}
#header {
	height: 200px;
	background: url(../png/header.png);
}
#navi {
	padding: 80px 0 0 600px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	width: 350px;
	list-style: none;
	float: left;
}
#navi ul li {
	float: left;
}
#navi ul a {
	display: block;
	margin-right: 16px;
	padding: 10px;
	text-decoration: none;
	color: #F2F2F2;
	background: url(../jpg/navi_off.jpg);
	-moz-border-radius: 10px;
	-web-kit-border-radius: 10px;
}
#navi ul a:hover {
	background: url(../jpg/navi_bg_on.jpg);
}
#content {
	margin-top: 40px;
	padding: 0px;
	line-height: 20px;
}
#leftcol {
	float: left;
	width: 460px;
}
#rightcol {
	float: right;
	width: 460px;
}
#col_clear {
	clear: both;
	height: 40px;
}
#content02 {
	padding-bottom: 40px;
	height: 300px;
	background: url(../png/content02.png) no-repeat;
}
#inlay {
	padding: 120px 0 0 370px;
}
/*Links*/
#content a, #content02 a {
	text-decoration: none;
	color: #582613;
}
#content a:hover, #content02 a:hover {
	text-decoration: underline;
}
.h1 {font-size: 1.2em; font-weight: bold; color: #582613; margin-bottom: 30px;}
.topper {height: 40px; background: url(../png/trenner.png) top center repeat-x;}
.min_box {padding: 5px 15px 5px 15px; background: url(../png/content_bg.png); -moz-border-radius: 6px; -web-kit-borde-radius: 6px;}
.clear_box {height: 20px;}