/* SEITENLAYOUT*/
body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:100%;
	font-weight:normal;
	color:#FFF;
	background-color:#272A0F;
	background-image:URL('../images/bg_body.gif');
	background-repeat:repeat;
	background-position:top left;
}

div#wrapper{
	position: relative;
	top:0;
	width:840px;
	margin:0 auto;
	padding:0px;
	background-color:#FFF;
	border:10px solid #FFF;
}
		
div#pageTop{
	height:80px;
	margin-bottom:10px;
	background-image:URL('../images/bg_pageTop.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}
	
div#pageLogo{
	padding:0px;
	margin:0px;
	width:220px;
	height:104px;
}

div#pageKeyvisual{
	height:155px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

div#contentWrapper{
	margin:0;
	padding:0;
	background-image:URL('../images/bg_content.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}

div#content{
	margin:0;
	padding:0;
	text-align:justify;
	color:#000;
	padding-left:260px;
	padding-right:15px;
	height:1%;
	font-size:72%;
	line-height:1.4;
	min-height:300px;
}
	
div#pageTeaser{
	position:absolute;
	top:0px;
	left:25px;
	padding:0px;
	margin:0px;
	width:220px;
	background-color:#FFF;
}
 
 div#pagePartner,
 div#pageAktionen{
	color:#000;
	font-size:65%;
	line-height:1.4;
	text-align:justify;
	padding-right:15px;
}

*+ html div#pagePartner,
*+ html div#pageAktionen{
	margin-top:-35px;
	padding-top:0;
}
	 
div#contentFooter{
	border-top:1px solid #E9E6D3;
	color:#000;
	height:14px;
	font-size:90%;
	font-weight:bold;
	text-align:right;
	margin-top:10px;
	padding-top:6px;
}
	
div#pageFooter{
	color:#000;
	font-size:60%;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	padding-top:10px;
}
	
div#pageFooter p{
	margin:0;
	padding:0;
	padding-top:4px;
 }
	
	div#pageFooter a,
	div#pageFooter a:hover,
	div#pageFooter a:visited{
	color:#5B5D37;
	text-decoration:none;
}

	div#pageFooter a:hover{
	text-decoration:underline;
}
	
/* SEITE DRUCKEN*/
div#printPage{
	padding:0;
	margin:0;
	float:right;
	width:100px;
}

div#printPage a,
div#printPage a:hover,
div#printPage a:visited{
	background-image:URL('../images/icon_print.gif');
	background-repeat:no-repeat;
	background-position:top left;
	text-transform:uppercase;
	padding-bottom:2px;
	padding-left:15px;
	color:#5B5D37;
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
}

div#printPage a:hover{
	text-decoration:none;
}

/* SEITE WEITEREMPFEHLEN*/
div#recommend{
	padding:0;
	margin:0;
}

div#recommend a,
div#recommend a:hover,
div#recommend a:visited{
	background-image:URL('../images/icon_tellafriend.gif');
	background-repeat:no-repeat;
	background-position:top left;
	text-transform:uppercase;
	padding-bottom:2px;
	padding-left:18px;
	color:#5B5D37;
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
}

div#recommend a:hover{
	text-decoration:none;
}

/* BOOKMARKS*/
div#bookmarks{
	padding:0;
	margin:0;
		float:left;
	width:100px;
}

/* ANKER*/
a,
a:visited,
a:hover{
	color:#5B5D37;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* ÜBERSCHRIFTEN*/
 h1{
	margin:0;
	padding:0;
	margin-top:10px;
	font-size:115%;
	color:#5B5D37;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:6px;
	margin-bottom:20px;
 }
 
*+ html h1{
	margin-top:0px;
 }
 
* html h1{
	margin-top:0px;
 }
 
h2{
	margin:0;
	padding:0;
	margin-top:16px;
	font-size:100%;
	color:#6FB244;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:0;
 }
 
h3{
	margin:0;
	padding:0;
	margin-top:16px;
	font-size:100%;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
 }
 
 h4, h5, h6{
	font-size:72%;
	line-height:1.4;
	font-weight:bold;
 }
 
/* Tabellen*/
table,
table tr td{
	padding:2px;
	border:0;
	vertical-align:top;
}

table.border{
	border:1px solid #272A0F;
	color:#000;
	border-collapse:collapse;
	width:100%;
}

table.border tr th{
	padding:2px;
	font-weight:bold;
	color:#FFF;
	background-color:#5B5D37;
	border:1px solid #272A0F;
}

table.border tr td{
	border:1px solid #272A0F;
}

table.border tr td.gerade{
	background-color:#DADAA6;
}

/*Listen*/
ul{
	margin-top:0;
	padding-top:0;
	list-style-type:square;
	list-style-position:outside;
 }
 
li{
	list-style-type:square;
}

ol{
  list-style-position:outside;
}

/* HELFER*/
hr{
  background-color:#6FB244;
  color:#6FB244;
  border: 1px solid #6FB244;
  height: 1px;
}

 a img{
	border:0;
}

 p{
	margin:0;
	padding:0;
	padding-bottom:12px;
 }
 
 span.small{
 	font-size:80%;
 }
 
 a.backwards {
 	unicode-bidi:bidi-override;
	direction:rtl;
 }

