BODY {
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	height:100%;
 	margin:0px;
	
}






a:link {
	color:#96ad15;
	font-size: 10px;
	text-decoration : none;
	border-color:#FFFFFF;
	border:0;
	
}

a:visited {
	color:#666666;
	font-size: 10px;
	text-decoration : none;
}

a:hover {
	color:#666666;
	font-size: 10px;
	
	text-decoration : none;
	
}

a:active {
	color:#666666;
	font-size: 10px;
	text-decoration : none;

}



/* allgemeines */ 









#header {
	position:absolute;
	left:50%;
	margin-left:-440px;
	top:0;
	background-image: url('images/mum_header.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:130px;
	width:876px;
	}
	
	
#navi {
	position:absolute;
	left:50%;
	top:130px;
	margin-left:-440px;
	height:30px;
	width:876px;
	z-index: 3;
	}
	
	
#slideshow {
	z-index:1;
	margin-top:80px;
	margin-right:2px;

	}
	

#slideshow02 {

	z-index:20;
	margin-top:140px;
	margin-left:200px;
		
	}
	
	
#slideshow_kontakt {

	z-index:20;
	margin-top:110px;
	margin-left:320px;
		
	}
	
	
#slideshow_leistungen {

	z-index:20;
	margin-top:110px;
	margin-left:320px;
		
	}
	



#abstand_gruen {
	position:absolute;
	left:50%;
	top:430px;
	margin-left:-440px;
	height:6px;
	width:876px;
	background:#96ad15;
	z-index: 2;
	}
	
	
	
#inhalt__spacer {
	position:absolute;
	left:50%;
	top:160px;
	margin-left:-461px;
	height:30px;
	width:916px;
	background-image:url(images/bereich_inhalt_top.jpg);
	background-repeat:repeat-y;

	z-index: 2;
	}
	
	
#inhalt {
	position:absolute;
	left:50%;
	top:190px;
	margin-left:-461px;
	height:260;
	width:916px;
	background-image:url(images/bereich_inhalt_bottom.jpg);
	background-repeat:repeat-y;
	z-index: 2;
	}
	
	
	
#inhalt_arbeitsbeispiele {
	position:absolute;
	left:50%;
	top:190px;
	margin-left:-461px;
	height:660;
	width:916px;
	background-image:url(images/bereich_inhalt_bottom.jpg);
	background-repeat:repeat-y;
	z-index: 2;
	}
	
	
	
#footer_aktuell {
	position:absolute;
	left:50%;
	top:505px;
	margin-left:-461px;
	height:50px;
	width:916px;
	background-image:url(images/bg_footer_aktuell.jpg);
	background-repeat:repeat-y;
	z-index: 2;
	}



#footer_arbeitsbeispiele {
	position:absolute;
	left:50%;
	top:890px;
	margin-left:-461px;
	height:50px;
	width:916px;
	background-image:url(images/bg_footer_aktuell.jpg);
	background-repeat:repeat-y;
	z-index: 2;
	}



#footer {
	position:absolute;
	left:50%;
	top:430px;
	margin-left:-460px;
	height:135;
	width:916px;
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	z-index: 4;
	visibility: visible;
	overflow: visible;
	}
	
	
		
	
	




.fliess{

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;	
	font-size: 10px;
	color:#666666;
	
}



.text{

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top:0px;
	text-align:left;
	padding-left:40px;
	font-size: 10px;
	color:#666666;
	}





.table_footer {
vertical-align:bottom;
background-image:url(images/bg_footer_aktuell.jpg);
margin-left:-40px;

}







/*******************************************************************************
        
        Horizontales Dropdown-Menu, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
*******************************************************************************/

menu {
  font-family: verdana, sans-serif; 
  width:100%;                    /*  (1)  */
  position:relative; 
  font-size:11px;
  padding-bottom:50px;
  z-index:100;
}


.menu ul {                        /* UL Ebene 1 */
  padding:0; 
  margin:0;
  list-style-type: none;
}


.menu ul li {
  float:left;  
  position:relative;
}


.menu ul li a, 
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block; 
  text-decoration:none; 
  color:#fff; 
  width:130px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)   (1) */
  height:30px;                    /*  (2)  */
  border:1px solid #FFFFFF;
  border-top:none;
  border-width:0 0 1px 1px;
  background-image:url(bilder/navi_bg.jpg);
  padding-left:15px; 
  line-height:30px;
   }
  
  
* html .menu ul li a, .menu ul li a:visited {
  width:149px;                    /* für 'normale' Browser */
  w\idth:130px;                   /* für IE */

}


.menu ul li ul {
  display: none;
}



table {
  margin:-1px; 
  border-collapse:collapse;
  font-size:11px;
}

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  color:#FFFFFF;
  background:#ddd;
  background-image:url(bilder/navi_bg_over.jpg);

}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:30px;                          /*   (2)  */
  margin-top:1px;
  left:0; 
  width:150px;
 

}
* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;

}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
 
  visibility:hidden; 
  position:absolute; 
  height:0; 
  width:0;

}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  background:#ddd; 
  color:#555; 
  height:auto; 
  line-height:1.2em; 
  padding:5px 15px; 
  width:116px;

}
* html .menu ul li a:hover ul li a {
  width:150px;
  w\idth:115px;
   
  
}


.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
  background:#aaa url(../../graphics/drop.gif) bottom right no-repeat;
  
}


.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:150px; 
  top:0;
  width:150px;
 
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */


.menu ul li a:hover ul li a:hover ul.left {
  left:-150px;
}









/*3-Spalter */




.dreispalter {
  width: 870px;
}

.dreispalter_1 {
  width: 130px;
  border-right:1px dashed;
  border-right-color:#96ad15;
}

.dreispalter_2 {
  width: 130px;
  margin-left: 12px;
  border-right:1px dashed;
  border-right-color:#96ad15;
}

.dreispalter_3 {
  width: 160px;
  margin-left: 12px;
}

.dreispalter_1, 
.dreispalter_2, 
.dreispalter_3 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}




/* lightbox */ 


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	
/* jaos */ 	
	
	
	div.jaosg_thumbnail{
	float: left;
	
	
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #96ad15;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: auto;
	width: 130px;
	margin: 10px 10px 40px 0px;
	
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: auto;
	width: 130px;
	margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}
	
	
	
	


.content .linkespalte {
	width: 320px;
	float: left;
	}

.content .rechtespalte {
	width: 400px;
	margin-left: 40px;
	margin-top: 10px;
	float: left;
	}



 .magazine-image {
   background: #f9f9f9;
   border: none;
 }
 .magazine-image img {
   padding: 0px;
   background:#f9f9f9;
   margin: 2px;
   border: 1px #96ad15 dashed;
 }