#rahmen {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	}


#headerline {
	height: 25px;
	background-color: black;
	}

#headcontent {
	text-align: center;
	height: 68px;
	background-color: #cca967;
	border-left: 250px solid;
	border-top: 2px solid #f7f6e1;
	}

#horizmenu {
	min-height:25px;
	_width:100%;
	background-color: #9A9A9A;
	border-top: 2px solid #f7f6e1;
	border-left: 252px solid #f7f6e1;
	border-right: 2px solid #f7f6e1;
	}


#headimage {
	border-top: 2px solid #f7f6e1;
	position:absolute;
	width:250;
	top:65px;
	left:20px;
	text-align:center;

	}
.left {
	border-top: 2px solid #f7f6e1;
	_margin-top:-2px;/*für den IE */
	width:250px;
	background-color: #cca967;
        padding-top:20px;
        text-align:center;
        }

#content {
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	min-height:850px;
	height:auto !important;  /* für moderne Browser */
	height:850px;  /*für den IE */
	text-align: left;
	background-color: #f7f6e1;
	border-left: 250px solid #cca967;
	}

.footerline {
	border-top: 2px solid #f7f6e1;
	height:25px;
	background-color: #9A9A9A;
	}


/* Überschriften */
h1 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:8px;
}

h2 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:8px;
}

h3 {
	font-weight:bold;
	font-size:12px;
	margin-bottom:8px;
}


h1#schwarz, h2#schwarz, h3#schwarz {
	color:#000000;
}
h1#schwarz a,
h2#schwarz a:hover, 
h3#schwarz a:hover {
	color:#000000;
	text-decoration: underline;
}

h1#braun, h2#braun, h3#braun{
	color:#9B5227;
}

/* Absatz P */
p {
	margin-bottom: 10px;
}
/* Rahmen */
/* Seiteninhalt: Rahmen */
div#rahmen_braun, div#rahmen_grau {
	border:1px solid;
	padding:5px;
}

div#rahmen_braun {
	border-color:#CCA967;
}

div#rahmen_grau {
	border-color:#9A9A9A;
}