/* HEADER */
#logo {
	height: 85px; 
	padding: 0 0px; 
	text-align: 
	right; 
	overflow: hidden; 
	margin: 0;
	}

/* MENU */
#menu {
	text-align: right; 
	background-color: #9d0d15;
	color: #de891f; 
	padding:2px 5px 5px 5px;
	}
#menu li {
	font-size: 90%; 
	display: inline; 
	list-style-type: none; 
	border-left: 1px solid white; 
	padding: 0 10px 0 10px; 
	font-weight: bold;
	}
#menu li a {
	color: white; 
	text-decoration: none;}
#menu li a:hover {
	color: #de891f
	}

/* BODY */
*{
	padding:0; 
	margin:0;
	}
 body {
 	font-size:82%; 
	background:#9d0d15 url(../img/background_ornament.jpg); 
 	font-family:verdana,arial,sans-serif;
 	}
 img {
 	border: none; 
 	}
 html {
 	overflow: visible; 
 	}
.page-container {
	background:#FFF;
	border:solid 1px #e3e3e3;
	width:800px; 
	margin:0px auto; 
	margin-top:10px; 
	margin-bottom:10px;  
	font-size:1.0em;}
	
.main {
	clear:both; 
	width:800px; 
	padding-top:10px;
	padding-bottom:30px; 
	}
	
.main-content {
	display:inline; /*Fix IE floating margin bug*/; 
	float:left; 
	width:550px; 
	margin:0 0 0 30px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	}
.main-subcontent {
	display:inline /*Fix IE floating margin bug*/; 
	float:right; width:185px; 
	margin:0 15px 0 0; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	}
.footer {
	clear:both; 
	width:800px; 
	padding:0.5em 0 0.5em 0; 
	background-color: #9d0d15;
	font-size:1.0em; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	}
.spacer {
	margin:0;
	margin-bottom:10px;
	padding:0px;
	}
a { 
	color: #3a7007; 
	text-decoration: underline;
	} 
a:visited {
	color: black;
	}
.skip {
	position:absolute; 
	margin-left:-999px; 
	width:990px;
	}
.dottedframe {
	border: 1px dotted #aaa;
	}

.referenceWithoutLink {
	color: #3a7007;
	}
.absatz {
	margin-bottom: 2em;
	}
.page-container {
	width:800px; 
	margin:0px auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	font-size:1.0em;
	}
.fleft {
	float: left;
	}
.formular {
	margin: 1em 1em 1em 1em; 
	line-height: 2em;
	}
.formular table {
	line-height: 1.7em; 
	margin: 10px 0px 10px 45px;
	}

/* MAIN SUBCONTENT */
.subcontent-unit-border {
	width:183px; 
	margin:30px 0 2.0em 0; 
	padding:0 0 5px 0; 
	border:solid 1px #9d0d15; 
	background:#FFC;
	}
.round-border-topleft {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(../img/bg_corner_topleft.gif) no-repeat; 
	margin-top:-1px; 
	margin-left:-1px;
	}
.round-border-topright {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(../img/bg_corner_topright.gif) no-repeat; 
	margin-top:-1px; 
	margin-left:174px;
	}

/* FOOTER */
.footer p {
	line-height:1em; 
	text-align:center; 
	color:white; 
	font-weight:normal; 
	font-size:90%;
	}
.footer a {
	text-decoration:underline; 
	color:white;
	}
.footer a:hover {
	text-decoration:none; 
	color: black;
	}
.footer a:visited {
	color:black;
	}

/* CLEAR FLOATS */
.page-container:after, .main:after, .main-content:after, .main-content div:after, .main-subcontent:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.column1-unit:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.subcontent-unit-border:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.footer:after, p:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

