/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family: Verdana, "Segoe UI", Myriad, Frutiger, Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* links */
a {
    color:#ff7e00;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
}


/* page setup */
body {
    background:#FFFFFF url(../img/bg.png) 50% 0 repeat-x;
    font-family:Verdana, "Segoe UI", Myriad, Frutiger, Arial, Helvetica, sans-serif;
    color:#5b402f;
    font-size:12px;
}

/* wrapper setup */
div.wrapper {
    margin:auto;
    width:934px;
}

/* header */
div#header {
    position:relative;
    height:219px;
    margin:0;
	margin-bottom: 10px;
}


h1 {
	font-size:24px;
	line-height: 33px;
	font-family: "Arial Narrow", Arial;
	color: #f95602;
	display:inline;
}


div#bilder {
    position:absolute;
    top:72px;
	right:7px;
	height:113px;
	width: 655px;
}

div#bilder img {
	width: 105px;
	height: 105px;
	float: right;
	margin-left: 18px;
	padding: 3px;
	background-color:#FFF;
	border: #CCC solid 1px;
}

div#bilder a:hover img {
	background-color:#f5f1e7;
	border: #990000 solid 1px;
}

div#sprache {
    position:absolute;
    top:27px;
	right:7px;
	height:18px;
	width: 108px;
}

div#sprache img {
	width: 26px;
	height: 18px;
	float: right;
	margin-left: 10px;
}


/* logo */
img#logo {
    position:absolute;
    top:0px;
    left:0px;
    width:264px;
    height:219px;
    border:0;
}

/* main body setup */
div#middle {
    width:auto;
    margin:0 0 10px 0;
    clear:both;
    overflow:hidden;
}

/* left column */
div#left {
    width:200px;
    float:left;
    padding:0;
}

/* content column */
div#main {
    width:auto;
    margin:0 0 0 200px;
    padding:0;
}

div#mainmiddle {
    margin:0;
}

/* footer */
div#footer {
    background:#EAEAEA url(../images/footer_bg.jpg) 0 0 repeat-x;
    width:auto;
    padding:20px 0 100px 0;
    clear:both;
    overflow:hidden;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* topmenu */
div#topmenu {
    position:absolute;
    top:30px;
	left:290px;
	height:20px;
}


div#topmenu ul {
    list-style:none;
    overflow:hidden;
    padding:0;
    margin:0;
}

div#topmenu ul li {
    float:left;
    margin:0 0 0 5px;
    padding:0px 0 0 0;
}

div#topmenu ul li a {
    background:url(../img/pfeil.gif) 0px 4px no-repeat;
    float:left;
    color:#35261d;
    display:block;
    padding:0 0 0 0;
    font-size:12px;
	font-family: "Segoe UI", Myriad, Frutiger, Arial, Verdana, sans-serif;
}

div#topmenu ul li a span {
    float:left;
    display:block;
    padding:0px 20px 0px 10px;
}

div#topmenu ul li a:hover, div#topmenu ul li a.active {
    text-decoration:none;
    padding:0 6px 0px 0;
}

div#topmenu ul li a:hover span, div#topmenu ul li a.active span {
    color:#35261d;
	font-weight:bold;
}


img.alignright {
    float:right;
    margin:0 0 0 10px;
}




div#sp_c_o {
	width: inherit;
	height: 20px;
	background-image:url(../img/content_oben.png);
	margin-top: -4px;
	margin-bottom: 0px;
}


div#sp_c_u {
	width: inherit;
	height: 39px;
	background-image:url(../img/content_unten.png);
	margin-top: 0px;
	margin-bottom: 50px;
}

div#cbox {
	width: 920px;
	background-image:url(../img/bg_content.png);
	positon: absolute;
	top: 245px;
	padding-left: 7px;
	padding-right: 7px;
}

div#cnavi {
	width: 230px;
    border-top: #ffd700 solid 8px;
	margin-top: 0px;
	float: left;
}


div#cnavi ul {
    list-style:none;
    overflow:hidden;
    padding:0;
    margin:0;
}

div#cnavi ul li {
    float:left;
    margin:0 0 0 0px;
    padding:0px 0 0 0;
}

