html, body{
	
	margin: 0;
	font-family:  Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

a{
	text-decoration: none;
}

div#all{
	background-color: RGB(247,245,238);
	margin: 0 auto;
	position: relative;
	width: 100%;
}

div#container{
	position: relative;
	width:940px;
	overflow:hidden;
	padding:0;
	margin: 0 auto;
}

div#header{
	position: relative;
	width: 940px;
	height: 138px;
	background-image: url(img/headBG.gif);
	
	margin: 0 auto;
}




div#content{
	position: relative;
	/*background-color: orange;*/
	overflow: hidden;
}

div#foot{
	position: relative;
	height: 278px;
	color: RGB(99,95,83);
	margin: 0 auto;
	width: 100%;
/*	background-color:green;*/
}

div#headerR{
	/*background-color: green;*/
	position: relative;
	width:630px;
	height: 138px;
	float:right;
}

div#menuHeader{
	height: 44px;
	background-image:url(img/menu_header_BG.gif);
	background-repeat: no-repeat;
	background-position: -15px 0px;
	padding-top:9px;
	padding-left: 35px;
	
}

a.menuBtn{
	margin-left:8px;
	float:left;
}
a.menuBtn2{
	margin-left:1px;
	float:left;
}

a.menuNiederBtn{
	background-image: url(img/menu_nieder_inact.png);
	background-repeat: no-repeat;
	display:block;
	width:169px;
	height: 35px;
	/*margin-left:8px;*/
	margin-left:0px;
	float:left;
}
a.menuNiederBtnAct{
	background-image: url(img/menu_nieder_act.png);
	background-repeat: no-repeat;
	display:block;
	width:169px;
	height: 35px;
	/*margin-left:8px;*/
	margin-left:0px;
	float:left;
}

a.menuNiederBtn:hover{
	background-image: url(img/menu_nieder_act.png);
	background-repeat: no-repeat;
	display:block;
	width:169px;
	height: 35px;
	/*margin-left:8px;*/
	float:left;
	margin-left:0px;
}


a.menuUberBtn{
	background-image:url(img/menu_uber_inact.png);
	background-repeat: no-repeat;
	display:block;
	width:110px;
	height: 35px;
	margin-left:0px;
	float:left;
}

a.menuUberBtnAct{
	background-image:url(img/menu_uber_act.png);
	background-repeat: no-repeat;
	display:block;
	width:110px;
	height: 35px;
	margin-left:0px;
	float:left;
}

a.menuUberBtn:hover{
	background-image:url(img/menu_uber_act.png);
	background-repeat: no-repeat;
	display:block;
	width:110px;
	height: 35px;
	margin-left:0px;
	float:left;
	
}

a.menuPartnerBtn{
	background-image:url(img/menu_partner_inact.png);
	background-repeat: no-repeat;
	display:block;
	width:99px;
	height: 35px;
	margin-left:1px;
	float:left;
	
}

a.menuPartnerBtnAct{
	background-image:url(img/menu_partner_act.png);
	background-repeat: no-repeat;
	display:block;
	width:99px;
	height: 35px;
	margin-left:1px;
	float:left;
	
}

a.menuPartnerBtn:hover{
	background-image:url(img/menu_partner_act.png);
	background-repeat: no-repeat;
	display:block;
	width:99px;
	height: 35px;
	margin-left:1px;
	float:left;
	
}

a.menuKontaktBtn{
	background-image:url(img/menu_kontakt_inact.png);
	background-repeat: no-repeat;
	display:block;
	width:86px;
	height: 35px;
	margin-left:0px;
	float:left;
	
}

a.menuKontaktBtnAct{
	background-image:url(img/menu_kontakt_act.png);
	background-repeat: no-repeat;
	display:block;
	width:95px;
	height: 35px;
	margin-left:0px;
	float:left;
	
}

a.menuKontaktBtn:hover{
	background-image:url(img/menu_kontakt_act.png);
	background-repeat: no-repeat;
	display:block;
	width:95px;
	height: 35px;
	margin-left:0px;
	float:left;
	
}



