*{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
}
.clear{
	clear:both;
}
.fl_left{
	float:left;
}
.fl_right{
	float:right;
}
.al_center{
	text-align:center;
}
.fix_w{
	width:450px;
}

html{
	background:#f2f2f2 url(../img/smurf.jpg) no-repeat center top;
}
#container{
	position:relative;
	width:1000px;
	margin:0 auto;
}
/*-------------------------------------------header------------------------------------*/
#header{
	position:absolute;
	top:0;
	left:0;
}
/*-------------------------------------------logo------------------------------------*/
#logo{
	background:url(../img/logo.jpg) no-repeat left top;
	width:168px;
	height:52px;
	display:block;
	position:relative;
	text-indent:-9999px;
	float:left;
	top:15px;
}
/*-------------------------------------------logo------------------------------------*/
#top_menu{
	margin-top:50px;
}
#top_menu li{
	float:left;
	list-style:none;
}

#top_menu li a{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:16px;
	color:#71894b;
	font-weight:bold;
	margin-left:20px;
	text-decoration:none;
	margin-right:20px;
}
* html #top_menu li a{
	position:relative;
	top:-10px;	
}
*+html #top_menu li a{
	position:relative;
	top:-10px;	
}
#top_menu li a:hover, #top_menu li a.selected{
	color:#000;
}
/*-------------------------------------------banner------------------------------------*/
#banner{
	background:url(../img/banner.jpg) no-repeat left top;
	width:992px;
	height:164px;
	margin:10px auto 0;
}
#banner h6{
	font-size:24px;
	color:#fff;
	font-weight:bold;
	padding:20px 0 10px 46px;
}
#banner a{
	display:block;
	margin-left:90px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	margin-bottom:5px;
	background:url(../img/link.gif) no-repeat right center;
	width:250px;
}
#banner a:hover{
	text-decoration:underline;
}
/*-------------------------------------------content------------------------------------*/
#content{
	position:relative;
	padding-top:300px;
}
/*-------------------------------------------contact_list------------------------------------*/
#contact_list{
	float:right;
	width:456px;
	position:relative;
	top:15px;
}
#contact_list dt{
	position:relative;
	text-indent:-9999px;
	width:28px;
	height:31px;
	float:left;
}
#mobil{
	background:url(../img/mobil.png) no-repeat left top;
}
#fix{
	background:url(../img/fix.png) no-repeat left top;
}
#fax{
	background:url(../img/fax.png) no-repeat left top;
}
#email{
	background:url(../img/email.png) no-repeat left top;
}
#contact_list dd, #contact_list dd a{
	color:#5c5a5a;
	font-size:16px;
	height:31px;
	width:200px;
	float:left;
}
#contact_list dd a:hover{
	background:#A2C968 none repeat scroll 0 0;
	color:#FFFFFF;
	text-decoration:none;
}
/*-------------------------------------------main, sidebar------------------------------------*/
#main{
	margin-top:30px;
	width:678px;
	float:left;
	padding-right:57px;
}
#main h1{
	background:url(../img/title.jpg) no-repeat left top;
	width:678px;
	height:41px;
	color:#fff;
	font-size:24px;
	padding-left:20px;
	padding-top:5px;
	margin-bottom:20px;
}
#sidebar{
	margin-top:30px;
	width:260px;
	float:left;
}
* html #sidebar{
	margin-left:-30px;
}
#sidebar #top{
	background:url(../img/sidebar_top.jpg) no-repeat left top;
	width:260px;
	height:14px;
}
* html #sidebar #top{
	margin-bottom:-10px;
}
#sidebar #bottom{
	background:url(../img/sidebar_bottom.jpg) no-repeat left top;
	width:260px;
	height:16px;
}
#sidebar #middle{
	background:url(../img/sidebar_middle.jpg) repeat-y left top;
	min-height:300px;
	height:auto !important;
	height:300px;
}
#sidebar dt{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background:url(../img/border2.jpg) repeat-x left bottom;
	width:210px;
	margin-left:20px;
	padding:20px 0 3px 10px;
	margin-bottom:10px;
}
#sidebar dd a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
	background:url(../img/arrow.jpg) no-repeat left center;
	margin-left:20px;
	display:block;
	padding:4px 0 3px 10px;
}

