@charset "utf-8";


html {

min-height:100%;

height:auto !important;

height:100%;
}




body {

min-height:100%;

height:auto !important;

height:100%;

margin:0;

padding:0;

background: #D7C1AA; /* Old browsers */

background: -moz-linear-gradient(top, #D7C1AA 0%, #fefeff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D7C1AA), color-stop(100%,#fefeff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #D7C1AA 0%,#fefeff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #D7C1AA 0%,#fefeff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #D7C1AA 0%,#fefeff 100%); /* IE10+ */

background: linear-gradient(to bottom, #D7C1AA 0%,#fefeff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D7C1AA', endColorstr='#fefeff',GradientType=0 ); /* IE6-9 */

font-family: 'Open Sans', sans-serif;}


#center {

margin-top:50px;
margin-left:auto;

margin-right:auto;
width:1067px;
}
	

#content {

padding:26px;

padding-top:40px;

width:100%;

height:500px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;

color:#505050;

font-size:14px;

line-height:135%;

background:white;

overflow:hidden;

font-weight:400;
}


	.row {

	float:left;
	width:100%;
}


	.links {

	float:left;

	width:520px;}



	.rechts {

	float:right;

	width:350px;
}

#footer {
width:100%;

height:100px;
clear:both;
box-sizing:border-box;

-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;

padding:26px;

padding-top:26px;
}


#footer a,
#footer a:link {
color:#7c7c7c;
}
	

h1{
font-size:150%;
line-height:125%;
font-family:"Trebuchet MS", arial, helvetica, tahoma ,verdana,  sans-serif;
margin-bottom:25px;
color:#A4310F;
}

h2{
font-size:130%;
line-height:125%;
font-family:"Trebuchet MS", arial, helvetica, tahoma ,verdana,  sans-serif;
margin-bottom:20px;
border-bottom:solid 1px #A4310F;
color:#000;
}

h3 {

margin:0;
margin-bottom:10px;
padding:0;
color:#FF0000;

font-size:20px;
	}


h4 {
margin:0;

margin-bottom:10px;
padding:0;
color:#78a9ea;
font-size:16px;
	}

a:link, a:visited, a:active{
font-size:100%;
line-height:125%;
color:#c2631d;
font-family:"Trebuchet MS", arial, helvetica, tahoma ,verdana,  sans-serif;
}

a:hover{
text-decoration:underline;
background-color:#F3ECE2;
color:#800000;
}