.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/new.png);
	background-repeat: repeat-x;

	 
	background-color: #000;
  	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: bold;
	margin: 0px;
	padding: 0 0 0 10px;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #001367;
	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: 20px;
	color: #001367;
	font-weight: normal;
	
	margin: 10px 0 10px 0;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	
}

a:link {
	color: #290096;
	text-decoration: underline;
}

a:visited {
	color: #290096;
	text-decoration: underline;
}

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

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;
}
img.fade {
	border:0;
	background:none;
	opacity:0.7;
	filter:alpha(opacity=70);
}



#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, {
	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;
}



.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;
	
 
}

/* Thumbnail popups */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333333;
padding: 1px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */

}

.tabler1
{
background-color: #eeeeee;
color: black;
cursor: hand;
font:100% tahoma, verdana, sans-serif;
}
.tabler2
{
background-color: #e3e3e3;
color: black;
cursor: hand;
font:100% tahoma, verdana, sans-serif;
}
.tablerOver
{
background-color: #a0a0a0;
color: #FFFF66;
cursor: hand;
font:100% tahoma, verdana, sans-serif;
}

.tableMain
{
	background-image:url(../images/tableback.jpg);
	background-repeat:no-repeat;	
	background-color:#ddd;
	
	
	}