div#cnavi ul li a {
    float:left;
    color:#000000;
    display:block;
    padding:0 0 0 0;
    font-size:13px;
	font-family: Verdana, "Segoe UI", Myriad, Frutiger, Arial, sans-serif;
	border-bottom: #ff5105 solid 1px;
	width: 230px;
	height: 33px;
}

div#cnavi ul li a span {
    float:left;
    display:block;
    padding:8px 0px 0px 35px;
}

div#cnavi ul li a:hover, div#cnavi ul li a.active {
    text-decoration:none;
    padding:0 6px 0px 0;
}

div#cnavi ul li a:hover span, div#cnavi ul li a.active span {
    color:#35261d;
	font-weight:bold;
}


div#cnavi ul li.sub a {
    float:left;
    color:#000000;
    display:block;
    font-size:11px;
	font-family: Verdana, "Segoe UI", Myriad, Frutiger, Arial, sans-serif;
	width: 230px;
    margin:0px 0px 5px 35px;
	height: 17px;
	border-bottom: 0px;
}

div#cnavi ul li.sub a span {
	border-bottom: #CCCCCC solid 1px;
    padding:5px 5px 5px 0px;
	width: 195px;
}

div#content {
	width: 635px;
	float: right;
}


div#teaserbox {
	width: 290px;
	padding: 15px;
    border-top: #ffd700 solid 8px;
	margin: 15px 0px 10px 10px;
	float: right;
	background-color:#f5f1e7;
}

.subteaser {
	margin-top: 10px;	
	padding: 10px;
	background-color:#eee1d0;
	font-size: 11px;
	line-height: 12px;
}


.subteaser img {
border: #FFF solid 3px;
margin: 0px 10px 0px 0px;
float: left;
}



.subteaser h4 {
	margin-top: 0px;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 12px;
}

div#bottom {
	float: right;
	margin-top: 20px;
	padding: 5px;
	width: 625px;
	height: 20px;
    border-top: #f95602 solid 1px;
    border-bottom: #f5f1e7 solid 4px;
	font-size:11px;
}
	
p {	line-height: 200%;
	margin-right: 30px;
}


div#galerie {
	width: 635px;
	float: right;
}

div#galerie h2 {
	padding-bottom: 10px;
    border-bottom: #f95602 solid 1px;
	margin-bottom: 15px;
}

div#galerie img {
	margin: 0px;
	margin-right: 17px;
	margin-bottom: 17px;
	padding: 4px;
	background: #ffffff;
	border: #cccccc solid 1px;
}

div#galerie a:hover img {
	background: #FFd700;
	border: #f95602 solid 1px;
}

div#galerie h2 img {
	width: auto;
	height: auto;
	border: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


div#produkt {
	width: 635px;
	float: right;
}

div#produkt h2 {
	padding-bottom: 10px;
    border-bottom: #f95602 solid 1px;
	margin-bottom: 15px;
}

div#produkt h3 {
	font-size: 13px;
	display:inline;
	position:relative;
	top: 3px;
}

div#produkt p {
	font-size: 11px;
	margin-top: 12px;
	margin-bottom: 0px;
	line-height: 140%;
	margin-right: 0px;	
}

div#produkt img {
	width: 105px;
	height: 105x;
	float: left;
	margin-right: 7px;
}

div#produkt h2 img {
	width: auto;
	height: auto;
	border: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#produkt ul {
    list-style:none;
    overflow:hidden;
    padding:0;
    margin:0;
}

div#produkt ul li {
    float:left;
    margin:0px;
    padding:0px;
	width: 280px;
	margin-right: 21px;
	margin-bottom: 19px;
	padding: 4px;
	background: #ffffff;
	border: #cccccc solid 1px;
	float: left;
}

div#produkt ul li a {
    color:#35261d;
    display:block;
    padding:0 0 0 0;
	height: 105px;
}

div#produkt ul li a:hover {
    background-color:#ffd700;
	text-decoration: none;
}

h2 {
	padding-bottom: 10px;
	padding-top: 0px;
	line-height: 20px;
    border-bottom: #f95602 solid 1px;
	color: #C00;
	margin-top:30px;
	width: inherit;
	margin-bottom: 0px;
}


.col {
Width: 285px;
float: left;
margin-right: 30px;
}
