/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
	font-size: 12px;
	color: #000000;
}


h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin: 20px 0px 10px 0px;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 5px 0px;
}


h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin: 5px 0px 5px 0px;
}


h4 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 5px 0px 5px 0px;
}


p {
	margin: 10px 0px 10px 0px;
	font-size: 12px;
	line-height: 17px;
}


ul {
	margin: 0px;
	padding: 0px;
}


a, a:link, a:visited, a:hover, a:active {
	color: #F17D1A;
	font-weight: bold;
}


#grey_links a, #grey_links a:link, #grey_links a:visited, #grey_links a:hover, #grey_links a:active {
	color: #666666;
	font-weight: bold;
}


/*### HEADER ###*/

#header {
	height: 127px;
	width: 940px;
	border-bottom: 23px solid #E9E9E9;
	margin: 0px;
	padding: 0px;
}


/*### NAVIGATION ###*/

#navigation {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	border-top: 1px solid #FFFFFF;
}


#navigation li{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
}


#navigation li.normal {
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


#navigation li.normal a, li.normal a:link, li.normal a:hover, li.normal a:visited, li.normal a:active {
	margin: 0px;
	padding: 4px 0px 4px 18px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;

}
#navigation li.normal a:hover{
	color: #000000;
	background-color: #FAD7B0;
}

#navigation li.selected {
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #EF8100;
}


#navigation li.selected a, li.selected a:link, li.selected a:hover, li.selected a:visited, li.selected a:active {
	margin: 0px;
	padding: 4px 4px 4px 18px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
}


/*### NAVIGATION FLY OUT AUSTELLUNG ###*/

#um_ausstellungen ul {
	margin: 0px;
	padding: 0px;
}


#um_ausstellungen {
	width: 180px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #E9E9E9;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 173px;
	left: 180px;
	visibility: hidden;
	z-index:2;
}


#um_ausstellungen li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: block;
}


#um_ausstellungen li.normal {
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}


#um_ausstellungen li.normal a:hover{
	color: #000000;
	background-color: #FAD7B0;
	padding: 4px 4px 4px 18px;
}


#um_ausstellungen li.selected {
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	background-color: #EF8100;
	padding: 0px;
	margin: 0px;
}


/*### INHALT ###*/

#inhalt {
	float: left;
	width: 673px;
	padding: 0px 44px 10px 43px;
	background-color: #FFFFFF;
}

#inhalt h1 {
	border-left: 5px solid #F36922;
	padding-left: 10px;
	margin-top: 37px;
}


.bild {
	float: left;
	width: 235px;
}

.bild2 {
	float: left;
	width: 235px;
         margin-left: 50px;
}

.bild p, .bild2 p {
	font-size: 10px;
	color: #000000;
	line-height: 11px;
}

.bild img, .bild2 img {
	margin-top: 30px;
}


.text {
	float: left;
	width: 370px;
	color: #000000;
	margin-top: 16px;
	margin-left: 50px;
}
.text2 {
	float: left;
	width: 370px;
	color: #000000;
	margin-top: 16px;
}


.text p, .text2 p {
	line-height: 17px;
}


.bild_reihe {
	float: left;
	margin-left: 45px;
}
/*### speziell für die Link-Seite ###*/
.links a {
	color: #7C7C7C;
}
.links p {
  margin: 4px 0px 0px 0px;
 }
 .links h2 {
  color: #F36922;
  margin-top: 25px;
 }


/*### FOOTER ###*/

#footer {
	clear: both;
	height: 91px;
	padding-top: 10px;
	font-size: 11px;
	color: #F17D1A;
}


#footer a {
	text-decoration: none;
	font-weight: 100;
}


#footer p {
	margin-left: 205px;
	margin-top: -10px;
}

hr {
	color: #F36922;
	/*border: solid;*/
}