div#headerL{
/*	background-color: gray;*/
	position: relative;
	width:260px;
	height: 138px;
	background-image:url(img/logo.png);
	background-repeat: no-repeat;
	display: block;
}

div#headerRD{
	position: relative;
	height: 75px;

	/*background-color: teal;*/
}

div#headerRU{
	position: relative;
	height: 63px;
	background-image: url(img/lineH.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	/*background-color:maroon;*/

	
}

#headerMenu a{
	color:RGB(31,27,24);
}
#headerMenu a:hover{
	color:RGB(151,190,13);
}

div#headerStart{
	position: relative;
	top:8px;
	width: 140px;
	text-align: right;
}

div#vikingLogo{
	position: relative;
	top:17px;
	background-image:url(img/logo_viking.gif);
	background-repeat: no-repeat;
	width:79px;
	height: 37px;
	float:right;
	display:block;
	margin-left: 6px;
}

div#stihlLogo{
	position: relative;
	top:17px;
	background-image:url(img/logo_stihl.gif);
	background-repeat: no-repeat;
	width:79px;
	height: 37px;
	float:right;
	display:block;
	margin-left: 6px;
	
}

div#partnerLabel{
	position: relative;
	top:35px;
	background-image:url(img/label_partner.png);
	background-repeat: no-repeat;
	width:51px;
	height: 18px;
	float:right;
	display:block;
	margin-left: 6px;
	
}

a.startBtn{
	display: block;
	background-image: url(img/menu_start_inact.png);
	background-repeat: no-repeat;
	width:109px;
	height: 41px;
	margin-left: 2px;
	float:left;
}

a.startBtn:hover{
	display: block;
	background-image:url(img/menu_start_btn.png);
	background-repeat: no-repeat;
	width:109px;
	height: 41px;
	margin-left: 2px;
}

a.startBtnAtc{
	display: block;
	background-image:url(img/menu_start_btn.png);
	background-repeat: no-repeat;
	width:109px;
	height: 41px;
	margin-left: 2px;
	float:left;
}

a.niederBtn{
	display: block;
	
	width:117px;
	height: 41px;
}

a.uberBtn{
	display: block;
	
	width:117px;
	height: 41px;
	
}

a.partnerBtn{
	display: block;
	
	width:117px;
	height: 41px;
}

a.kontaktBtn{
	display: block;
	
	width:117px;
	height: 41px;
	
}



div#breadCrump{
	position: relative;
	background-image: url(img/breadBG.gif);
	height: 60px;
	line-height: 60px;
	z-index: 1;
}

#breadCrump a{
	color:RGB(127,127,127);
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}



div#contR{
	/*background-color: green;*/
	width:300px;
	
	float:right;
	overflow: hidden;
}



div#footU{
	background-image: url(img/footU.gif);
	background-repeat: repeat-x;
	height: 207px;
	
}

div#contRH{

	background-image: url(img/lineH.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	height: 25px;
	font-family: Gilgongo;
	font-size: 20px;
	padding-bottom: 10px;
	margin-top: 5px;
}



div#contRC{
	/*background-color:orange;*/
	position: relative;
	height: 452px;
	
}

a.menuBlock{
	display: block;
	background-image: url(img/kropka.png);
	background-repeat: no-repeat;
	background-position: 0 58%;
	margin-top: 14px;
	padding-left: 20px;
	font-family:"News Gothic MT";

	font-size: 13px;
	color: RGB(80,74,71);
}




div#menu{
	position:relative;
	display: block;
	float:right;
	width: 276px;
	text-decoration: none;
}
#menu a:hover{
	color:RGB(150,190,13);
}


div#contRFU{
	display:block;
	vertical-align:middle;
	/*background-color:maroon;*/
	background-image: url(img/lineH.gif);
	background-repeat: no-repeat;
	background-position: top;
   position: relative;
	height: 94px;
	padding:25px 0 25px 0;
	overflow: hidden;
	
}




