/* --- template streuobstregion --- */


/* =====================
   grundeinstellungen */

html{
	min-height: 101%;
}

body {
	color: #000000;
	/* font einstellung gilt für das gesamte dokument */
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #34492d;
	background-image: url(../images/background.gif); background-repeat: repeat-x;
	padding-top: 20px;
}

* { padding: 0; margin: 0; } 

h1 { font-size: 9px; }
h2 { font-size: 11px; }
h3 { font-size: 13px; }
h4 { font-size: 18px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

/* ================
   Hyperlinks    */  

a { text-decoration: none;  outline: none; }

a:link { color: #b88606; } /* nicht besuchte Links */ 
a:visited { color: #b88606; } /* besuchte Links */ 
a:hover, a:active { color: #000000; } 


/* ==================================
       Styles für Layoutbereiche 
   =============================== */   

#container {
	background-color: #f6ebcd;
	width: 950px;
	margin: 0 auto; /* fürs zentrieren */
}

#header {
	position:relative;
	height: 125px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 100%;
	margin: 0;
}

#headernavi {
	position: relative;
	height: 20px;
	width: 100%;
	margin: 0px;
	background-color: #edc45a;
	float: left;
	padding-top: 10px;
	font-size: 13px;
}
	#headernavi a {
		border-bottom: 0px;
		padding-left: 20px;
		padding-right: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #34492d;
		font-weight: bold;
		letter-spacing: 2px;
		}
	#headernavi li a:hover {
		text-decoration: underline;
		}	
	#headernavi li a:visited {
		color:  #34492d;
		}
	#headernavi li#current a {
		color:  #ffffff;
		}
	#headernavi li {
		display: inline;
		list-style-type: none; /* keine aufzählungszeichen */
		}


 #bild {
	width: 950px;
	height: 360px;
	margin: 0px;
	float: left;
	position: relative;
	float: left;
} 

#infobereich {
	position: relative;
	height: 20px;
	padding-top: 10px;
	padding-left: 20px;
	width: 930px;
	margin: 0px;
	background-color: #edc45a;
	float: left;
	font-size: 11px;
	color: #34492d;
}

#textbereich {
	background-color: #f6ebcd;
	width: 100%;
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menulinks {
	margin-left: 10px;
	width: 180px;
	padding-left: 10px;
	position: relative;
	float: left;
}
	#menulinks li {
		padding:3px;
		list-style: none;
		background-color: #f6e6b9;
		}	
	#menulinks li a {
		color: #34492d;
		display: block;
		border-bottom: solid 1px;
		padding: 6px 6px 6px 10px;
		}
	#menulinks li li a {
		padding-left: 20px;
		color: #34492d;
		}
	#menulinks li a:hover {
		background-color: #edc45a;
		}	
	#menulinks li a:visited {
		color:  #34492d;
		}
	#menulinks li#current a {
		color:  #34492d;
		font-weight: bold;
		}
	#menulinks h3 {
		background-color: #edc45a;
		color:  #34492d;
		font-size: 13px;
		display: block;
		margin:0;
		padding:4px 0 4px 10px;
		border-bottom:1px solid #666666;
		}
		
		/* <img alt="" src="/streuobstregion/images/M_images/arrow.png"/>
				
		
		*/

#beitrag {
	padding-left: 30px;
	color: #000000;
	width: 500px;
	float: left;
}


#beitrag500 {
	padding-left: 30px;
	color: #000000;
	width: 500px;
	float: left;
}

#beitrag700 {
	padding-left: 30px;
	color: #000000;
	width: 700px;
	float: left;
}

#menurechts {
	padding-right: 10px;
	float: right;
}

	#menurechts li {
		padding:3px;
		list-style: none;
		background-color: #f6e6b9;
		}	
	#menurechts li a {
		color: #34492d;
		display: block;
		border-bottom: solid 1px;
		padding: 6px 6px 6px 10px;
		}
	#menurechts li li a {
		padding-left: 20px;
		color: #34492d;
		}
	#menurechts li a:hover {
		background-color: #edc45a;
		}	
	#menurechts li a:visited {
		color:  #34492d;
		}
	#menurechts li#current a {
		color:  #34492d;
		font-weight: bold;
		}
	#menurechts h3 {
		background-color: #edc45a;
		color:  #34492d;
		font-size: 13px;
		display: block;
		margin:0;
		padding:4px 0 4px 10px;
		border-bottom:1px solid #666666;
		}

#fusszeile {
	height: 30px;
        color: #ffffff;
	width: 100%;
	margin: 0px;
	float: left;
}

img { border-width: 0; } /* Rahmen bei Icons entfernen */

/* -------------------------------------------------------------------------*/

div.moduletable_menu {
	 	margin: 0 0 15px 0;
	} /* Einstellung im Backend suffix_menu Abstand zwischen den Beiträgen /*
