/* --- template webergut --- */


/* =====================
   grundeinstellungen */

html{
	min-height: 101%;
}

body {
	color: #ffffff;
	/* font einstellung gilt für das gesamte dokument */
  	font-family: georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: white url(../images/holz_bg.jpg) repeat scroll 0 0;
}

* { padding: 0; margin: 0; } 

h1 { font-size: 9px; }
h2 { font-size: 11px; }
h3 { font-size: 13px; }
h4 { font-size: 18px; }

/* ================
   Hyperlinks    */  

a { text-decoration: none;  outline: none; }

a:link { color: #ffffff; } /* nicht besuchte Links */ 
a:visited { color: #ffffff; } /* besuchte Links */ 
a:hover, a:active { color: #d2a736; } 


/* ==================================
       Styles für Layoutbereiche 
   =============================== */   

#container {
	width: 950px;
	margin: 0 auto; /* fürs zentrieren */
}

#header {
	position: relative;  /* wichtig für positionierung */
	height: 410px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}


#bild {
	position: relative;
	width: 650px;
	height: 370px;
	padding: 0px;
	margin: 0px;
	float: left;
	background: url(../images/bild_hg.png) no-repeat;
}

#headerrechts {
	position: relative;
	width: 300px;
	height: 370px;
	float: right;
}

#navi {
	position: relative;
	width: 950px;
	height: 40px;
	margin: 0px;
	padding-top: 16px;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	background: url(../images/menueleiste.png) no-repeat;
}

	#navi a {
		border-bottom: 0px;
		padding-left: 55px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 0px;
		color: #ffffff;
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 1px;
		}
	#navi li a:hover {
		color: #d2a736;
		}	
	#navi li#current a {
		color:  #d2a736;
		}
	#navi li {
		display: inline;
		list-style-type: none; /* keine aufzählungszeichen */
		}

#textbereich {
	/* background: #faedcc url(../images/hg_textb_rl.png) repeat-y; */
	width: 100%;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menulinks {
	margin-left: 10px;
	margin-right: 30px;
	width: 220px;
	position: relative;
	float: left;
}
	#menulinks li {
		padding:3px;
		list-style: none;
		/* background-color: #edd9bd; */
		/* background: transparent url(../images/hg_menu.png) repeat-x; */
		}	
	#menulinks li a {
		padding: 3px 3px 3px 20px;
		color: #ffffff;
		display: block;
		border-bottom: solid 0px;
		font-weight: bold;
		}
	#menulinks li li a {
		padding-left: 30px;
		color: #ffffff;
		}
	#menulinks li a:hover {
		color: #d2a736;
		font-weight: bold;
		}	
	#menulinks li a:visited {
		color:  ;
		}
	#menulinks li#current a {
		color:  #d2a736;
		font-weight: bold;
		background-repeat: no-repeat;
		}
	#menulinks h3 {
		/* background-color: #7e273a; */
		color: #d2a736;
		font-size: 14px;
		letter-spacing: 1px;
		display: block;
		margin:0;
		padding:6px 0 6px 12px;
		}

#beitrag {
	padding-left: 0px;
	color: #ffffff;
	width: 480px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10pt;
	line-height:180%;
}


#beitrag500 {
	padding-left: 0px;
	color: #ffffff;
	width: 480px;
	float: left;
	letter-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10pt;
	line-height:180%;
}

#beitrag700 {
	padding-left: 0px;
	color: #ffffff;
	width: 660px;
	float: left;
	letter-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10pt;
	line-height:180%;
}

#menurechts {
	width: 160px;	
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	position: relative;
}

	#menurechts li {
		padding:3px;
		list-style: none;
		background-color: #edd9bd;
		/* background: transparent url(../images/hg_menu.png) repeat-x; */
		}	
	#menurechts li a {
		padding: 3px 3px 3px 20px;
		color: #7e273a;
		display: block;
		border-bottom: solid 1px;
		}
	#menurechts li li a {
		padding-left: 30px;
		color: #7e273a;
		}
	#menurechts li a:hover {
		color: #d2a736;
		font-weight: bold;
		}	
	#menurechts li a:visited {
		color:  ;
		}
	#menurechts li#current a {
		color:  #7e273a;
		font-weight: bold;
		background-repeat: no-repeat;
		}
	#menurechts h3 {
		background-color: #7e273a;
		color: #d2a736;
		font-size: 13px;
		display: block;
		margin:0;
		padding:6px 0 6px 12px;
		}

#bildunten {
	padding-top: 5px;
	height: 160px;
	width: 950px;
	margin: 0px;
	float: left;
}

#fusszeile {
	font-size: 10px;
	height: 10px;
	width: 950px;
	margin: 0px;
	float: left;
	padding-top: 5px;
}

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 /*
