@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: 560px;
}
#rightcol {
	float: right;
	width: 360px;
}
#col_clear {
	clear: both;
	height: 40px;
}
#content02 {
	padding-bottom: 40px;
	height: 300px;
	background: url(../png/content02_blog.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;
}
/* box klasse */
.box {padding-bottom: 30px;}
.min_box {padding: 5px 15px 5px 15px; background: url(../png/content_bg.png); -moz-border-radius: 6px; -web-kit-borde-radius: 6px;}
.h1 {font-size: 1.2em; font-weight: bold; color: #582613;}
.topper {background: url(../png/trenner.png) bottom repeat-x;}
.bomb {background: url(../png/bomb.png) center no-repeat; padding-left: 4px;}
.clear_box {height: 20px;}
.brown {color: #582613;}
.rosa {font-size: 1.1em; color: #F51C6E; padding-top: 10px;}