/* CSS Document */
body {
	background-image: url(../graphics/layout/websitebg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	margin: 0px 0px 0px 0px;
	height:100%;
}

html{ height:100%; }


div#top{
	width:772px; height:37px; padding-top:3px;
	margin-left:auto; margin-right:auto;
	text-align:right;
}

div#top a{
	font-size:10px; text-decoration:none; color:#cccccc; letter-spacing:1px;
}
div#top a:hover{
	text-decoration:underline;
}

div#main_container{
	width: 832px; height:auto; 
	margin-left:auto; margin-right:auto;
	padding-left:68px; padding-right:68px;
	/*background-image:url(../graphics/layout/floral_02.png); background-repeat:no-repeat; background-position:top center;*/
}
div#bannerframe{
	text-align:center;padding-top:10px;
}
div#bannerframe_hover{
	text-align:center;padding-top:10px; width:200px; 
	opacity:0.2;
    filter: alpha(opacity=20);
    -moz-opacity:0.2;

}
div#bannerframe_hover:hover{
	opacity:1;
    filter: alpha(opacity=100);
    -moz-opacity:1;

}
div#right{
	width: 15px; height:auto; float:left;
}
div#left{
	width: 15px; height:auto; float:left; text-align:right;
}
div#main_contentcontainer{
	width: 802px; height:auto; float:left;
	background-image:url(../graphics/layout/maincontainer_bg.gif);
}
div#content_container{
	width: 782px;
	margin-left:10px; margin-right:10px; margin-top: 10px;
  	background-image:url(../graphics/layout/content_bg.gif);
}
div#content_container_nobg{
	width: 782px;
	margin-left:10px; margin-right:10px; margin-top: 10px;
}

div#header_container{
	width: 802px; height:289px;
}
div#header_logo{
	width: 380px; height:110px; float:left;
}
div#header_navi{
	width: 402px; height:110px;
	padding-left: 20px;
	float:left; background-image:url(../graphics/layout/header_navi.jpg); background-repeat:no-repeat;
}

.nbox{
 	margin-top: 2px;
	width:67px; text-align:center;
	float:left; color:#666666;
	background-image:url(../graphics/layout/nbox_bg.png); background-repeat:no-repeat;
}
.nbox a{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px; color:#999999;
	text-decoration: none; display:block;
		padding: 50px 0px 38px 0px;
}

.nboxactive{
 	margin-top: 2px;
	padding: 50px 0px 49px 0px;
	width:67px; text-align:center;
	float:left; color:#666666;
	background-image:url(../graphics/layout/nbox_active.png); background-repeat:no-repeat;
}
.nboxactive a{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px; color:#FFFFFF; font-weight:bold;
	text-decoration: none; display:block;
}


.nbox:hover{
	background-image:url(../graphics/layout/nbox_bg_hover.png); background-repeat:no-repeat;  color:#FFFFFF;
}
.nbox:hover a{
	color:#FFFFFF;
}
.clear{
    clear:both; color: #323232;
}

div#header_image{
	width: 802px; height:163px;
}
.header_underline{
	width: 798px; height:1px; clear:both;
	margin-left:2px; margin-right:2px;
	margin-top:4px;
	margin-bottom:5px;
	border-bottom:1px dotted #666666;
}

.bg1{
	background-color:#77B700; height:7px;
}


div#content-left{
	width: 538px; margin-right: 10px; float:left;
}
div#subnavi_container{
	width: 204px; float:left;
	border-right: 1px dotted #666666;
	padding-top: 5px;
	/*padding-left:5px;*/
	background-color:#323232;
	background-image:url(../graphics/layout/subnavicontainerbg.jpg);
	background-repeat:no-repeat;
	background-color:#323232;
}



.subnavi_link{
    font-size:10px; letter-spacing:1px;	text-decoration: none; color:#FFFFFF; display:block;
	height: 28px; padding-top: 4px; padding-left: 5px; margin-right: 10px;
	margin-left:5px;
	/*background-image:url(../graphics/layout/subnavibg.jpg); background-repeat:no-repeat;*/
	border-bottom: 1px dotted #cccccc;
}

.subnavi_linkactive{
    font-size:10px; letter-spacing:1px;	text-decoration: none; color:#FFFFFF; display:block;
	height: 28px; padding-top: 4px; padding-left: 5px; margin-right: 10px;
	margin-left:5px;
	background-image:url(../graphics/layout/subnavibg_active.jpg); background-repeat:no-repeat;
	border-bottom: 1px dotted #cccccc;
}
.subnavi_link:hover{
	background-image:url(../graphics/layout/subnavibg_hover.jpg);
	color:#FFFFFF;
}



div#content-right{
	width: 204px; margin-left: 10px; float:left;
	padding:10px;
	background-color:#323232;
}
div#content-right-sub{
	width: 558px; margin-left: 10px; float:left;
}



.content-box1{
	width:inherit; height:auto;
	margin-bottom: 10px; padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
}
.content-box2{
	width:inherit; height:auto;
	margin-bottom: 10px; padding-bottom: 10px;
}
.content-1column{
	width:169px; height:auto;
	float:left;
	margin-bottom: 10px; padding-bottom: 10px;
}
.content-2column{
	width:169px; height:auto;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	padding: 0px 9px 0px 9px;
	float:left;
	margin-bottom: 10px; padding-bottom: 10px;
}
.content-3column{
	width:169px; height:auto;
	float:right;
	margin-bottom: 10px; padding-bottom: 10px;
}



div#seo{
	width:inherit;
	color:#999999; 
	border-top: 1px dotted #cccccc;
	padding-top:10px; margin-top:10px;
}
div#seo a{
	text-decoration:underline; color:#999999;
}


div#footer{
	width: 762px; height:83px; margin-top:10px; background-image:url(../graphics/layout/footer_bg.gif); background-repeat:no-repeat;
	padding-left:20px; padding-right:20px; padding-top: 7px;
	font-size:10px;
}
div#gfzeiten{
	float:right; width:200px;
}

.underline{
	border-bottom:1px dotted #cccccc;
}



/*------------------------------- ANGEBOTS-SLIDER ---------------------------------*/

.slider_container{position:absolute; z-index:999; overflow:visible;}

.slider_content_container{ width:auto; height:148px; float:left; 
    background-image:url(../graphics/layout/angebots_slider/slider_bg.jpg); border-top: 1px solid #000000; border-bottom: 1px solid #000000; }
.slider_content_wrapper{width:500px; height:130px; overflow:visible; display:none;}
.slider_content{height:130px; width:500px;overflow:hidden; padding:10px;}
.slider_anfasser{float:left; width:15px; height:150px;}

.position1{ left:0px; top:200px; }
.position2{ left:0px; top:360px; }
.position3{ left:0px; top:40px;  }
