@charset "utf-8";
/* ------------------------ reset ------------------------ */
html{ height:100%;}
* { margin:0; padding:0;}
html{overflow-y:scroll; background:#302c2b;}
p { margin:0; padding-bottom:15px; }
br{ margin:0; padding:0;}
img { border:none; }
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label{margin:0;padding:0;border:0;outline:0;background:transparent;}
.clear2 {clear:both}

/* ------------------- body ---------------------------------- */
body{
	font-family: Arial; font-size:100%; line-height:1.2em; color:#fff;
	background:#f1efe6 url(../pic/tlo.png);
	height:100%;
	}
#wrapper{
	width:100%; height:100%;
	min-height:100%;
	position:relative;
	}
#backbar{ height:100px;}
/* -------------------- main ------------------------------------  */
#container{
	width:800px; 
 	margin:0 auto;  
	position:relative;
	height:auto;
	
	top:-100px;
	}
/* -------------------- header ------------------------------------  */

#slideshow{
	margin-left:auto;
	margin-right:auto;
	position: relative;
	clear: both;
	}
#slideshow div{
	position: absolute;
	z-index:8;
	}
#slideshow div.active {
    z-index:10;
	}
#slideshow div.last-active {
    z-index:9;
	}
.imgloader{
	border:0px solid #CCC; 
	padding:0px; 
	width:auto; 
	height:auto; 
	background:eee url(../images/loading.gif) 50% 50% no-repeat; 
	margin:0; 
	}
#sl{ height:160px; }

#header{
	 width:100%;
	}
#logobox{  height:80px;}
#logo{ float:left; margin-top:25px;}
#logright{ float:right;}

#boxes{ margin-top:1px;}
#boxes .menubox, #boxshadow div{ font-size:14px; width:159px; margin-left:1px; padding:10px 20px; height:80px; float:left;}
#boxes .red{ background:#b72520 url(../pic/box1.png) no-repeat;}
#boxes .grey{ background:#979797 url(../pic/box2.png) no-repeat;}
#boxes .yellow{ background:#d2a50e url(../pic/box3.png) no-repeat;}
#boxes .blue{ background:#1378b1 url(../pic/box4.png) no-repeat;}
#boxes a{color:#FFF; text-decoration:none;}
#boxes a:hover{color:#FFF; text-decoration:underline;}

#boxshadow{}
#boxshadow > div{ padding-top:0; padding-bottom:0; height:29px !important; background:url(../pic/cien.png) no-repeat 0px 0px;}
.biger{ font-size:18px;}

.leftbar{ font-size:12px; height:32px; }
.leftbarA{ float:left; display:inline; width:140px; background:#1b7cb3; padding:6px 10px; height:20px;}
.leftbarB{ float:left; display:inline; width:40px; height:32px; background:#5b9bb3;}

.aktCont{ padding:20px 0; background:#fff; margin-bottom:20px;
border-bottom:1px dotted #CCC;
}

/* -------------------- main manu------------------------------------  */
ul.mainmanu{ 
	margin:0; padding:0;
	
	}
ul.mainmanu li{ 
	width:auto;
	height:19px;
	float:left;
	display:inline-block;
	list-style:none;    
	padding:9px 12px 9px 12px; 
	font-size:12px; 
	border-right:1px solid #82ce0d;
	border-left:1px solid #40a831;
	}
ul.mainmanu li:hover{ 
	cursor:pointer; 
	color:#FFF;
	background:#2d901f; 
	position:relative;
	}
ul.mainmanu li:hover > ul{
	visibility:visible;
	}
ul.mainmanu a{
	text-decoration:none;
	color:#FFF;
	}
ul.mainmanu li ul{ 
	background:#2c9524; 
	visibility: hidden; 
	position: absolute; 
	top: 37px; 
	left:0px; 
	z-index: 598; 
	width: 250px; 
	height:auto; 
	padding:4px; 
	}

ul.mainmanu li ul li{border:none; width:200px; height:auto; padding:4px; display:inline-block; border-bottom:1px dashed #CC0; }
ul.mainmanu li ul li a:hover{ text-decoration:underline;}

/* ----------------------- Content body -----------------------------------*/
#contentBody{ 
	width:100%; height:auto; 
	background:#FFF;
	}
#left{
	width:200px; float:left;
	}
#right{	
	}
#center{
	width:600px; float:left;
	}
/* ------------ content elements -----------------------------------------*/
#content{
	font-size:12px; color:#666; line-height:1.4em; text-align:justify;
	padding:5px 30px 30px 30px;
	}
#content b{ font-size:13px; color:#666;}
#content a{
	text-decoration:none; color:#a88f43;
	}
#content a:hover{
	text-decoration:none; color:#666;
	}
#content ul{ 
	margin-left:20px;
	}
#content ul li{
	margin:4px 0 4px 0;
	}
#content ul li a{ 
	color:#999 !important;
	}
#content ul li a:hover{
	color:#666 !important;
	}
#content h1{
	margin-bottom:15px;
	}
#content h2{
	font-weight:normal;
	font-size:17px;
	color:#8e0d43;
	}
#content img{ margin-right:10px; border:1px solid #CCC; padding:4px; float:left;}
#contHead{ font-size:20px; color:#a88f43; margin-bottom:20px;}

/* --------------------- Left Sidebar ------------------------------------------*/

ul.leftmanu{ margin:25px 0;}
ul.leftmanu li{ list-style:none;  padding:4px 0px; padding-right:40px; font-size:14px; text-align:right; background:url(../pic/cell.png) no-repeat 180px 9px;}

ul.leftmanu li a{color:#666; text-decoration:none;}
ul.leftmanu li a:hover{ text-decoration:underline;}

/* -------------------- Right sidebar --------------------------------------------- */

/* ------------------ Footer --------------------------------------------*/
#footer{
	width:100%;
	font:11px/normal Verdana, Geneva, sans-serif; color:#a8a78d;text-align:right;
	border-top:1px solid  #E1E1E1;
	padding-top:8px;

	margin-bottom:10px;
	}
#footer a{color:#a88f43; text-decoration:none;}
#footer a:hover{ text-decoration:underline;}

/* ---------- form ----------- */

input,textarea{padding:4px; border:1px dashed #CCC;}


#formContainer{ 
	width:320px;
	}
#customForm textarea{
	width:200px; 
	height:100px; 
	max-width:200px; 
	min-height:100px; 
	min-width:200px;
	max-height:100px;
	padding:4px; 
	
	}
#customForm input{
	float:left; 
	width:200px; 
	padding:4px;
	}
.submit{ 
	width:100px; 
	cursor:pointer;
	}
#customForm input, #customForm textarea{
	font:11px/normal Arial; 
	color:#333; 
	border:1px solid #CCC;
	}
.formItemBlad{
	color:red; 
	padding-left:105px;
	}
#cap{
	width:50px;
	}
#imgcap{
	float:left;
	}
.formItemName{
	font-family: Arial; 
	font-size:12px; 
	color:#666; 
	line-height:1.4em; 
	text-align:right; 
	float:right; 
	}

8,5 25