body {
	margin: 0;
	padding: 0; /* for OPERA */
	margin-bottom: 20px;
	background-color: #fff;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
}
body, td, th, div, input, textarea {
	font: 12px Verdana, sans-serif;
	color: #87888A;
}
img {
	border: 0;
}
td, th {
	vertical-align: top;
	text-align: left;
}
a, a:visited {
	color: #87888A;
	text-decoration: underline;
	outline: none ! important;
}
a:hover {
	color: #87888A;
	text-decoration: none;
}
h1, h2, h3 {
	color: rgb(190,0,0);
	font-weight: normal;
}
h1 {
	font-size: 100%;
	text-transform: uppercase;
	margin-top: 0;
}
.h1 {
	margin-top: 25px;
}
h2 {
	font-size: 100%;
	margin: 15px 0 5px 0;
}
h3 {
	font-size: 100%;
	margin: 0;
}
.small {
	font-size: 10px;
	line-height: 130%;
}
#body {
	position: relative;
}

#LogoArea, #NavPictureArea, #SecnavContentArea {
	width: 910px;
}
#LogoArea {
	height: 143px;
	text-align: right;
}
#LogoArea img {
	margin: 0;
}
#NavPictureArea {
	height: 155px;
}
#NavPictureArea div {
	float: left;
}
#NavPictureArea img {

}
#MainNav {
	width: 240px;
	height: 153px;
	background-color: #945C07;
}
#MainNav ul, #MainNav li, #SecNav ul, #SecNav li {
	margin: 0;
	padding: 0;
	padding-left:12px;
	list-style-type: none;
}
#MainNav ul {
	margin-top: 10px;
}
#SecNav ul {
	margin-top: 27px;
}
#MainNav li {
	margin: 3px 0 3px 20px;
}

#SecNav li {
	margin: 3px 0 3px 2px;
}


#MainNav li a, #MainNav li a:visited, #SecNav li a, #SecNav li a:visited {
	text-transform: uppercase;
	display: block;
	height: 20px;
	text-decoration: none;
	color:#DCC39E;
}
#SecNav li a, #SecNav li a:visited {
	color: #935B07;
	background-image: url(../img/pfeilrechts.gif);
	background-repeat: no-repeat;
	padding-left:20px;
}
#MainNav li a:hover, #MainNavActive {
	background-color: inherit;
	color: #fff;
}
#MainNavActive {
font-weight:bold;

}
#SecNav li a:hover, #SecNavActive {
	color: #9C9EA0;
}
#SecnavContentArea div {
	float: left;
}
#SecNav {
	width: 240px;
	margin-top:13px;
}
#ContentArea {
	margin-top: 25px;
	margin-left: 10px;
	width: 590px;
	font-size: 13px;
	line-height: 150%;
}
#ContentArea td {
	font-size: 13px;
	line-height: 150%;
}


