/**********************************
 * Bereiche der Seite 
 **********************************/
#main {
	width:950px;
	text-align:left;
}

/* Kopf */
#header {
	height:100px;
	display:block;
}

/* Kopf: Home */
#hLeft {
	width:290px;
	height:60px;
	padding-top:40px;
	text-align:right;
	background-color:#898B8E;
	overflow:hidden;
}
#hLeft a {
	text-transform:uppercase;
	color:#fff;
	padding-right:40px;
	background:url(../img/bg_home.gif) right 2px no-repeat;
	text-decoration:none;
}
#hLeft a:hover {
	text-decoration:none;
	color:#D9DBDC;
}

/* Kopf: Hauptmenue */
#hRight {
	width:620px;
	height:60px;
	padding:40px 0 0 40px;
}
#hRight a {
	text-decoration:none;
}
#hRight a.active {
	font-weight:bold;
	color:none;
}
#hRight a:hover {
	text-decoration:none;
	/*color:#333;*/
}
#hRight ul.firstLevel li.firstLevel {
	float:left;
	padding:0;
	margin-right:15px;
}
#hRight div.secondLevel {
	position: relative;
	
}
#hRight div.secondLevel li {
	float:left;
	clear: both;
	
}
#hRight ul.secondLevel {
	position:absolute;
	top:0px;
	left:-7px;
	float:left;
	padding:5px 0 5px 0;
	display:none;
	z-index:100;
	background:#fff;
	
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;

}
#hRight ul.firstLevel li.firstLevel:hover ul.secondLevel,
#hRight ul.firstLevel li.over ul.secondLevel {
	display: block;
} 
#hRight ul.secondLevel li {
	display: block;
	clear: both;
	
}
#hRight ul.secondLevel a {
	display:block;
	margin:0;
	padding:1px 30px 1px 8px;
	width:auto;
	white-space: nowrap;
	overflow: visible;
	font-size:0.9em;
	text-align:left;
	text-decoration:none;
}
#hRight ul.secondLevel a:hover {
	text-decoration:none;
	color:none;
	font-weight:bold;
}
#hRight li.exhibitions ul.secondLevel a:hover,
#hRight li.exhibitions ul.secondLevel a.active  {
	color:#F38A21;
}



/* Inhalt */
#content {
	margin:50px 0 50px 0;
	line-height:1.8em;
}

/* "Herunterziehen" des Inhaltsbereichs */
.fullsize:after, #content:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content {
	display:block; 
}

/* Inhalt: Linke Spalte (Submenue / Logo) */
#cLeft {
	width:225px;
	padding-right:65px;
	text-align:right;
	overflow:hidden;
}
#cLeft li {
	margin-bottom:20px;
}
.logo {
	margin-top:100px;
}


/* Inhalt: Mittlere Spalte */
#cCenter {
	width:538px;
	min-height:270px;
	padding: 25px 80px 25px 40px;
	border-left:1px solid #898B8E;
	overflow:hidden;
}


/* Inhalt: Rechte Spalte */
#cRight {
	display:none;
	overflow:hidden;
}



/* Fuss */
#footer {
	height:65px;
	display:block;
	clear:both;
	font-size:0.9em;
}
#footer a {
	text-decoration:none;
	font-weight:bold;
}

/* Fuss: Druckansicht */
#fLeft {
	width:207px;
	padding-right:83px;
	padding-top:23px;
	text-align:right;
	overflow:hidden;
	font-size:0.95em;
}

/* Fuss: Mittlere Spalte */
#fCenter {
	width:462px;
	padding-top:23px;
	text-align:right;
	margin-right:18px;
	overflow:hidden;
}
#fCenter a {
	font-weight:normal;
}

/* Fuss: Impressum / Sprache */
#fRight {
	width:140px;
	height:42px;
	padding:23px 0 0 25px;
	overflow:hidden;
	background:#D9DBDC url(../img/bg_fRight.gif) left center no-repeat;
	font-size:0.95em;
}
#fRight li {
	display:inline;
	margin-left:7px
}
#fRight a:hover {
	color:#f1f1f1;
}