html {
	height: 100%;
	width:100%;
}
body {
	background-color: #a17969;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 101%;
	color: #333;
}
img {
	border: 0;
}
div {
	display: block;
}


#page {
	width:890px;
	margin: 0 auto;
	height: 100%;
}
#content {
	width: 564px;
	float: left;
	display: block;
	min-height: 500px;
	background: url(titel-more.png) no-repeat left top;
}
#content h1 {
	color: #FFFFFF;
	margin: 3.75em 0 0.25em 16px;
	font-size: 29px;
	font-weight: normal;
	height: 2.2em;
	font-family: "Times New Roman", Times, serif;
	line-height: 32px;
	padding: 0;
	display: block;
	letter-spacing: 0.03em;
}
#content #inhalt {
	background-color: #FFFFFF;
	width: 532px;
	padding: 16px;	min-height: 400px;

}
#inhalt h3 {
	color: #990033;
	font-weight: normal;
	margin: 0 0 12px 0;
	letter-spacing: 0.03em;
	font-size: 16px;
}

#inhalt .verz {
}
#inhalt table.verz {
	border-spacing: 0;
	line-height: 16px;
}
#inhalt .verz th {
	width: 150px;
	vertical-align: top;
	text-align: left;
}
#inhalt .verz p {
	margin: 0 0 8px 0;
	color: #333333;
}

#inhalt p {
	line-height: 18px;
	margin: 0 0 8px 0;
}
#inhalt h4 a, #inhalt p a {
	color: #990033;
}



/* Formate für rechte Spalte */
#menu {
	float: right;
	width: 326px;
	min-height: 500px;
	background: url(bg-more.png) no-repeat top left;
	height: 500px;
}
#menu h1 {
	font-family: "Times New Roman", Times, serif;
	/* color: #7b3030; */
	color:#682432;
	font-size: 33px;
	text-indent: 37px;
	font-weight: normal;
	margin: 0;
	padding-top:2.45em;
	height: 3.25em;
}
#submenu {
	color: #999999;
	border-bottom: 1px solid #999;
	padding-bottom: 4px;
	margin-bottom: 18px;
}
#submenu a {
	color: #999;
}
#submenu a.Inaktiv:link, #submenu a.Inaktiv:visited {
	color: #999;
	text-decoration:none;
}
#submenu a.Inaktiv:hover, #submenu a.Inaktiv:active, #submenu a.Inaktiv:focus {
	color:#999;
	text-decoration:none;
}
#submenu a.Aktiv:link, #submenu a.Aktiv:visited {
	color:#000;
	text-decoration:none;
}
#sub menu a.Aktiv:hover, #submenu a.Aktiv:active, #submenu a.Aktiv:focus {
	text-decoration:none;
}

.clr {
	clear: both;
}


/* Bildergalerie Übersicht*/
div#inhalt div.galerie {
	position:relative;
	width:100%;
	height:100%;
	text-align: center;
}
div#inhalt div.galerie a {
	width: auto;
	height:auto;
}
div#inhalt div.galerie a img {
	position:relative;
	display: inline;
	padding: 2px; border:1px solid #682432;
	margin:0 12px 12px 0;
}
