/* ############################## */
/* ###### HAUPT - ELEMENTE ###### */
/* ############################## */

#page_margins {
	margin: 0 auto;
	width: 900px;
	min-width: inherit;
	max-width: none;
	padding-top: 20px;
}

#guertel {
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -430px;
	z-index: 100;
}

* html #guertel {
	top: 255px;
	margin-left: -460px;
}

#top {
	width: 900px;
	height: 5px;
	background: url(../img/back_top.jpg) bottom no-repeat;
}

* html #top {
	margin-top: 5px;
}

#page {
	width: 770px;
	padding: 15px 65px;
	background: url(../img/back_body.jpg) repeat-y;
}

#header {
	height: 169px;
	width: 770px;
	background: #8D5027 url(../img/header_back.jpg) repeat-x;
}

#head_logo {
	position: absolute;
	top: 25px;
	left: 35px;
}

#head_taschen {
	position: absolute;
	top: -27px;
	left: 380px;
}

#col1 {
	float: left;
	width: 545px;
	padding: 45px 0px 0px 0px;
}

#col1_content {
	padding: 0px 15px 0px 0px;
	min-height: 500px;
	border-right: 1px dotted #5C3116;
}

#col3 {
	width: auto;
	margin: 0px 0px 0px 545px;
	padding: 45px 0px 0px 15px;
}

#footer {
	width: 900px;
	background: url(../img/back_footer.jpg) no-repeat;
	padding: 10px 10px 10px 65px;
	color: #5C3116;

}

#footer a {
	color: #5C3116;
}

#footer a:hover, #footer a:focus {
	color: #A05C2F;
}


/* ############################## */
/* ######### NAVIGATION ######### */
/* ############################## */

#navi ul {
	margin: 10px 0px;
}

#navi ul li {
	display: inline;
	margin: 0px 20px 0px 10px;
	list-style-type: none;
}

#navi ul li a {
	color: #5C3116;
	font-size: 12px;
	text-decoration: none;
}

#navi ul li a:hover, #navi ul li a:focus {
	color: #A05C2F;
}


/* ############################## */
/* ######### SUB - NAVI ######### */
/* ############################## */

#subnavi {
	margin-bottom: 40px;
}

#subnavi ul {
	margin: 0px;
}

#subnavi ul li {
	list-style-type: none;
	margin: 0px;
}

#subnavi ul li a {
	display: block;
	margin: 3px 0px;
	padding: 3px 10px;
	color: #FFF;
	text-decoration: none;
	background: #A05C2F url(../img/subnavi_back.jpg) repeat-x;
}

#subnavi ul li a:hover, #subnavi ul li a:focus {
	font-weight: bold;
}

#subnavi ul li a span {
	padding-left: 12px;
	background: url(../img/subnavi_bullet.jpg) no-repeat 0 50%;
}


#bestellen a {
	display: block;
	width: 194px;
	height: 37px;
	margin: 0 auto;
	font-size: 0px;
	text-decoration: none;
	background: url(../img/bestellen.jpg)
}

#bestellen a:hover, #bestellen a:focus {
	background: url(../img/bestellen_hover.jpg)
}


#linklist {
	width: 194px;
	height: 37px;
	margin: 20px auto 0px auto;
}

#linklist a {
	display: block;
	margin-bottom: 5px;
	color: #5C3116;
	font-weight: bold;
}

#linklist a:hover, #linklist a:focus {
	text-decoration: none;
}