/*  01. BASICS ################################################ */
/*  02. LAYOUT ################################################ */
/*  03. METANAVIGATION ######################################## */
/*  04. MAINNAVIGATION ######################################## */

/*  01. BASICS ################################################ */

* {
	padding: 0; 
	margin: 0;
}

.clearer {
	clear: both;
}

body {
	font-size: 80%; 
	font-family: Arial, Helvetica, sans-serif;
	background: #1f160e; 
	/* => 0.7em bzw. 11px; http://www.reeddesign.co.uk/test/points-pixels.html */ 
}

/*  02. LAYOUT ################################################ */

#container {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

#branding {
}

#branding h1 a {
	display: block;
	width: 920px;
	height: 132px;
	background:url(../images/logo.jpg) no-repeat;
}

#branding h1 a span {
	display: none;
}

#branding_image {
	display: block;
	width: 920px;
	height: 190px;
	background:url(../images/branding_image.jpg) no-repeat;
}

#naviMain {
	width: 920px;
	height: 58px;
	background: url(../images/naviMain_bg.jpg) no-repeat; 
}

#naviMain ul {
	margin-left: 65px;
}

#naviMain ul li {
    width: auto;
    list-style: none;
}

#naviMain ul li a {
	display: block;
	float: left;
    color: none;
}

#naviMain ul li a span {
	display: none;
}

#naviMain ul li a#uid7 { 
	display: block;
	float: left;
	width: 95px;
	height: 58px;
	background: url(../images/home_no.jpg) no-repeat;
}


#naviMain ul li.act a#uid7,
#naviMain ul li.cur a#uid7,
#naviMain ul li a#uid7:hover {
	background: url(../images/home_act.jpg) no-repeat;
}

#naviMain ul li a#uid8 { 
	display: block;
	float: left;
	width: 134px;
	height: 58px;
	background: url(../images/produkte_no.jpg) no-repeat;
}

#naviMain ul li.act a#uid8,
#naviMain ul li.cur a#uid8,
#naviMain ul li a#uid8:hover {
	background: url(../images/produkte_act.jpg) no-repeat;
}

#naviMain ul li a#uid9 { 
	display: block;
	float: left;
	width: 109px;
	height: 58px;
	background: url(../images/extras_no.jpg) no-repeat;
}


#naviMain ul li.act a#uid9,
#naviMain ul li.cur a#uid9,
#naviMain ul li a#uid9:hover {
	background: url(../images/extras_act.jpg) no-repeat;
}

#naviMain ul li a#uid10 { 
	display: block;
	float: left;
	width: 104px;
	height: 58px;
	background: url(../images/links_no.jpg) no-repeat;
}

#naviMain ul li.act a#uid10,
#naviMain ul li.cur a#uid10,
#naviMain ul li a#uid10:hover {
	background: url(../images/links_act.jpg) no-repeat;
}

#naviMain ul li a#uid11 { 
	display: block;
	float: left;
	width: 110px;
	height: 58px;
	background: url(../images/forum_no.jpg) no-repeat;
}


#naviMain ul li.act a#uid11,
#naviMain ul li.cur a#uid11,
#naviMain ul li a#uid11:hover {
	background: url(../images/forum_act.jpg) no-repeat;
}

#naviMain ul li a#uid12 { 
	display: block;
	float: left;
	width: 125px;
	height: 58px;
	background: url(../images/kontakt_no.jpg) no-repeat;
}

#naviMain ul li.act a#uid12,
#naviMain ul li.cur a#uid12,
#naviMain ul li a#uid12:hover {
	background: url(../images/kontakt_act.jpg) no-repeat;
}

#naviMain ul li a#uid13 { 
	display: block;
	float: left;
	width: 137px;
	height: 58px;
	background: url(../images/impressum_no.jpg) no-repeat;
}



#naviMain ul li.act a#uid13,
#naviMain ul li.cur a#uid13,
#naviMain ul li a#uid13:hover {
	background: url(../images/impressum_act.jpg) no-repeat;
}

#contentArea {
	width: 918px;
	min-height: 365px;
	background: #302518 url(../images/contentArea_bg.jpg) no-repeat;
	border: 1px solid black;
	border-top: none;
	border-bottom: none;
}

#content ul {
	padding-left: 15px;
}

#naviSub {
	float: left;
	width: 100px;
	margin: 15px 0 0 15px;
}

#naviSub ul li {
	margin-bottom: 10px;
	padding: 10px 0 0 0;
	background: url(../images/naviSub_divider.gif) top repeat-x;
    list-style: none;
}

#naviSub ul li.first {
	background: none;
}

#naviSub ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#naviSub ul li.cur a,
#naviSub ul li a:hover {
	color: #9E883F;
}

#contentMain_top {
    position: absolute;
	width: 686px;
	height: 350px;
	overflow: visible;
	background: url(../images/contentMain_top.jpg) -1px 0px no-repeat;
}

#content {
    position: relative;
    margin-top: 35px;
    padding: 20px;
}

#contentMain {
	float: right;
	position: relative;
    width: 686px;
	margin-top: 15px;
	background: #f4f2e5 url(../images/contentMain_bg.jpg) repeat-y;
}

#content h2 {
    color: #be6d1c;
    margin-bottom: 20px; 
}

#content h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

#content p {
    font-size: 100%;
    line-height: 16px;
    margin-bottom: 15px;
}

#content strong {
	font-weight: bold;
}

#content ul li {
	list-style: circle;
	margin-bottom: 15px;
	margin-left: 15px;
}

#content h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

#content a img {
	border: 0px;
}

#content a {
	color: #be6d1c;
}

