
body {
	margin: 0;
	padding: 0;
   padding-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #E60003;
}
a:hover, a:active {
	color: #877B63;
}

#main a {
   text-decoration: underline;
}

img {
	border:0;
}

img.map {
   border: 1px solid #000;
}

form, fieldset, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: 0;
}

h3, h4 {
   margin-bottom: 10px;
}

p {
   margin-top: 0;
}

h4 {
   font-size: 1em;
}

/*
 main layout wrappers
*/
.wrapperInner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#wrapperHeader {
	background-color: #DFD9CC;
	font-size: 0.8em;
}
#innerHeader {
	background-color: #B2A384;
	position: relative;
}
#BcLft {
	width: 688px;
	float: left;
	color: #877B63;
	font-size: 0.8em;
}
#BcRgt {
	width: 292px;
	float: right;
}
#wrapperBcNav {
	background-color: #F59697;
	height: 3px;
}
#innerBcNav {
	background-color: #E60003;
	font-size: 0.01%;
	height: 3px;
}
.clr {
	clear: both;
	font-size: 0;
	height:0;
	overflow: hidden;
}
#headerPhoto {
	width: 470px;
   min-height: 90px;
}
.headerImg {
	z-index: 1;
}
.headerImgA {
	float: right;
}
#logo {
   position: absolute; 
	width: 77px;
	height: 87px;
	top: 0px; 
	left: 10px;
	z-index: 2;
}
#pageDesc {
	width: 500px;
	position: absolute;
	right: 0; top: 0;
}
* html .headerImg {
	margin-bottom: -5px;
}
#pageDesc h1 {
	font-size: 1.5em;
	padding-top: 10px;
}
#BcLft {
	padding-top: 3px;
}
/*
contact forn
*/
#contact {
	vertical-align: top;
}
#contact input, #contact textarea {
	width: 99%;
	background-color: #DFD9CC;
	border: 0;
	margin-bottom: 1px;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	padding-left: 3px;
	border: 1px solid #DFD9CC;
	color: #877B63;
}
#contact input {
	height: 1.4em;
}
#contact input:hover, #contact input:active, #contact input:focus,
#contact textarea:hover, #contact textarea:active, #contact textarea:focus {
	border: 1px solid #B2A384;
}
.contactTD {
	background-color: #DFD9CC;
	border-bottom: 1px solid #fff;
	padding: 3px;
	color: #877B63;
}
/*
search
*/
#BcRgt input {
	background-color: #DFD9CC;
	margin: 0;
	padding: 0;
	border: 1px solid #DFD9CC;
	height: 1.3em;
	color: #877B63;
}
#BcRgt input:hover, #BcRgt input:active, #BcRgt input:focus {
	border: 1px solid #B2A384;
}
#BcRgt table {
	margin-top:10px;
	margin-bottom: 1px;
}
#q {
	width: 191px;
	padding-left: 5px !important;
	vertical-align: text-bottom;
}
#srcSubmit, #fsubmit {
	width: 93px !important;
	font-weight: bold;
	height: 1.4em !important;
}
* html #BcRgt {
	margin-top: -1px;
	margin-bottom: -3px;
}
/* 
footer 
*/
#footer {
	font-size: 0.7em;
	border-bottom: 1px solid #E60003;
	text-align: right;
	color: #E60003;
	padding-bottom: 0.2em;
	padding-right: 302px;
}
#cpr {
	font-size: 0.7em;
	margin-top: -1em;
}
* html #cpr {
	margin-top: -1.5em;
}
/*
spalten
*/
#nav {
	width: 200px;
	float: left;
	padding-top: 10px;
}
#main {
	width: 468px;
	float: left;
	padding: 10px;
	font-size: 0.8em;
}
#sub {
	width: 292px;
	float: left;
	padding-top: 10px;
}
* html #sub {
	margin-right: -3px;
}
/*
	navigation
	bis zu 2 unterebenen
*/
#nav a {
	color: #fff;
	display: block;
	font-size: 0.8em;
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
	padding-top:1px;
}
#nav a:hover {
	background-color: #F59697;
}
#nav a span, .h, #qjump {
  position: absolute;
  top: -6000px;
  left: -6000px;
  height: 1px;
  width: 1px;
  z-index: 500;
}

#qjump a:focus, #qjump a:active {
	position: absolute;
	display: block;
  	height: 16px;
  	width: 170px;
  	z-index: 20;
  	top: 6000px;
  	left: 6010px;
	font-size: 0.7em;
	padding-left: 5px;
	background-color: #fff;
	border-right: 1px solid #877B63; 
	border-bottom: 1px solid #877B63; 
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	list-style: none;
	background-color: #E60003;
}
#nav ul li a {
	padding-left: 5px;
	font-weight: bold;
}
#nav ul li ul {
	margin: 0;
	padding: 0;
}
#nav ul li ul li a {
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/nav_bullet_1.gif) no-repeat left;
}
#nav ul li ul li ul li a {
	padding-left: 35px;
	background: url(images/nav_bullet_2.gif) no-repeat left;
}
.navActive {
	background-color: #F59697 !important;
}
/* Ie Fix: repairs li height && Hidden from IE Mac \*/
* HTML #nav ul li, * HTML #nav ul li a { height: 1%; }
/* End */

.mainImg {
	float: left;
	margin-right: 10px;
}
.err {
	color: #E60003;
	margin:0;
	padding:0;
}