.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 192px;
	height: 60px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	cursor:pointer;
}

.kwicks li a{
	height:60px;

	text-indent:-9999px;
	/*  outline:none;  */
	display:block;
	background-image:url(../images/mainmenu.png);
	background-repeat:no-repeat;
	z-index:2;
	cursor:pointer;

}

.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 0px; /*Set to same as spacing option. */	
}

#kwick1 a{
background-position:0px 0px;
}
#kwick1 a:hover{
background-position:0px -60px !important;
}
#kwick1 #active{
background-position:0px -120px !important;	
}

#kwick2 a{
	background-position:-240px 0px;
}
#kwick2 a:hover{
	background-position:-240px -60px!important;
}
#kwick2 #active{
	background-position:-240px -120px!important;
}

#kwick3 a{
	background-position:-480px 0px;
}
#kwick3 a:hover{
	background-position:-480px -60px!important;
}
#kwick3 #active{
	background-position:-480px -120px!important;
}

#kwick4 a{
background-position:-720px 0px;
}
#kwick4 a:hover, #kwick4 #aktiv{
background-position:-720px -60px!important;
}
#kwick4 #active{
background-position:-720px -120px!important;	
}

#kwick5 a{
background-position:-960px 0px;
} 
#kwick5 a:hover, #kwick5 #aktiv{
background-position:-960px -60px!important;
} 
#kwick5 #active{
background-position:-960px -120px!important;	
}

.kwicks.horizontal #kwick5 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick5 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/wood1.jpg);
	background-repeat: repeat;
	/* background-color: #777E0B; 
	background-color: #aabbcc; */
  	font-size: 14px;
  	color: #222;
	line-height:1.3;
}

table {
	font-size: 12px;
}

ul{
	list-style-image:url(../images/bullet.jpg);
	
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #efefef;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 0 20px;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #768d22;
	font-weight: normal;
	
	margin: 10px 0 0 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #768d22;
	font-weight: normal;
	
	margin: 10px 0 10px 0;
}

a:link {
	color: #546c00;
	text-decoration: none;
}

a:visited {
	color: #546c00;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img.photo {
	border: 1px solid #ccc;
	padding: 4px;
	background:#efefef;
}

img.floatLeft, img.floatRight {
	border: 1px solid #ccc;
	padding: 4px;
	background:#efefef;
  margin: 10px; 
  
}
img.floatLeft { 
    float: left; 
}
img.floatRight { 
    float: right; 
}
img.noborder {
	border:0;
	background:none;
}


#container_big {
	width: 979px;
	padding: 0px;
	margin: 0px;
	margin-top:0px;
	
}

#container_small {
	float: left;
	position: relative;
	width: 979px;
	text-align: left;
	margin-top: 0px;
}


#banner, #banner_garden, #banner_travel, #banner_home {
	float: left;
	position: relative;
	width: 979px;
	height: 125px;
	left: 0px;
	background-repeat: no-repeat;
	color: #fff;
	top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content {
	float: left;
	position: relative;
	width: 979px;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background-image: url(../images/content_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#left {
	width: 188px;;
	float: left;
	position: relative;
	left: 6px;
	background: #CCCC66;
	top: 4px;
	color: #080808;
}

#main {
	float: right;
	position: relative;
	width: 590px;
	right: 6px;
}

#footer {
	float: left;
	position: relative;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 979px;
	/* background-image: url(../images/footer.gif); */
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center; 
	color: #333;
	padding-top: 5px;
}

#footer img {
	margin: 2px;
	border: solid 3px #F2D2A8;
}

#footer a:hover {
	color: #111;
	text-decoration: none;
}

input, textarea, button, select { 
	background-color: #fff;
	color: #72a00b;
	border: solid 1px #94C00D;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	height: 20px;
	margin-top: 4px;
}

.btn {
	border: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	position: absolute;
}

ul {
	list-style-type: square;
}

#ttitle {
	background-color: #900000;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#logo { font-size:30px; padding:20px 0 0px 50px ; background:url(../images/logo2.gif) no-repeat 10px 20px}

/*  My own divs */
.box, .box2, .box3 {

	float:left;
	position:relative;
	left:14px;;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;

}


.box { 
	width: 183px;  /*You can change this to match the width of your page*/


} 





/*Slider*/
#bannerslide {
	width:979px;
		    
    height: 190px;
	z-index:1;
	background-color:#fff;
	
	top: 0px;
	margin-bottom: 0px;
	
 
}