#sidebar dd a:hover{
	text-decoration:underline;
}
/*-------------------------------------------contact------------------------------------*/
#contact_top{
	background:url(../img/contact_top.jpg) no-repeat left top;
	width:679px;
	height:8px;
}
#contact_bottom{
	background:url(../img/contact_bottom.jpg) no-repeat left top;
	width:679px;
	height:8px;	
}
#contact_details{
	width:678px;
	padding:30px 0;
}
#contact_details dt{
	width:195px;
	float:left;
	text-align:right;
	padding-right:25px;
}
#contact_details dt, #contact_details dd{
	font-size:12px;
	color:#595959;
	padding-top:3px;
	padding-bottom:3px;
}
#contact_details dt.even, #contact_details dd.even{
	background:#f5f5f5;
}
.pers{
	font-size:16px;
	color:#595959;
	padding-bottom:30px;
	font-weight:bold;
}
/*-------------------------------------------form------------------------------------*/
form label{
	color:#565656;
	display:block;
	margin:20px 0 5px 0;
	cursor:pointer;
}
form .input{
	background:url(../img/form_input.jpg) no-repeat left top;
	width:321px;
	height:36px;
	position:relative;
}
* html form .input{
	margin-left:-290px;
	margin-top:10px;
}
form .input input{
	width:280px;
	font-size:12px;
	position:relative;
	padding:8px 20px;
	background:none;
	border:0;
	color:#565656;
}
* html form .input input{
	z-index:100;
	position:absolute;
	left:0;
	top:0;
}
form .textarea{
	background:url(../img/form_textarea.jpg) no-repeat left top;
	width:326px;
	height:182px;
}
form .textarea textarea{
	width:286px;
	height:166px;
	padding:8px 20px;
	background:none;
	border:0;
	color:#565656;
	overflow:auto;
}
.submit{
	background:url(../img/more2.jpg) no-repeat left top;
	width:102px;
	height:29px;
	border:0;
	padding-bottom:5px;
	cursor:pointer;
	margin-left:225px;
	margin-top:20px;
	
	color:#fff;
	font-weight:bold;
}
#contact_form{
	float:left;
}
/*-------------------------------------------map_holder------------------------------------*/
#map_holder{
	background:url(../img/map_holder.jpg) no-repeat left top;
	width:330px;
	height:543px;
	float:left;
	left:0px;
	position:relative;
	left:40px;
	margin-top:-20px;
}
* html #map_holder{
	left:-140px;
	margin-left:-100px;
}
#map{
	width:321px;
	height:534px;
	position:relative;
	left:4px;
}
/*-------------------------------------------submenu------------------------------------*/
#main .submenu{
	position:relative;
	top:0px;
	margin-bottom:10px;
	padding-bottom:40px;
}
* html #main .submenu{
	position:static;
	margin-top:25px;
}
#main .submenu h2{
	background:none;
	padding:0;
	width:auto;
}
#main .submenu li{
	list-style:none;
	background:none;
	float:left;
}
#main .submenu li h2 a{
	background:url(../img/list.jpg) no-repeat left center;
	padding-left:20px;
	margin-right:20px;
	position:relative;
	top:-20px;
	width:auto;
	float:left;

	color:#658039;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
* html #main .submenu li a{
	background:url(../img/list2.jpg) no-repeat left center;
	padding-left:25px;
	position:relative;
	left:-140px;
}
#main .submenu li a:hover{
	text-decoration:underline;
}
* html #main .submenu li a:hover{
	background:url(../img/list2.jpg) no-repeat left center;
	color:#658039;

	
}
/*-------------------------------------------text------------------------------------*/
h3{
	font-size:18px;
	color:#424242;
	background:url(../img/border.jpg) repeat-x left bottom;
	padding-bottom:3px;
	width:678px;
	margin-bottom:20px;
	padding-left:20px;
}
p{
	color:#424242;
	font-size:12px;
	margin-bottom:20px;
}
.img_holder_h{
	background:url(../img/image_holder_h.jpg) no-repeat left top;
	width:180px;
	height:115px;
	margin:10px;
	position:relative;
}
.img_holder_v{
	background:url(../img/image_holder_v.jpg) no-repeat left top;
	width:115px;
	height:180px;
	margin:0 10px;
	position:relative;
}
.img_holder_h img, .img_holder_v img{
	position:relative;
	left:5px;
}
* html .img_holder_h, * html .img_holder_v {
	margin-left:-100px;
}
* html .img_holder_h img, * html .img_holder_v img {
	position:absolute;
	left:5px;
	top:0;
}
#main ul li{
	list-style:none;
	background:url(../img/list.jpg) no-repeat left center;
	padding-left:20px;
	color:#565656;
}
#main a{
	color:#565656;
	padding:2px 3px;
}
#main a:hover{
	background:#a2c968;
	color:#fff;
	text-decoration:none;
}
/*-------------------------------------------footer------------------------------------*/
#footer{
	background:url(../img/footer_border.jpg) repeat-x left top;
	padding-top:20px;
	margin-top:70px;
}
#footer ul{
	list-style:none;
}
#footer ul li{
	float:left;
}
#footer_menu{
	float:right;
}
#meta{
	float:left;
}

