.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	margin-left:10px;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 155px;
	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: 5px; /*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: 5px; /*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/backer.jpg);
	/* background-image: url("../images/bgdither.png"); */
	
	background-position:center;

background-repeat: no-repeat;
background-attachment: fixed;

width: 100%;
height: 100%;

  	font-size: 16px;
	
	line-height:1.3;
  	color: #666;
}

table {
	font-size: 16px;
	font-weight:bold;
}

.tablesmall {
	font-size: 12px;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #084c1f;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom:10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #f6f6f6;
	font-weight: normal;
	margin: 0px;
}

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

img {border: 0px;}

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

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

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

#container_big {
	width: 829px;
	padding: 0px;
	margin: 0px;
	/*background:url(../images/greencontainer.png);*/
	
	position:relative;
	overflow:hidden;
	
	
	
	
}

#container_big .transparency {
	background-color:#009933;
	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.5;
	position:absolute;
	width:829px;
	height:2000px;
	top:0px;
	left:0px;
	
}

#container_small {
	float: left;
	position: relative;
	width: 829px;
	text-align: left;
	padding: 0px;
	
}

img.floatLeft, img.floatRight {
  border: 0px solid #ddd;
  
  margin: 0 10px 10px 10px; 

}
img.floatLeft { 
    float: left; 
}
img.floatRight { 
    float: right; 
}

#header {
	float: left;
	position: relative;
	width: 829px;
	height: 80px;
	text-align: left;
	/* background-image: url(../images/header.gif); 
	background-repeat: no-repeat;background-color:#FFFFFF;*/
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	
}

#menu {
	float: right;
	position: absolute;
	width: 270px;
	height: 40px;
	
	right: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-align: center;
	top: 50px;
}

#menu  a {
	margin-left: 0px;
	margin-right: 6px;
	text-decoration: none;
	display: block;
	float: left;
	height: 40px;
	width:120px;
	background-image: url(../images/alink.png);
	padding-top: 12px;

	color: #fff;
}

#menu  a:hover {
	margin-left: 0px;
	margin-right: 6px;
	text-decoration: none;
	display: block;
	float: left;
	height: 40px;
	background-position: 100% -1px;
	background-repeat: repeat-x;
	padding-top: 11px;

	color: #f7f002;
}

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

#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: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 829px;
	/* 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 {
	color: #111;
	text-decoration: none;
}


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

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

.btn {
	border: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 10px;
	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}

/*Slider*/
#bannerslide {
	width:829px;
		    
    height: 140px;
	z-index:1;
		
	top: 0px;
	margin-bottom: 0px;

	
 
}

/* COOKIE */
#cookie-msg{width:100%;line-height:40px;color:#F7F7F7;font-weight:500;text-align:left;display:none;min-width:1010px;background:url(../images/trans.png);position:fixed;bottom:0;z-index:9999;}
#cookie-msg-inner{width:1000px;margin:0 auto;overflow:hidden;}
#cookie-msg-inner span{float:left;display:inline;}
#cookieClose{float:right;display:inline;cursor:pointer;background:url(../images/bluecookie.png);line-height:24px;margin-top:7px;border:1px solid #1A75BC;border-radius:3px;padding:0 8px;font-weight:500;color:#FFF;box-shadow:0 0 1px #AFDAF7 inset;}
#cookieClose:hover{background:#6AADD9;}
.cookmore{float:right;display:inline-block;font-weight:500;text-decoration:underline;margin-left:15px;color:#FFF !important;}
.cookmore:hover{color:#FFF !important;}