@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#022358;
	font-weight:bold;

}

a:hover {
	color:#656565;
}

ul {
	margin: 0 0 0 20px;

}

/** Header **/
div#header {
	background: url(style_FILES/blueback.jpg) repeat-x #022358;
	color: #FFFFFF;
	padding: 20px 0 50px 0;
	margin: 0 0 0px 0;

	
}


* html div#header {
	padding: 20px 0 0px 0;
} 


div#head {
        display:block;
	width: 720px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px 0 0 0;
	/**text-align: center**/
}

div#logo {
	/**font-family: arial;**/
	background:url(style_FILES/space2.jpg) no-repeat left ;
	width: 400px;
	font-size: 25px;
	/**font-weight: bold;**/
	/**border-left: 1px solid #FFFFFF;**/
	padding: 0 0 0 10px;
	letter-spacing: 1px;
}

span.logocopy {
	font-size: 14px;
	letter-spacing: 0px;
}


div#navigation {
	width: 720px; 
	margin-left: auto; 
	margin-right: auto; 
	background: transparent;
	
}

div.menu {
	/**display:inline-block;**/
	float:left;
	background:url(style_FILES/menu.gif) no-repeat 0% 220%;
	width: 137px;
	color: #022358;
	font-size: 13px;
	height:15px;
	padding: 35px 0 0 0;
	margin:0px 2px 0 0px;	
}



div.menuactive {
	/**display:inline-block;**/
	float:left;
	background:url(style_FILES/menu.gif) no-repeat 0% 160%;
	width: 137px;
	color: #022358;
	font-size: 13px;
	height: 21px;
	padding: 29px 0 0px 0;
	margin:0px 2px 0 0px;	
}

div.clear {
	clear:both;
}

div.menu a{
	padding: 0px 0 0 8px;
	/**font-weight: bold;**/
	color: #022358;
	text-decoration:none;
	margin: 0px 0 0 0;


	 
}

div.menu a:hover{
	
	color: #656565;
	
	 
}


div.menuactive a{
	padding: 0 0 0 8px;
	/**font-weight: bold;**/
	color: #656565;
	text-decoration:none;
}

/** Content Mitte **/
div#content {
	margin: 20px 0 30px 0;
	background:#fff;
	color: #000000;
	min-height: 100px;
}

div#mid {
	width: 720px; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 10px;
	text-align:justify;
	color: #022358;
	/**text-align: center**/
}

h3 {
	font-size: 12px;
	margin: 5px 0  10px 0px;
	color: #022358;
}

div#spalte1 {
	float:left;
	width:352px;
	position:relative;
	padding: 0 0 0 8px;
	
}

div#spalte1 p {
	margin: 0 0 10px 0px;
	line-height: 15px;

}


div#spalte2 {
	float:right;
	background:url(style_FILES/wuerfel.jpg) center no-repeat;
	width: 360px;
	min-height: 282px;
	position:relative;
}


div#borderwhite {
	background:url(style_FILES/border_white.jpg) repeat-x;
	height: 20px;
	color: #000000;
	clear: both;
	}


/** Footer **/
div#footer {
	background: #c2c2c2;
	height: 100px;
	font-size: 10px;
	color: #022358;
}

div#footer h3 {
	font-size: 11px;
	margin: 0px 0  5px 0px;
	color: #022358;
}


div#footermain {
	width: 720px; 
	margin-left: auto; 
	margin-right: auto; 
	
	/**text-align: center**/
}

div#footerleft {
	float:left;
	padding: 0 0 0 8px;
}
div#footermid {
	float:left;
	margin: 0 0 0 70px;
	

}

div#footermid a {
	text-decoration:none;

}
div#footerright{
	float:right;
}

div#bordergrey {
	background:url(style_FILES/border_grey.jpg) repeat-x;
	height: 21px;
	color: #000000;
}

/** Kiwi Accordion **/

.ka-handler {
 cursor:pointer;
 
}

.ka-panel {
	border: 0px solid #000;
}

div.close div.ka-handler  {
  background: url(style_FILES/cross_norm.gif) center left no-repeat;
 padding: 0 0 0px 20px;	
  line-height: 20px;
  
	

}

div.open div.ka-handler  {
  background: url(style_FILES/cross_dreh.gif) center left no-repeat;
 padding: 0 0 0 20px;	
 line-height: 20px;
	

}

/** Formulare **/

fieldset {
	border: none;
	
}

label {
	display: block;
}

/** Listen **/
div#mid ul li {
	text-align:left;
	margin: 0 0 8px 0;
	list-style-type:square;
}