#footer a{
	font-size:12px;
	color:#71894b;
	padding:3px;
}
#footer a:hover{
	color:#000;
}
#footer .b_small{
	background:url(../img/brand_holder_small.jpg) no-repeat left top;
	width:85px;
	height:70px;
}
#footer .b_big{
	background:url(../img/brand_holder_big.jpg) no-repeat left top;
	width:174px;
	height:71px;
}
#brands{
	margin-left:260px;
	margin-top:50px;
}
* html #brands{
	margin-left:200px;
	margin-top:100px;
}
*+html #brands{
	margin-left:200px;
	margin-top:130px;
}
#brands li{
	margin-right:70px;
}
/*-------------------------------------------sifr------------------------------------*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

.sIFR-active h1{
  visibility: hidden;
  font-family: Verdana;
}

.sIFR-active h1 {
  padding-bottom: 0;
}


/*-------------------------------------------noobslide------------------------------------*/
#gallery{
	margin-top:70px;
}
#box{
	position:relative;
	width:668px;
	height:239px;
}
#box .item{
	position:relative;
	width:578px;
	height:189px;
	float:left;
	background:url(../img/gallery_item.jpg) no-repeat left top;
	padding:25px 45px;
}
.item p{
	width:520px;
	font-size:12px;
	color:#595959;
}
.item .more{
	position:absolute;
	background:url(../img/more.jpg) no-repeat left top;
	width:102px;
	height:24px;
	right:20px;
	bottom:30px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
* html .item .more{
	right:40px;
	bottom:50px;
}
*+html .item .more{
	right:40px;
	bottom:30px;
}
.mask{
	position:relative;
	width:668px;
	height:239px;
	overflow:hidden;
	float:left;
}
.slider{
	position:relative;
	padding:20px 0;
	margin:0 auto;
	margin-top:-30px;
}
.buttons{
	float:right;
	position:relative;
	z-index:100;
	list-style:none;
}
.buttons li{
	width:317px;
	height:63px;
	cursor:pointer;
	background:url(../img/gallery_handler.png) no-repeat left top;
}
.buttons li.active{
	background:url(../img/gallery_handler_active.png) no-repeat left top;
}
.buttons h1{
	margin-left:20px;
	position:relative;
	top:20px;
	
	font-size:14px;
	color:#585858;
	text-indent:70px;
}
.item h2{
	font-size:24px;
	color:#009201;
	background:url(../img/border.jpg) repeat-x left bottom;
	padding-bottom:5px;
	margin-bottom:20px;
}
#main h2, #main h2 a{
	color:#424242;
	font-size:18px;
	background:url(../img/border.jpg) repeat-x left bottom;
	padding-bottom:3px;
	width:678px;	
}
#main h2{
	clear:both;
	padding-top:20px;
}
#main h3{
	clear:both;
	padding-top:20px;
	color:#424242;
	font-size:18px;
	background:url(../img/border.jpg) repeat-x left bottom;
	padding-bottom:3px;
	width:678px;	
}
#main h3 a{
	font-size:16px;
}
#main h2 a{
	text-decoration:underline;
	background:none;
	padding-bottom:0;
	margin-top:30px;
	display:inline;
}
#main .submenu li h4 a{
	float:none;
	display:block;
	margin:10px 0;
}
.contact h2{
	margin-top:40px;
}
#next{
	bottom:0;
	background:url(../img/next.gif) no-repeat left top;
}
#prev{
	background:url(../img/prev.gif) no-repeat left top;
	top:0;
}
.error, .error2{
	background:#ff0000;
	color:#fff;
	display:block;
}
