

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #3a342e;
	margin:0px;
	padding:0px;
	min-width:930px;
	background-color:#f1dc8d;
}
.startbody {
	
	background:#f8edc6;
	height:100%;
}

.start_body {
	position:relative;
	height:472px;
	background-image:url(images/start2_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	margin-top:7%;
   
}
.start_txt {
	clear:both;
	float:right;
	height:340px;
	width:280px;
}
.start_txt img {
	clear:both;
	float:left;
	border:0px;
}
.start_arrow {
	margin-top:95px;
	margin-left:30px;
}
.start_trenner {
	float:right;
	width:1px;
	height:350px;
	background-image:url(images/start_trenner.gif);
	background-repeat:repeat-y;
	background-position:top;
}
.start_pix {
	float:right;
	height:380px;
	width:490px;
}
.start_pix img {
	float:right;
	margin-right:30px;
	margin-top:30px;
	border:0px;
}
.sidespace {
	position:relative;
	margin:0px;
	padding:0px;
	width:900px;
	left: 50%;
	top:0px;
	margin-left: -450px;
}
.sidespace2 {
	position:relative;
	margin:0px;
	padding:0px;
	width:800px;
	left: 50%;
	top:0px;
	margin-left: -400px;
}
.head {
	height: 130px;
	background-image:url(images/head_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
.logo {
	float:right;
}
.mainmenu {
	position:relative;
	height: 36px;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	
}
.mainmenu2 {
	padding-top:16px;
}
.container {
}
.sub {
	clear:both;
	float:left;
	width:20%;
	background-color:#ffffff;
	color:#68615a;
}
.content {
	float:left;
	width:80%;
	background-color:#ffffff;
	line-height:19px;
}
.footer {
	line-height:25px;
	background-image:url(images/footer_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
.footer2 {
	text-align:right;
}
.suche {
	clear:both;
	float:left;
}
.sucheinput {
	float:left;
	margin-left:16px;
	margin-bottom:10px;
	width:110px;
	border:1px solid #999999;
	padding:1px;
}
.suchebutton {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

/* Allgemeines */
.spaces1 {
	padding:4px;
	padding-top:30px;
}
.spaces2 {
	padding:4px;
	padding-left:15px;
	padding-right:15px;
	padding-top:30px;
}
.schmuck01 {
	clear:both;
	background-color:#FFFFFF;
	height:4px;
	line-height:1px;
	font-size:1px;
}
.white {
	background-color:#FFFFFF;
}
/* Mainmenu config */

.mainmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.mainmenu li {
	background-image:url(images/menu_inactive.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	float:left;
	margin:0px;
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	margin-right:1px;
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:1.7em;
}

.mainmenu .active {
	background-image:url(images/menu_active.gif);
	background-repeat:repeat-x;
}

.mainmenu ul a {
	text-decoration:none;
	color:#453f38;
}
.mainmenu ul a:hover {
	text-decoration:none;
	color:#7b490e;
}

.mainmenu .active a {
	text-decoration:none;
	color:#7b490e;
	font-weight:bold;
}

/* Submenu config */

.sub ul {
	list-style:none;
	margin:0px;
	padding:0px;
	
}

.sub li {
	background-image:url(images/sub_inactive.gif);
	background-repeat:repeat-x;
	background-position:top left;
	clear:both;
	float:left;
	margin:0px;
	padding:0px;
	padding-left:15px;
	margin-right:1px;
	font-size:12px;
	font-weight:normal;
	height:27px;
	line-height:29px;
	width:90%;
}

.sub .active {
	background-image:url(images/sub_active.gif);
	background-repeat:repeat-x;
}

.sub ul a {
	text-decoration:none;
	color:#68615a;
}
.sub ul a:hover {
	text-decoration:none;
	color:#7b490e;
}

.sub .active a {
	text-decoration:none;
	color:#7b490e;
	font-weight:bold;
}
.subtrenner {
	clear:both;
	background-image:url(images/sub_trenner2.gif);
	background-position:top left;
	height:25px;
	width:98%;
}
