
html {
	height: 100.3%;
         font-size: 62,5%;
         line-height: 1.2em;
}
body {
	background: url(images/background_body.gif) repeat-x;
         font-family: arial, sans serif;
         font-size: 0.8em;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {}

a {}
a:link { color: #d92723;}
a.aktiv1 { color: #ffffff; margin: 0px 20px 0 0; text-decoration:none;}
a.aktiv2 { color: #fff689; margin: 0px 20px 0 10px; text-decoration:none;}
a.inaktiv1 { color: #ffffff; margin: 0px 20px 0 0; text-decoration:none;}
a.inaktiv2 { color: #ffffff; margin: 0px 20px 0 10px; text-decoration:none;}
a:visited {}
.navi1 a:hover { color: #fff689;}
.navi1_aktiv a:hover { color: #fff689;}
.navi2 a:hover { color: #fff689;}
.navi2_aktiv a:hover { color: #fff689;}

div#wrapper_colors {
	 background: url(images/background_colors.gif) repeat-x;
          height: 3px;
}

div#homelink a {
	display: block;
         height: 170px;
         width: 180px;
	float: left;
         border-left: 0px solid #000000;
         border-right: 0px solid #000000;
         margin: 10px 0 0 60px;
         border: 0px solid #000000;
}

div#header {
	background: url(images/header.jpg) no-repeat center 0;
         height: 250px;
         margin: 0px auto;
}

div#wrapper {
	width: 990px;
	margin: 0px auto;
	text-align: left;
}

div#wrapcontent {background: url(images/background_wrapper.gif) repeat-y; overflow: auto; margin-bottom: 20px;}
div#box3 {
	float: right;
         background: #c2862e;
	width: 184px;
	padding: 0 20px 20px 20px;
}
div#box2 {
	float: right;
         background: #f8f3e7;
	width: 500px;
	padding: 0 20px 20px 20px;
}
div#box1 {
         background: #6e0c01;
	width: 185px;
	padding: 0 20px 20px 20px;
}


.navi1, .navi1_aktiv{
	width:180px;
	padding:0px 0px 0px 10px;
	margin-left:0px;
	font-weight:bold;
         border-bottom: 1px solid #000000;
}

.navi1{

}
.navi1_aktiv{
	background: #c36900;
}

.navi2, .navi2_aktiv{
	width:180px;
	padding:0px 0px 0px 10px;
	margin-left:0px;
	font-weight:bold;
         border-bottom: 1px solid #000000;
}

.navi2{

}
.navi2_aktiv{
	background: #c2862e;
}



div#wrapper_footer {
	 background: url(images/background_footer_kachel.gif) repeat-x;
          margin: 0px auto;
}

div#footer {
	background: url(images/background_footer.jpg) no-repeat;
         height: 143px;
         width: 990px;
         margin: 0 auto;
         border: 0px solid #000000;
}

.powered {
         padding: 120px 0 0 0px;
         font-size: 10px;
         color: #FFFFFF;
         font-weight:bold
}

.powered a {
         color: #FFFFFF;
}

.powered a:hover {
	text-decoration: underline;
         color: #fff689;
}

.defloat {clear: both;}