HTML {
	height: 100%;
	margin: 0;
	padding: 0;
}

BODY {
         height: 100%;
         margin: 0px;
         padding: 0px;
         background-color: white;
         text-align: center;
}

#rahmen {
	width: 747px;
         height: 100%;
         min-height: 100%;
         background-image: url('gfx/bg.jpg');
         margin: auto;
         text-align: left;
         padding: 0px;
}

body>#rahmen {
	height: auto;
}


#kopfbild {
	display: block;
}

#menurahmen {
	width: 196px;
         height: auto;
         float: left;
         margin: 0px;
         padding: 0px;
         border: 0px;
}

#inhalt {
	width: auto;
         margin: 0px;
         margin-left: 196px;
         padding: 25px;
         padding-top: 0px;
}


#inhalt a {
	font-family: Arial, sans-serif;
         font-size: 12px;
         font-weight: bold;
         line-height: 140%;
         color: #982822;
         text-decoration: none;
}

#inhalt a:hover {
	color: #982822;
         text-decoration: underline;
}

H1, H2, P {
 	font-family: Arial, sans-serif;
         margin: 0px;
         padding: 0px;
         margin-top: 10px;
}

H1 {
         font-size: 18px;
         font-weight: bold;
         color: #982822;
}

H2 {
	margin-top: 20px;
         font-size: 14px;
         font-weight: bold;
         color: #982822;
}

P {
	font-size: 12px;
         font-weight: normal;
         color: black;
         line-height: 140%;
}

#inhalt ul {
	margin: 0px;
         margin-top: 10px;
         padding: 0px;
}

#inhalt ul li {
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 6px;
         padding: 0px;
         list-style-type: square;
         font-family: Arial, sans-serif;
         font-size: 12px;
         line-height: 120%;
}

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

#menurahmen ul li {
	margin: 0px;
         padding: 0px;
         list-style: none;
}

#menurahmen ul li a {
	display: block;
         width: auto;
         height: 20px;
	font-family: Arial, sans-serif;
         font-size: 14px;
         font-weight: bold;
         line-height: 130%;
         color: #A88252;
         text-decoration: none;
         padding-left: 10px;
         margin-left: 28px;
         margin-right: 19px;
         margin-top: 10px;
}

#menurahmen ul li a:hover, #menurahmen ul li a.ausgewaehlt {
	background-color: #A88252;
         color: white;
}

#menurahmen ul ul li {
	margin: 0px;
         padding: 0px;
	font-family: Arial, sans-serif;
         font-size: 12px;
         font-weight: bold;
         color: black;
         list-style: none;
}

#menurahmen ul ul li a {
         width: auto;
         height: 18px;
	font-family: Arial, sans-serif;
         font-size: 12px;
         font-weight: normal;
         line-height: 130%;
         color: black;
         text-decoration: none;
         padding-left: 10px;
         margin-left: 40px;
         margin-right: 20px;
         margin-top: 5px;
}

#menurahmen ul ul li a:hover, #menurahmen ul ul li a.sub_ausgewaehlt {
         background-color: #F4F1EE;
         font-weight: bold;
         color: black;
}

.bildrahmen {
	border: 1px solid #982822;
}

.trenner {
	height: 1px;
         line-height: 1px;
         padding: 0px;
         border: 0px;
         background-color: #982822;
}

.formular {
	background-color: white;
         border: 1px solid #982822;
         font-family: Arial, sans-serif;
         font-size: 12px;
}

#hinweis a:hover {
    text-decoration: underline;
}
#hinweis a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #982822;
	font-weight:bold;
}

.content_box {
	padding: 10px;
         margin-top: 10px;
         background-color: white;
         border: 1px solid #A88252;
}

.content_box P {
	margin: 0px;
}

#inhalt H2 A {
	font-family: Arial, sans-serif;
         font-size: 14px;
         font-weight: bold;
         line-height: 140%;
         color: #982822;
         text-decoration: none;
}

#inhalt H2 A:HOVER {
	color: #982822;
         text-decoration: underline;
}

#inhalt A SPAN.link_datum {
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#inhalt A:HOVER SPAN.link_datum {
	text-decoration: none;
}

.bild_thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
}

.fotowettbewerb_rahmen {
	width: 500px;
	float: right;
	text-align: center;
}

.foto_links {
	float: left;
}

.foto_rechts {
	float: right;
	text-align: right;
	margin-top: 15px;
}

.clearer {
	clear: both;
}