/* CSS Document 
	padding:0px;
	margin:0px;
*/
html { 
  padding:0px;
  margin:0px;
}

body {
  font-size: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#41250E;  
  padding:0px;
  margin:0px;
  background-color:#F6F4EB;
  background-image:url(images/bg.gif);
  background-repeat:repeat-x;
}
#logo {
	margin-bottom:83px;
}

#rechts {
	position: absolute;
	top:0px;
	right: 0px;        
	width: 259px;
	color: #564b47;
	margin: 0px; 
	padding: 0px;
}
#content {
  margin: 125px 259px 0px 246px;
  padding: 0px 25px 0px 50px;  
}
.head{
	background-image:url(images/head_bg.gif);
	background-repeat:repeat-x;
}
.head_a{
	background-color:#F6F4EB;
}
/* MENU */
#menu {
	top:0px;
	position: absolute;
	left: 0px;
	width: 246px;
	color: #564b47;
	margin: 0px; 
	padding: 0px;
	font-family:Verdana, Helvetica, sans-serif;
}
.mmpt, .mmptA{
	text-align:right;
	padding:3px;
	padding-right:22px;
}
.mmptA{
	background-repeat:no-repeat;
	margin-left:50px;
	
}
.mmpt a{
	color:#946E4A;
	text-decoration:none;
	font-weight:bold;
}
.mmptA a{
	color:#41250E;
	text-decoration:none;
	font-weight:bold;
}
/* SUBMMENU */
.smpt, .smptA {
	text-align:right;
	padding:3px;
	padding-right:33px;
}
.smptA{
	margin-left:50px;
	background-repeat:no-repeat;
}
.smpt a{
	color:#946E4A;
	text-decoration:none;
}
.smptA a{
	color:#41250E;
	text-decoration:none;
	font-weight:bold;
}
/* DETMMENU */
.dmpt, .dmptA {
	text-align:right;
	padding:3px;
	padding-right:33px;
	color:#F6F4EB;
}
.dmptA{
	margin-left:50px;
	background-repeat:no-repeat;
	color:#41250E;
}
.dmpt a{
	color:#946E4A;
	text-decoration:none;
}
.dmptA a{
	color:#41250E;
	text-decoration:none;
	font-weight:bold;
}
/* TYPO */
h1{
	font-size:16px;
	color:#C5BFAC;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-align:center;
}
h2{
	font-size:14px;
	color:#B0AA9A;
	padding:0px;
	margin:11px 0px 0px 0px;

	font-weight:normal;
	text-align:center;
}
h3{
	font-size:11px;
	color:#41250E;
	margin:11px 0px 0px 0px;

	padding:0px;
	font-weight:bold;
}
p{
	font-size:11px;
	color:#41250E;
	margin:0px 0px 11px 0px;
}
p.foot{
	text-align:right;
	margin:0px;
}
p.zitat{
	text-align:left;
	font-style:italic;
}
input.nlf_submit{
	font-size:11px;
	color:#41250E;
	margin:4px 0px 0px 0px;
	width:165px;
	border-left:1px solid #B0AA9A;
	border-top:1px solid #B0AA9A;
	border-right:1px solid #41250E;
	border-bottom:1px solid #41250E;
}
input.nlf_input{
	font-size:11px;
	color:#41250E;
	margin:4px 0px 0px 0px;
	width:165px;
	border-left:1px solid #41250E;
	border-top:1px solid #41250E;
	border-right:1px solid #B0AA9A;
	border-bottom:1px solid #B0AA9A;
}
/* BE */
.randu{
	border-bottom:1px solid #666;
}