div#contLH{
	/*background-color: blue;*/
	position:relative;
	height: 25px;
	font-family: Gilgongo;
	font-size: 20px;
	padding-bottom: 10px;
	margin-top: 5px;
	
	
}


div#contRHT{
	position:relative;
	display: block;
	float:right;
	width: 276px;
	
}



#contL h2{
	font-family: Gilgongo;
	font-size: 20px;
	font-weight: normal;
	margin:0;
	padding: 0;
}
#contL h3 img{
	margin-right:20px;
	margin-bottom: 10px;
}

#contR h2{
	font-family: Gilgongo;
	font-size: 20px;
	font-weight: normal;
	margin:0;
	padding:0;
	color: RGB(80,74,71);
}



div#footUL{
	/*background-color:yellow;*/
	width:560px;
	height: 207px;
}

div#footWidth{
	width: 940px;
	margin: 0 auto;
	/*background-color: ActiveCaption;*/
	height: 207px;
}

div#footULH{
	font-family:"NewsGoth BT";
	background-image: url(img/lineH.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	font-style:italic;
	font-size: 15px;
	margin: 0 ;
	padding: 0;
	/*background-color:gray;*/
	height: 61px;
	
	
}
#footULH p{
	padding-top:40px;
	margin: 0;
}


div#footULC{
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	background-image: url(img/lineH.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight:bold;
	font-size: 11px;
	margin: 0 ;
	padding: 0;
	/*background-color:navy;*/
	height: 41px;
	
}

#footULC p{
	padding-top:15px;
	margin: 0;
}

div#footULF{

	/*background-color:olive;*/
	height: 104px;
	font-size:11px;
	margin: 0 ;
	padding: 0;
	line-height: 17px;
}

div#footULFL{
	margin: 0;
	
	/*background-color:green;*/
	height: 104px;
	width:172px;
	float: left;
	padding-top: 8px;
	line-height: 17px;

}
div#footULFC{
	margin: 0 auto;
	/*background-color:fuchsia;*/
	height: 104px;
	width:228px;
	float: left;
	padding-top: 8px;
}

div#footULFR{
	margin: 0 auto;
	/*background-color:maroon;*/
	height: 104px;
	width:160px;
	float: left;
	padding-top: 8px;
}

div#footD{
	background-image: url(img/footD.gif);
	background-repeat: repeat-x;
	height: 71px;
	line-height: 17px;
	
	
}
 

div#footDSize{
	position: relative;
	width: 940px;
	height: 71px;
	margin:0 auto;
	
	
}

div#footDR{
	
	position: relative;
	margin:0;
	height: 71px;
	width:380px;
	float:right;
	text-align: right;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

div#footDR a:hover{
	text-decoration:underline;
}



#footDR p{
	padding-top: 5%;
}

#footDR a{
	color:RGB(61,60,56);
}

div#footDL{
	position:absolute;
	margin:0;
	height: 71px;
	width:460px;
	float: left;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 23px;
}

#footDL a:hover{
	text-decoration: underline;
}

#footDL a.impressum{
	color:RGB(112,108,100);
}


#footDL p{
	margin: 0;
	padding-top:3%;
}

#footDL a{
	color: RGB(61,60,56);
}


.blady{
	color:RGB(112,108,100);
}

div#footUR{
	/*background-color: orange;*/
	width:380px;
	height: 207px;
	float: right;
}

div#footURH{
	font-family:"NewsGoth BT";
	font-style:italic;
	font-size: 15px;

	width: 300px;
	height:61px;
	background-image:url(img/lineH.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	margin:0;
	padding: 0;
	
}

div#footURD{
	
	width: 246px;
	height:95px;
	/*background-color:fuchsia;*/
	float: right;
	margin:0;
	
}

#footURH p{
	padding-top:40px;
	margin: 0;
}

