/* ==============================
   ======= HAUPT - ELEMENTE =====
   ============================== */

* {
	margin: 0px; padding: 0px;
}

html {
	overflow-y: scroll;
	scrolling: yes;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 130px;
	background: #B46464 url(../img/header_background.gif);
	border-bottom: 1px solid #E7E7E7;
}

#navi {
	position: relative;
	width: 960px;
	height: 130px;
	margin: 0 auto;
	background: url(../img/header.jpg) right no-repeat;
}

#page {
	width: 960px;
	margin: 30px auto 0px auto;
}

#leftbar {
	width: 200px;
	float: left;
	margin: 0px 60px 20px 0px;
}

#content {
	width: 640px;
	float: left;
	margin: 0px 60px 20px 0px;
	min-height: 350px;
	height: auto !important;
	height: 350px;

}

* html #content {
	margin: 0px 20px 20px 0px;
}


/* ==============================
   =========== FOOTER ===========
   ============================== */

#footer {
	clear: both;
	padding: 10px;
	color: #3F3F3F;
	font-size: 10px;
	background: #E7E7E7;
}

#footer p {
	margin: 0 auto;
	width: 600px;
	padding: 0px 0px 0px 120px;
}

#footer p span {
	margin-left: 60px;
}

#footer a {
	color: #3F3F3F;
}

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


/* ==============================
   ========= NAVIGATION =========
   ============================== */

#navi ul {
	margin: 0px 0px 0px 280px;
	padding: 95px 0px 0px 0px;
}

#navi ul li {
	display: inline;
	list-style-type: none;
}

#navi ul li a {
	margin: 0px 15px 0px 0px;
	padding: 5px 8px;
	font-size: 13px;
	color: #E7E7E7;
	line-height: 26px;
	text-decoration: none;
	background: #3F3F3F url(../img/navi_background.gif) repeat-x;
}

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


#subnavi {
	width: 200px;
}

#subnavi ul {
	
}

#subnavi ul li {
	list-style-type: none;
	margin-bottom: 5px;
	width: 180px;
}

#subnavi ul li a {
	display: block;
	width: 168px;
	padding: 0px 0px 0px 10px;
	color: #E7E7E7;
	font-size: 11px;
	line-height: 26px;
	text-decoration: none;
	background: #3F3F3F url(../img/subnavi_background.gif) repeat-x;
	border: 1px solid #E7E7E7;
}

#subnavi ul li a:focus, #subnavi ul li a:hover {
	background: #3F3F3F url(../img/subnavi_background_hov.gif) repeat-x;
}

#subnavi .active a {
	background: #3F3F3F url(../img/subnavi_background_hov.gif) repeat-x;
}


.sub {
	margin: 5px 0px;
	padding: 0px;
}

.sub li {
	list-style-type: square !important;
	margin: 0px 0px 0px 25px;
	padding: 0px !important;
}

.sub li a {
	padding: 0px !important;
	background: none !important;
	border: none !important;
	line-height: 14px !important;
}


