/* CSS Design */

body {
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
	color:#000000;
	rem background: #D8D8D8;
	background: #685848;
}

A:link {
	COLOR: #6D6D6D; text-decoration: none;
}
A:visited {
	COLOR: #6D6D6D; text-decoration: none;
}
A:active {
	COLOR: #6D6D6D; text-decoration: none;
}
A:hover {
	COLOR: #000000; text-decoration: underline;
}

#page_wrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 940px; /* fixe breite */
	/* width: 98%; */ /* dynamische breite */
	text-align: left;
	background: #F2EAC0;
	border: 0px solid #FFFFFF;
}

#header_wrapper {
	background: #BD864F; 
	margin:0px; padding:0px;
}

#header {
    width: 940px;
	height: 150px;
	padding:0px;
	background: #ffffff url(../images/phead.gif) top right no-repeat;
	margin:0px;
}

#left_side {
	margin-top: 15px;
	float: left;
	width: 160px;
	background: ;
}

#right_side {
	margin-top: 15px;
	float: right;
	width: 160px;
	background: ;
}

#content {
    height: 100%;
    text-align: justify; 
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 170px;
	margin-right: 170px;
	padding: 12px;
	background: #F7F7F7;
	border-top: #BD864F 1px solid;
	border-left: #BD864F 1px solid;
	border-bottom: #BD864F 0px solid;
	border-right: #BD864F 1px solid;
}

#footer {
	background-color: #BD864F;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

#footer A:link {
	COLOR: #FFFFFF; 
	text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; 
	text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; 
	text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; 
	text-decoration: underline;
}

#left_side p {
	margin: 8px 10px 8px 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
#right_side p {
	margin: 8px 10px 8px 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}

#right_side h2 {
   margin: 0px 5px 0px 5px;
   font-family: verdana, arial, sans-serif;
   font-size: 10px;
   line-height: 12px;
   color: #6D6D6D;
} 

#left_side h3 {
	margin: 0px 5px 10px 0px;
	padding: 4px 0px 4px 11px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	border: 0px solid #494949;
	background-color: #BD864F;
}

#right_side h3 {
	margin: 0px 0px 10px 5px;
	padding: 4px 0px 4px 11px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	border: 0px solid #494949;
	background-color: #BD864F;
}

#left_side h4, #right_side h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #6D6D6D;
}

#right_side img {
	margin-top: 0px; 
	margin-bottom: 10px; 
	margin-left: 5px; 
	margin-right: 10px;
}

#content p {
	margin: 5px 0px 2px 0px;
	padding: 4px 0px 10px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

#content h3 {
	margin-top: 5px; 
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #6D6D6D;
}

#content h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 6px 0px 6px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #6D6D6D;
}

#navlist {
	margin-top: 1px;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px 0px;
	margin-left: 0px;
	border-bottom: 3px solid #ffffff;
	font: bold 11px Verdana, sans-serif;
}

#navlist li {
	position: relative;
	list-style: none;
	margin: 0px;
	display: inline;
}

#navlist li a {
	color: #ffffff;
	padding: 7px 12px;
	margin-left: 3px;
	border: 0px solid #494949;
	border-bottom: 2px solid #A16931;
	background: #A16931;
	text-decoration: none;
}

#navlist li a:link { color: #E6E6E6; }
#navlist li a:visited { color: #E6E6E6; }

#navlist li a:hover {
	color: #ffffff;
	background: #BD864F;
	border-color: #BD864F;
	border-bottom: 2px solid #A16900;
}

#navlist li a#current {
	color: #A16931;
	background: #ffffff;
	border-top: #BD864F 0px solid;
	border-left: #BD864F 0px solid;
	border-bottom: #BD864F 2px solid;
	border-right: #BD864F 0px solid;
}

.float_left {
	float: left;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

.featurebox_center {
	background-color: #fffff6;
	margin: 0px;
	padding: 10px;
	border: 1px solid #DFE8F7;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

.featurebox_side {
	background-color: #fffff6;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #DFE8F7;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
