* {
	margin: 0;
	padding: 0;
}
body{
	font: normal 13px/19px arial, verdana, 'sans-serif';
	color: #454545;
	background-color: #fff;
}
h1{
	margin: 0;
	padding: 1.025em 0 0.425em 0;
	font: normal 22px Georgia, verdana, 'sans-serif';
}
h2{
	font: bold 14px arial,sans-serif;
	color: #454545;
	margin: 20px 0 10px 0;
}
h1 a, h2 a{
	text-decoration: none;
}
p{
	margin-bottom: 10px;
}
a{
	color: #454545;
}
img{
	border: 0;
}
#content ul
{
	margin: 0;
	padding: 0.225em 0 0.425em 0;
	list-style-type: disc;
}
#content ul li
{
	margin: 0 0 0 16px;
	padding: 0.225em 0 0.225em 4px;
}
#wrapper {
	background: #eee;
	min-height: 254px;
	height: auto !important;
	height: 254px;
	width: 50%;
	background: transparent url(../images/body-background.gif) repeat-x;
	position: absolute;
	top: 0;
	z-index: 1;
}
#shadow{
	height: 537px;
	width: 21px;
	background: transparent url(../images/shadow.gif) repeat-x;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	margin-left: 376px;
}
#container{
	margin: 0 auto;
	width: 749px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	z-index: 2;
}
#navigation{
	height: 56px;
	width: 749px;
	background: transparent url(../images/navigation_background.gif) repeat-x;
}
ul#navigation{
	list-style-type: none;
}
#navigation li{
	float: left;
	font: italic 20px geogria, 'trebuchet ms', sans-serif;
	line-height: 56px;
}
#navigation li a{
	text-decoration: none;
	display: block;
	padding: 0 16px;
}
#header{
	height: 198px;
	width: 841px;
	margin-left: -91px;
	background: transparent url(../images/header.jpg) no-repeat;
}
#ticker{
	height: 38px;
	width: 729;
	background: transparent url(../images/ticker-background.gif) repeat-x;
	border-top: 1px solid #fff;
	padding-left: 20px;
	line-height: 38px;
}
#content{
	min-height: 350px;
	width: 709;
	background: transparent url(../images/content-background.gif) repeat-x top;
	border-top: 1px solid #fff;
	padding: 40px 20px;
}
div.teaser{
	float: left;
	margin-right: 1px;
}
.teaser h2{
	width: 250px;
	height: 40px;
	line-height: 40px;
	float: left;
	background: transparent url(../images/teaser-background.gif) repeat-x top;
	margin: 0;
}
div.teaser h2 a{
	color: #fff;
	font-size: 15px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
}
div.teaser a{
	text-decoration: none;
	display: block;
}
div.teaser a:hover{
	text-decoration: underline;
}
p.teaser{
	background-color: #f8f3f0;
	height: 233px;
	width: 234px;
	padding: 0 8px;
	font-size: 12px;
}
p.teaser img{
	margin: 10px 0 -5px 0;
	border: 0;
}
.eintrag{
	border: 6px solid #dec7ab;
	padding: 10px;
	margin-bottom: 35px;
}
.rightimg{
	float: right;
	margin: 0 0 15px 30px;
	border: 3px solid #ccc;
	padding: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.band{
	margin: 5px 0 0px -26px;
}
.borderless p a{
	text-decoration: none;
	display: block;
}
.borderless p a:hover{
	text-decoration: underline;
}

/* Tabellen */

table.data
{
	width: 100%;
	margin: 0.825em 0 0.825em 0;
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
	border-collapse: collapse;
	line-height: 1.425em;
}
table.data td
{
	padding: 0.425em 0.625em 0.425em 0.625em;
	border: solid 1px #DDDDDD;
	vertical-align: top;
}
table.data .numeric
{
	text-align: right;
}
table.data th
{
	padding: 0.425em 0.625em 0.425em 0.625em;
	border: solid 1px #DDDDDD;
	text-align: left;
	vertical-align: top;
}
table.data tr.even td,
table.data tr.even th
{
	background-color: #FBFBFB;
}
table.data thead td,
table.data thead th
{
	padding-top: 0.625em;
	padding-bottom: 0.625em;
	background-color: #EBEBEB;
}
table.data tfoot td,
table.data tfoot th
{
	background-color: #EBF5FF;
	color: #1C538A;
}


#footer{
	height: 125px;
	background: transparent url(../images/footer-background.gif) repeat-x;
	color: #fff;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer div{
	margin: 0 auto;
	width: 749px;
	padding-top: 25px;
}
#footer div ul{
	list-style-type: none;
	float: left;
	margin-right: 50px;
	line-height: 21px;
}
#footer div img{
	margin-top: -21px;
	float: right;
}
/* Formulare */

