   
	
	/*------------boxen---------------*/
  
 #content-box{
    background-color: #fff;
    color:#666;
	border-left: 1px solid #D8D8D8;
	overflow: hidden;
   }
 
  #he_hauptinhalt-box {
	position: absolute;
	top: 10%;
	padding: 0px;
	width: 75%;
	height: 82%;
	margin-left: 3%;
	margin-right: 1%;
	border: 1px solid #CCCCCC;
	padding-top: 1%;
	padding-left: 10px;
	padding-right: 10px;
	right:210px;
	overflow: auto;
	}
	
  #he_start1-box {
	position: relative;
	background-color: #FaFaFa;
	margin:10px auto;
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: auto;
	}
	
		
  #he_start2-box {
	position: relative;
	background-color: #FaFaFa;
	margin:20px auto;
	padding-top: 40px;
	padding-bottom: 8px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: auto;
	text-align: left;
	}
  
 #he_navi-box {
	position: absolute;
	background-color: #FaFaFa;
	bottom: 10%;
	top: 10%;
	padding: 0px;
	right: 0;
	width: 140px;
	height: 82%;
	margin-right: 5%;
	text-align: left;
	overflow: auto;
	border-left: solid #C7C7C7 1px;
	padding-top: 20px;
	}
	
#ausstellungsliste {
    position: relative;
    font-size: 12px;
	margin: auto;
	color: #7A7A7A;
	background-color: #F8F8F8;
	width: 500px;
	top: 20px;
	text-align: left;
	padding-bottom: 20px;
}
	

	/*------------listen und links---------------*/

	
    ul { 
	 position: relative;
	
	 font-size:12px;
     list-style-type:none;
     line-height:150%;
     }
	 
	a { text-decoration: none;
	    color: #666;
	 }
	 
	 a:hover, a:focus {
	 color: #A9CE37;
	 }
	
	
	
	/*------------klassen---------------*/
	
	
	
	.imageborder {
	border: 5px solid #EEE;
	}
	
	.imageabstand_7  {
	margin: 7px;
	}
	
	.imageabstand_11  {
	margin: 11px;
	}
	
	.bilduntertitel   {
    color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	white-space: nowrap;
    }
	
	.weiter   {
    color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bolder;
	margin: 7px;
    }
	
   .grau_ddd {
    color: #dddddd;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight: bolder;
	margin: 7px;
    }
   
   .inline-bilderreihe  {
    white-space: nowrap;
    }
   
   .tabelle {
    border-bottom: 1px solid #ccc;
	}

   .fliesstext1 {
	color: #999999;
	font-size: 12px;
    }

   .fliesstext2 {
	color: #777777;
	font-size: 12px;
    }
	
	.untertitel {
	color: #CCCCCC;
	font-size: 9px;
    }
	




	/*------------allgemein---------------*/
  
  
 * html body{
  overflow:hidden; /* für IE6 */
 }
 * html #content-box{
  overflow:auto;   /* für IE6 */
 }