div#scroll{
	display:block;
	/*background-color:aqua;*/
	height:57px;
	margin-top: 38px;

	
}

.scrollable{
	/*border:1px solid;*/
	display:block;
	position: relative;
	float: left;
	/*background-color: gray;*/
	width: 122px;
	height: 57px;
	overflow:hidden;
	
	margin:0;
	
}

div#leftScr{
	display:block;
	position: relative;
	float:left;
	width:27px;
	height: 27px;
	background-image: url(img/strzalka_lewo.png);
	background-repeat: no-repeat;
	margin-top:6%;
	margin-right: 25px;
	
}

div#rightScr{
	display:block;
	position: relative;
	float:left;
	width:27px;
	height: 27px;
	background-image:url(img/strzalka_prawo.png);
	background-repeat: no-repeat;
	margin-top:6%;
	margin-left: 25px;
}

.scrollable .pictures{
	clear:both;
	position: absolute;
	width: 2000em;
	
}

div#headBack{
	position: absolute;
	height: 138px;
	width: 100%;
	background-image: url(img/headBG.gif);
 
	margin: 0 auto;
}



div#flowers{
	position: absolute;
	width: 100%;
	height:326px;
	top:138px;
	z-index: 1;
	background-image: url(img/kwiaty.png);

}

.qmf{
	display: block;
	margin-top: 35px;
}

#actionButtons {
	text-align:center;
	margin-top:30px;
}

div#contL{
	/*background-color: gray;*/
	
	width:550px;
	float:left;
	overflow: hidden;
	color: RGB(51,46,42);
}

#contL a:hover{
	text-decoration:underline;
}

#contL a{
	color: RGB(47,47,47);
}

#contL ul{
	font-size: 13px;
	font-weight: bold;
}

#contL li{
	margin-bottom: 8px;
}

#contL p{
	margin-bottom: 20px;
	text-align: justify;
}

ul.ulLv1{
	list-style-image:url(img/point1.png);
	margin-left: 25px;
	padding: 0;
}

ul.ulLv2{
	list-style-image:url(img/point2.png);
}

div#contPictures{
	position:relative;
	float:left;
	width:180px;
	height: 380px;
	
}
div#contPicturesN{
	position:relative;
	float:left;
	width:110px;
	
}

div#contCont{
	position:relative;
	float:left;
	width:370px;
}
.green{
	color:green;
}

div#presentation{
	position: relative;
	background-image: url(img/presentation_tmp.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 275px;
	margin:0 auto;
	z-index:2;
}

div#presCont{
	background-image: url(img/content/menuBG.gif);
	width: 910px;
	height: 245px;
	position:relative;
	top:25px;
	margin:0 auto;
}

#contRHT h2 a{
	color: RGB(80,74,71);
}

div#contLR{
	width: 295px;
	position: relative;
	display: block;
	float: left;
	text-align: justify;
	
	
}

div#contLL{
	position: relative;
	display: block;
	float: left;
	width: 255px;
	text-align: justify;
	
}
div#mapka{
	position: relative;
	float: left;
	width: 550px;
	margin-bottom:20px;
	
}

div#down{
	position: relative;
	width: 550px;
	float:left;
}

div#partnerImage{
	display: block;
	width:275px;
	float: left;
	margin-bottom: 10px;
	
}
div#pImage{
	display: block;
	float:left;
	
}

div#partnerNapis{
	display: block;
	float: left;
	height: 66px;
}

#partnerNapis p{
	margin-left:20px;
	margin-top: 25px;
}

div#leftStart{
position: relative;
display:block;
float:left;
width: 275px;
}

div#rightStart{
position: relative;
display:block;
float:left;
width: 275px;
}

div.threeColumn{
	position: relative;
	display: block;
	float: left;
	width:183px;
	text-align:left;
}

div#contStart{
	position: relative;
	display: block;
	background-image: url(img/lineH.gif);
	background-position:top;
	background-repeat: no-repeat;
	width:100%;

}
