
/* allgemein */
HTML, BODY, IMG { 
	padding: 0px; 
	margin: 0px; 
	border: 0px;
}

P, H1, H2, H3, H4, LI {
	font-family : DIN, Arial, Helvetica, 'Sans Serif';
	font-size : 10pt;
	font-weight : normal;
	margin: 0px;
}

#cont P {
	margin-bottom: 1em;
}
#cont A {
	text-decoration: none;
}

A H1, A H2, A H3 {
	text-decoration: none;
}
A H3, .search {
	color: black;
}

H1, H2, H3, .search {
	font-weight: bold;
}
H1, A H1, H2, A H2 {
	color: #D92A80;
}
H1 {
	font-size: 18pt;
	margin-bottom: 1em;
}

BODY {
	background-color: #D9D9DA;
	overflow-x: auto;
	overflow-y: scroll;
	background-position: top center;
	background-repeat: repeat-y;
}

TABLE, TD {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: 0px;
	vertical-align: top;
	cellspacing: 0px;
}

#main {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -507px;
	padding: 0px;
	width: 910px;
	height: 100%;
}    

#top {
	margin: 0px;
	background-position: right;
	height: 125px;
	width: 711px;
	min-width: 711px;
	background-image: url('img/top_museumkunsthalle.png');
}

#left {
	width: 104px;
	min-width: 104px;
}

#cont {
	padding: 0px;
	width: 806px;
	height: 100%;
} 

#elements {
	width: 592px;
	vertical-align: top;
	background-color: white;
}
#elements HR {
	background-color: #D92A80;
	color: #D92A80;
	border: none;
	height: 1px;
}

.spacer {
	width: 15px;
	height: 15px;
	min-height: 15px;
	max-height: 15px;
	background-color: white;
}

#info {
	margin-top: 25px;
}

.titles {
	margin-top: 30px;
	margin-left: 15px;
	font-size: 18pt;
	font-weight: bold;
	color: #D92A80;
}

#vert_ruler {
	float: left;
	height: 100%;
	width: 6px;
	background-color: #E8E9EA;
	background-image: url('img/fade_vertical.png');
	background-position: top;
	background-repeat: no-repeat;
}

#navi {
	background-color: white;
	width: 199px;
}

#menu {
	position: absolute;
	overflow: visible;
	width: 173px;
	margin: 0px;
	padding-left: 16px;
	padding-right: 10px;
}
#menu P {
	border-top: 1px solid #C7C7C7;
	padding: 0.2em 0em 0.2em 0em;
	margin: 0px;
}
#menu A {
	text-decoration: none;
}
P.menu1 A:link, P.menu1 A:visited {
	color: black;
}
P.menu2 A:link, P.menu2 A:visited, P.menu3 A:link, P.menu3 A:visited, P.menu4 A:link, P.menu4 A:visited {
	color: #707172;
}
#menu A:active, #menu A:hover {
	color: #D92A80;
}

P.menu1 {
	font-weight: bold;
}
P.menu2 {
	color: #707172;
}
P.menu3, P.menu4 {
	color: #707172;
	background-color: #F2F2F3;
}
P.menu3 {
	font-size: 9pt;
}
P.menu4 {
	font-size: 8.5pt;
}
P.active, P.active A:link, P.active A:visited, P.active A:active, P.active A:hover {
	color: #D92A80;
}

IMG.icon {
	margin-left: 9px;
}
IMG.gallery {
	margin-bottom: 15px;
}

#icons {
	position: absolute;
	float: right;
	margin-top: 98px;
	margin-left: 591px;
}

TD#logo {
	width: 199px;
	background-color: white;
}

IMG#logo {
	margin-left: 16px;
	margin-top: 26px;
}

#search {
	margin-left: 16px;
	margin-top: 19px;
	vertical-align: bottom;
	margin-bottom: 0px;
	white-space: nowrap;
}

/* Farben fuer Ausstellungstitel */
.aus_gelb { color: #ffff33; }
.aus_orange { color: #ff9933; }
.aus_rot { color: #cc0000; }
.aus_weinrot { color: #990000; }
.aus_dunkelrot { color: #660000; }
.aus_pink { color: #cc3399; }
.aus_violett { color: #9933cc; }
.aus_dunkelblau { color: #0000cc; }
.aus_hellblau { color: #0099ff; }
.aus_graublau { color: #006699; }
.aus_hellgrün { color: #00cc00; }
.aus_grün { color: #009900; }
.aus_dunkelgrün { color: #006600; }
.aus_ocker { color: #999900; }
.aus_hellbraun { color: #996600; }
.aus_dunkelbraun { color: #663333; }
.aus_schwarz { color: #000000; }
.aus_grau { color: #666666; }

@media print {
/* Druckformatierung */
	#main {
		margin: 0 0 0 0;
		position: absolute;
		left: -100;
	}
}

