

  html
  {
  height:100%
  }

  #logo
  {
  margin: 50px 0 0 10px;
  }
  
  a img
  {
  border:0px;
  }
  
  body
  {
  padding: 0px 0 0px 0;
  background-attachment: fixed;
  height:100%;
  margin:0;
  background-color:#eaebeb;
  background-image:url(../files/images/bg-body.png);
  background-repeat:repeat-x;
  
  }
  /*Headerbereich
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  #mainframe
  {
  border: solid 1px green;
  position:relative;
  margin: 7px auto 7px auto;
  width:900px;
  background-color: #ffffff;
  padding:0;
  background-image:url(../files/images/bg-content.png);
  background-repeat:repeat-x;
  }
  
  
  /*HEADER BEREICH
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  #header
  {
  /*border: solid 1px red;*/

  position:relative;
  width:900px;
  height:80px;
  padding:0;
  margin:0;
  background-image: url('../files/images/kmz-logo-neu.png');
  background-repeat:no-repeat;
  background-position:left;
  }

  /*FOOTER BEREICH
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	#footer {
  	clear: left;
  	width: 900px;
  	height: 57px;
	
	background-image:url(../files/images/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	}
  /*NAVIGATION
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  
  #navigation
  {
  /*border: solid 1px red;*/
  position:relative;
  width:900px;
  height: 37px;
  background-image:url(../files/images/navigation.png);
  background-position:center;
  background-repeat:no-repeat;
  font-family: verdana;
  font-weight: bold;
  font-size: 12px;
  }
  
	#navigation li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
	}
	 
	 #navigation ul
  	{
  	margin:0;
	margin-left: 47px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
  	}
	
	#navigation a{
	float: left;
	display: block;
	font: bold 13px Arial;
	color: white;
	text-decoration: none;
	margin: 0 2px 0 0; /*Margin between each menu item*/
	padding: 11px 7px 10px 7px; /*Padding within each menu item*/
	}
  

  
  	#navigation a:hover
  	{
  	background-color: #b1ddf1; /*blue color theme*/
	color: white;
  	}
	
	#navigation .current a{ /** currently selected menu item **/
	background-color: #61c6f5; /*Red color theme*/
	color: white;
	}
  
  #active
  {
  color:#fff !important;
  background-color: #61c6f5 !important;
  }  
  	 
  #subnavigation
  {
  background-color: #eaebeb;
  font-size: 12px;
  font-weight:normal;
  }
  #subnavigation ul
  {  
  margin: 0;
  padding:0;
  }
  #subnavigation li
  {
  list-style: none;
  padding:5px 0 5px 0;
  margin:0;
  }

  #subnavigation a
  {
  display: block;
  font: bold 13px Arial;
  margin: 0;
  padding:7px 0 7px 15px;  
  }
  #subnavigation a:hover
  {
  background-color:#b1ddf1;
  color:#000;
  }
  #active_sub
  {
  background-color: #61c6f5;
  font-weight:bold;
  }
  
  #subsubsubnavigation a

  {
  padding:2px 0 2px 20px;
  }
  
  
  /*CONTENT
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  
   #content-wrapper{
	/*border: solid 1px red;*/
	position: relative;
  	float:left;
	width:900px;
  	}
	
  #content
  {
  /*border: solid 1px black;*/
  position: relative;
  float:left;
  background-color:white;
  width:709px;
  font-family: verdana;
  height:100%;
  font-size:11px;
  margin-top: 10px;
  background:transparent;
  }
  
  #content-foto{
  	position:relative;
	float:left;
	width:100%;
	height:auto;
  }
  
  #content-foto .borderline{
  	border: solid 1px black;
	margin: 0px 0px 0px 13px;
	height:157px;
	width:680px;
  }
  
  #content-text{
	position: relative;
  	float:left;
  	margin-top:25px;
	width:589px;
	padding: 0 60px 0 60px;
  }
  
  #content .newsline {
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:#61c6f5;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#61c6f5;
  padding: 5px 0 5px 25px;
  margin: 30px 0 20px 0;
  text-align:justify;
  }
  
  #content .portrait-foto{
  	width: 100px;
	height: 130px;
  }
  
  #content .formationen-img-left{
  clear:both;
  margin: 3px 10px 3px 0;
  width: 200px;
  float:left;
  }
  #content .formationen-img-rigth{
  clear:both;
  margin: 3px 0px 3px 10px;
  width: 200px;
  float:right;
  }
  
  #content h1
  {
  font-size: 16px;
  margin: 10px 0px 0 0px;
  }
  #content h2
  {
  font-size: 14px;
  color:#007BC0;
  margin: 10px 0px 0 0px;
  } 
  #content h3
  {
  font-size:12px;
  margin: 10px 0px 0px 0px;
  } 
  #content p
  {
  margin: 5px 0px 0 0px;
  font: normal 11px Verdana;
  text-align:justify;
  }
  
  #content a
  {
  text-decoration:none;
  color:blue;
  }
  #content a:hover
  {
  color:red;
  }
  
  #loginbox
  {
  position:relative;
  padding:0;
  font-size: 12px;
  }
  
  #loginbox table
  {
  padding:0px;
  margin:0px;
  margin-left:10px;
  margin-top:15px;
  }
  #loginbox td
  {
  padding:2px 0 2px 0;
  width:150px;
  }
  #content table
  {
  margin-left:10px;
  margin-top:15px;
  }
  #content th
  {
  margin:0px;
  padding:2px 0 2px 0;
  text-align:left;
  }
  #content td
  {
  padding:2px 0 2px 0;
  width:100px;
  }
  
  #galerie
  {
  width: 100%;
  height: 100%;
  background-color:#ffffff;
  }
  #galerie div
  {
  float:left; 
  width:33%;
  }
  #galerie img
  {
  padding:10px;
  border:none;
  }
  #galerie_navigation
  {
  margin-left:100px;
  }
  #galerie_navigation table
  {
  width:400px;
  margin: auto 0 auto 0;
  }
  #galerie_navigation td
  {
  width:100px;
  }
  
  div.instrumente
  {
  float:left;
  margin: 5px 0 15px 10px;
  border: solid 1px black;
  
  }
  div.header_instrumente
  {
  background-color:#5599FF;
  padding:5px;
  }
  

  #nowraps h3,#nowraps p {
  white-space: nowrap;
  }

  /*SIDE BAR++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  #sidebar
  { 
  /*border: solid 1px black;*/
  background-color:#eaebeb;
  font-family: verdana;
  font-size: 10px;
  margin: 10px 0 0 0;
  padding: 0px;
  width:185px;
  position:relative;
  float:left;
  }
  
	#sidebar div.first-ele {
	background: 
		transparent url(q-ex2-t.gif) 
		no-repeat 
		top left;
	padding: 25px 15px 0px 15px;
	min-height: 122px;
	}
	#sidebar div.last-ele {
	padding: 12px 15px 0px 15px;
	background: transparent 
		url('../files/images/sidebar-bottom.png') 
		no-repeat 
		bottom left;
	background-color: white;
	}

	#sidebar p.navi-text {
	padding: 0px 15px 0px 15px;
	}
  
  #sidebar h1
  {
  font-size:14px;
  margin: 15px 0 0 0;
  }

  #sidebar a
  {
  text-decoration: none;
  font-weight:bold;
  color:#000;
  }

  /*Allgemeine Formatierungen */
  
  .error 
  {
  color: #f00;
  font-weight:bold;
  }

  /*lighboxcss*/
  #lightbox{
	background-color: #FFFFFF; /*#eee;*/
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	font-family:verdana;
	}
  #lightbox a{
	background-color:#eee;
	font-family:verdana;
	font-size:15px;
	text-decoration:none;
	
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
/*Allgemeine Formatierungen (Bsp. PDF-icon) */
.icon{ width: 30px; height: 30px;}
	
/*####################################################################################################
####### DETAIL POPUP
######################################################################################################
*/

#detail 
{
font-family: verdana;
font-size: 14px;

}
#detail th
{
  text-align:left;
  width:150px;
}

/*####################################################################################################
####### Style of Top Navigation Menu
######################################################################################################
*/

#subsubnavigation{
padding: 0;
width: 589px;
height: 30px;
margin-top:20px;
border-top: 5px solid #003366;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
clear:both;
}

#subsubnavigation ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#subsubnavigation li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#subsubnavigation a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: #61c6f5; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

#subsubnavigation a:hover{
background-color: #61c6f5;
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#subsubnavigation .active_subsub{ /** currently selected menu item **/
background-color: #003366;
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