form
{
	margin: 0;
	padding: 0;
}
form h2
{
	padding: 1.425em 0 0.625em 0;
	color: #4C3011;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
label span
{
	font-size: 11px;
}
label .required,
span.required
{
	color: #F53B02;
	font-size: 2.125em;
	vertical-align: bottom;
}
input.text,
textarea
{
	width: 240px;
	padding: 0.225em 0.225em 0.225em 0.225em;
	border: solid 1px #7D6952;
	font: normal 1em Arial, Tahoma, Helvetica, sans-serif;
}
input.text.numeric
{
	text-align: right;
}
input.text.day
{
	width: 56px;
	text-align: right;
}
input.text.month
{
	width: 64px;
	text-align: right;
}
input.text.year
{
	width: 99px;
	text-align: right;
}
input.text.zip
{
	width: 72px;
	text-align: right;
}
input.text.city
{
	width: 157px;
}
select
{
	width: 247px;
	padding: 2px;
	border: solid 1px #7D6952;
	font: normal 1em Arial, Tahoma, Helvetica, sans-serif;
}
input.submit,
input.reset
{
	overflow: visible;
	margin: 0 8px 0 0;
	padding: 0.425em 0.825em 0.425em 0.825em;
	font: normal 1em Arial, Tahoma, Helvetica, sans-serif;
	border: none;
	cursor: pointer;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
input.radio,
input.checkbox
{
	padding: 0;
	margin: 0.125em 0 0 0;
	vertical-align: middle;
}
input.submit
{
	background-color: #684F40;
	border: solid 1px #3D6400;
	color: #FFFFFF;
}
input.submit:hover
{
	background-color: #594437;
}
input.reset
{
	background-color: #EFEFEF;
	border: solid 1px #ABABAB;
	color: #34383C;
}
input.reset:hover
{
	background-color: #DDDDDD;
	border-color: #9B9B9B;
}
label
{
	padding: 0.225em 0 0.225em 0;
	color: #5e564D;
	vertical-align: middle;
	cursor: pointer;
}
label.main
{
	float: left;
	width: 208px;
	padding-left: 16px;
	padding-right: 16px;
}
label.radio,
label.checkbox
{
	margin: 0 1.025em 0 0.125em;
}
.row
{
	padding: 0.625em 0 0.625em 0;
	background-color: #FCFBFA;
	border-bottom: solid 1px #D8CFC7;
}
.row.first
{
	border-top: solid 1px #D8CFC7;
}
.row.even
{
	background-color: #FAF7F5;
}
.row ul
{
	float: left;
	padding: 0;
	list-style-type: none;
}
.row ul li
{
	width: 240px;
	margin: 0;
	padding: 0.225em 0.525em 0.225em 0;
	border-top: solid 1px #DDDDDD;
}
.row ul li.first
{
	border-top: none;
}
div.submit
{
	margin: 1.025em 0 1.425em 0;
	padding: 0.625em 0 0.625em 240px;
	background-color: #D8CFC7;
}
div.terms_and_conditions
{
	margin-top: 1.025em;
	border: solid 1px #D8CFC7;
	padding: 0.625em 16px 0.625em 16px;
}
div.terms_and_conditions input.checkbox
{
	float: left;
	display: inline;
	margin: 0.625em 12px 0.625em 0;
}
.error{
	font-weight: bold;
	color: red;
	margin: 20px 0;
}
.success{
	font-weight: bold;
	color: green;
	margin: 20px 0;
}
.pdf{
	background: transparent url(../images/pdf-datei.png) no-repeat;
	padding-left: 20px;
}
.pdfa{
	text-decoration: none;
}
