body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #FCF8EF;
	background-repeat: repeat-x;
	text-align: center;
	background-position: center top;
	line-height: 18px;
}

html {
	overflow-y: scroll;
}

td {
	font-family:Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

/*------------*/
a {
	color: #666;
	text-decoration:underline;
	font-family: Geneva, sans-serif;
	font-size: inherit;
}

.footer .center a {
	color: #DE6421;
}

.header .center a {
	color: #DE6421;
}

a:hover, .header .center a:hover, .footer .center a:hover {
	color:#FFC880;
}

/*------------*/

.center {
	margin: auto;
	width: 980px;
}

.header {
	height: 108px;
	text-align: center;
	color: #de6421;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/bg-header.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	vertical-align: top;
}

.header .center {
	background-image: url(../images/bg-header-center.jpg);
	height: 108px;
	background-position: center top;
}

.frame {
	background-image: url(../images/bg-frame.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

.frame .horns {
	background-image: url(../images/bg-frame-horns.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.frame .horns .center {
	height: 320px;
	background-image: url(../images/bg-frame-horns-center.jpg);
	padding: 5px 15px 5px 14px;
	width: 951px;
}

.content {
	text-align: left;
	font-size: 14px;
	background-image: url(../images/bg-content.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFFBF8;
}

.content .center {
	background-image: url(../images/bg-content-center.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 20px 10px;
	width: 960px;
	min-height: 350px;
}

.box {
	border: 2px solid #D78577;
	background-color: #FAF1E4;
	padding: 10px;
	margin-bottom: 20px;
}

.footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 74px;
	color: #DE6421;
	font-size: 12px;
	font-weight: normal;
}

/*------------*/
div.navigation {
	height: 45px;
	text-align: center;
	background-position: center;
	position: relative;
	background-image: url(../images/bg-navigation.jpg);
}

div.navigation .center {
	height: 35px;
	position: relative;
	background-image: url(../images/bg-navigation-center.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px 0px;
}

a.navigation {
	color: #E9705A;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight:bold;
	font-size: 15px;
	text-align: center;
	display: block;
	padding: 5px 20px;
	position: relative;
	line-height: 25px;
}

a.navigation_aktiv {
	color: #E9705A;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFC880;
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight:bold;
	font-size: 15px;
	text-align: center;
	display: block;
	padding: 5px 20px;
	position: relative;
	line-height: 25px;
}

a:hover.navigation {
	background-color:#FFC880;
}

a:hover.navigation_aktiv {
	color:#FFC880;
	background-color:#FFC880;
}

#aktiv {
	color:#FFF;
	position:absolute;
	left:18px;
	top:4px;
	z-index:2;
}

/*------------*/

div.subnavigation {
	border: 2px solid #D78577;
	background-color: #FAF1E4;
	margin-bottom: 20px;
	}
ul.subnavigation, ul.subnavigation li {
	list-style-type: none;
	padding:0px;
	margin:0px;
	line-height: 16px;
}

ul.subnavigation li.titel{
	margin-left:22px;
	line-height: 30px;
	font-style: italic;
	letter-spacing: 1px;
}

a.subnavigation {
	padding:6px 10px;
	display:block;
	background-color: #FEFDFB;
	text-decoration: none;
	background-image: url(../images/bg-subnavigation.jpg);
	background-position: left;
	background-repeat: repeat-y;
	margin: 2px 0px;
}

.subnavigation .aktiv {
	font-weight:bold;

}

/*------------*/
ul{
	padding-left: 14px;
	margin: 0;
}
p{
	margin: 0px;
}
.justify{
	text-align: justify;	
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin: 10px 0px;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:normal;
}

.h08{
	font-size: 8pt;
}

h4 {
	font-size:13px;
	font-weight:normal;
}

hr {
	border-top: 1px dotted #DE6421;
	font-size: 0px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: 5px auto;
	display: block;
	width: 100%;
}

/*------------*/
.image {
	border: 2px solid #D78577;
	background-color: #FAF1E4;
}

.links {
	float:left;
}

.rechts {
	float:right;
	margin-left: 20px;
	margin-bottom: 7px;
}

/*------------*/
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #808080;
	width: 80%;
	background-color: #FFFFFF;
}

.send {
	font-size: 18px;
	font-weight: bold;
	color: #808080;
	background-color: #FFFFFF;
	margin: auto;
	cursor: pointer;
	width: 50%;
	border: 1px solid #D78577;
	line-height: 35px;
}

/*------------*/

address {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.trennlinie {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DE6421;
	padding-bottom: 20px;
	margin-bottom: 20px;
	clear: both;
}

.red {
	color: #F66;
}
.red1 {
	color: #AC5C4F;
}
.white {
	color: #FFF;
}
.error { color: red; }
input.error { border: 1px dotted red; }

.portrait {
	background-image: url(../images/portrait.jpg);
	height: 200px;
	padding-top: 200px;
	padding-left: 20px;
}
