@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #49335A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	line-height: normal;
}
h1 {
	font-size: 22px;
	color: #666;
}
.container .content address {
	font-style: normal;
	color: #333;
	padding: 15px;
}

h2 {
	font-size: 20px;
	color: #666;
}
h3 {
	font-size: 18px;
	color: #666;
}
h4 {
	font-size: 16px;
	color: #666;
}
label  {
	width: 150px;
	display: block;
	float: left;
}
.container .content #form1 {
	padding: 20px;
	margin: 20px;
	background-color: #EFEFEF;
}
#form1 p.hinweis {
	font-size: 10px;
	padding: 0px;
}


h5 {
	font-size: 14px;
	color: #666;
	text-decoration: underline;
}
h6 {
	font-size: 14px;
	color: #666;
	font-style: italic;
}

.container .content p {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

a img { 
	border: none;
}
.container .content #haftung {
	font-size: 95%;
}


a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 1107px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg05.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 1107px;
	height: 150px;
}

.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	background-color: #FFF;
	background-image: url(../images/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 588px;
}
.content {
	background-image: url(../images/bg02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 250px;
	padding-bottom: 10px;
	padding-left: 0;
	width: 580px;
	float: right;
}
.sidebar2 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding: 10px 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
#nav_wrapper {
	height: 30px;
	width: 1107px;
	background-image: url(../images/bg03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #9C9600;
	margin: 0;
	line-height: 30px;
}

ul.nav {
	list-style: none;
	line-height: 30 px;
	height: 30 px;
}

ul.nav li {
	float: left;
}
ul.nav a, ul.nav a:visited {
	display: block;
	text-decoration: none;
	background-color: #9C9600;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #53524a;
	background-color: #9C9600;
}

.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	background-color: #49335A;
}
.content .platzhalter {
	float: right;
	height: 600px;
	width: 1px;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.breadcrumb {
	font-size: 10px;
	color: #999;
	padding: 0 0 10px 20px;
}
.breadcrumb a {
	color: #999;
}

.bildtext {
	font-size: 12px;
	font-weight: bold;
}
.clrlft {
	clear: left;
}
