/* --- template streuobstregion --- */


/* =====================
   grundeinstellungen */

html{
	min-height: 101%;
}

body {
	color: #ffffff;
	/* font einstellung gilt für das gesamte dokument */
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../images/hg_winter.jpg); 
	background-position: bottom center;
        background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 30px;
}

* { padding: 0; margin: 0; } 

h1 { font-size: 9px; }
h2 { font-size: 13px; }
h3 { font-size: 16px; }
h4 { font-size: 18px; }

/* ================
   Hyperlinks    */  

a { text-decoration: none;  outline: none; }

a:link { color: #153e25; } /* nicht besuchte Links */ 
a:visited { color: #57795f; } /* besuchte Links */ 
a:hover, a:active { color: #fdf6ba; } 


/* ==================================
       Styles für Layoutbereiche 
   =============================== */   

#container {
	background-color: #ffffff;
	width: 950px;
	margin: 0 auto; /* fürs zentrieren */
}

#header {
	position: relative;
	height: 380px;
	width: 100%;
	margin: 0;
}

#headerlinks {
	position: relative;
	height: 350px;
	width: 220px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

#logo {
	position: relative;
	height: 220px;
}
	
#navlogo {
	position: relative;
	height: 130px;
}


#bild {
	position: relative;
	width: 670px;
	height: 350px;
	margin: 0px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: right;
} 
	
#navi {
	position: relative;
	width: 938px;
	height: 22px;
	margin: 0px;
	background-color: #fdf6ba;
	border-top: solid 2px #153e25;	
	border-bottom: solid 2px #153e25;
	padding-top: 8px;
	padding-left: 6px;
	padding-right: 6px;
	float: left;
}

	#navi a {
		border-bottom: 0px;
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 4px;
		padding-bottom: 4px;
		color: #153e25;
		font-weight: bold;
		font-size: 12px;
		letter-spacing: 0px;
		}
	#navi li a:hover {
		background-color: #57795f;

		}	
	#navi li a:visited {
		color:  #153e25;
		}
	#navi li#current a {
		color:  #ffffff;
		background-color: #57795f;
		}
	#navi li {
		display: inline;
		list-style-type: none; /* keine aufzählungszeichen */
		}




#textbereich {
	background-color: #ffffff;
	width: 100%;
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menulinks {
	margin-left: 10px;
	width: 160px;
	padding-left: 10px;
	position: relative;
	float: left;
}
	#menulinks li {
		padding:3px;
		list-style: none;
		color: #153e25;
		background-color: #fdf6ba;
		}	
	#menulinks li a {
		color: #153e25;
		display: block;
		border-bottom: solid 1px;
		padding: 6px 6px 6px 10px;
		}
	#menulinks li li a {
		padding-left: 20px;
		color: #153e25;
		}
	#menulinks li a:hover {
		font-weight: bold;
		}	
	#menulinks li a:visited {
		color:  #153e25;
		}
	#menulinks li#current a {
		color:  #153e25;
		font-weight: bold;
		background-image: url(../images/pfeil.png);
		background-repeat: no-repeat;
		}
	#menulinks h3 {
		background-color: #57795f;
		color:  #ffffff;
		font-size: 12px;
		display: block;
		margin:0;
		padding:6px 0 6px 10px;
		border-bottom:1px solid #153e25;
		}
		
		/* <img alt="" src="/streuobstregion/images/M_images/arrow.png"/>
				
		
		*/

#beitrag {
	color: #000000;
	width:720px;
	padding-right: 20px;
	padding-left: 20px;
        margin-left: 10px;
	float: right;
}


#fusszeile {
	height: 30px;
	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 /*
