@charset "ISO-8859-1";

/**************************************
 Seitenlayout-Elemente
***************************************/
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url(../images/layout/bg_body.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#spaltencontainer {
	min-height: 100%;
	width: 940px;
	margin: 0px auto;
	background-image: url(../images/layout/bg_main.jpg);
	background-repeat: repeat-y;
}
* html #spaltencontainer
{
	height: 100%;
}
#maincontent {
	margin: 0 auto;
	/* padding-bottom: 8px; */
	padding-bottom: 10px;
	padding-top: 60px;
	background-image: url(../images/layout/bg_head.jpg);
	background-repeat: no-repeat;
}
#footer {
	/* background-image: url(images/layout/footer.jpg);
	margin: -34px auto;
	height: 34px; */
	margin: -24px auto;
	height: 24px;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 940px;
}
* html #footer
{
	margin-top: 24px;
}
#clearer {
	clear: both;
	display: block;
}
#menucontainer {
	float: left;
	border: none;
	padding: 0 0 0 40px;
}
#menu {
	margin: 35px 0 0 15px;
}
#mainframe {
	margin: 0px 40px 0px 240px;
	border: none;
}
#page_content {
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
}
#copy {
	background-color: #996633;
	color:#FFFFFF;
	padding: 3px 5px;
	font-size: 10px;
	text-align: center;
	margin: 0 794px 0 29px;
	opacity: .5;
	-moz-opacity: .5;
	filter: Alpha(Opacity=50);
	overflow:hidden;
}
#copy a {
	color: #FFFFFF;
	text-decoration: none;
}
#copy:hover {
	background-color: #549731;
	text-decoration: none;
}
/**************************************
 Inhalt-Elemente
***************************************/

#maintitle {
	height: 90px;
	margin: 0px;
	padding: 58px 0 0 0;
	float: none;
	border: none;
	font-size: 42px;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 20px;
	margin: 0 0 12px 0;
	color: #996633;
}
p + h1 {
	margin-top: 28px;
}
h2 {
	font-size: 16px;
	color: #000000;
	margin: 0 0 9px 0;
}
p + h2 {
	margin-top: 12px;
	padding-top: 18px;
	border-top: 1px dashed #000000;
}
h3 {
	font-size: 13px;
	color: #000000;
	margin: 14px 0 4px 0;
}
p {
	margin: 0 0 7px 0;
}
ul {
	margin-top: 9px;
	margin-bottom: 20px;
}
#mainframe a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
#mainframe a:hover {
	color: #000000;
}
hr {
	border: 1px solid #A77540;
	margin: 10px 0;
}
img {
	border: none;
}


#menu p {
	font-size: 16px;
	margin: 0 0 20px 0;
	color: #996633;
	font-weight: bold;
}
#menu a {
	text-decoration: none;
	color: #666666;
}
#menu a:hover {
	color: #000000;
}


#mapcontainer a {
	text-decoration: underline;
	font-weight: normal;
}






/**************************************
 spezielle Klassen
***************************************/
p.termin {
	background-color: #EEEEEE;
	padding: 2px 4px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-bottom: 12px;
}
table.mitrahmen {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}
table.mitrahmen td {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 7px 24px 7px 7px;
}



p.zitat {
	font-weight: bold;
}
td.formularfeld {
	background-color: #89D962;
	padding: 3px;
}
td.spamerror {
	background-color: #A77540;
	color: #FFFFFF;
	padding: 3px;
}
.leftfloat {
	float: left;
	margin: auto 12px 12px auto;
}
.rightfloat {
	float: right;
	margin: auto auto 12px 12px;
}
.clearer {
	clear: both;
}
div.kasten {
	border: 1px solid #A77540;
	background-color: #e6f9dd;
	padding: 5px;
	margin: 10px 0 15px 0;
}
div.kasten h2 {
	margin-top: 0px;
}
.fehler {
	color: #CC0000;
	font-weight: bold;
}
.importantnews {
	color: #CC0000;
	font-weight: bold;
	font-size: 150%;
}

/**************************************
 Submenu-Elemente
***************************************/

