/* ANFANG - Seitenkonstrukt */
* { font-family: Arial,Sans-Serif; }
body {
	margin:0;
	padding:0;
	text-align: center;
	width: 100%;
	background-color: #eeefec;
	font-size: 0.8em;
	min-width: 20em;
}
img { border: 0; }
.clear { clear: both; }
#site {
	width: 900px;
	background: url(http://www.gutdubrau.de/assets/images/Hintergrund-Seite.gif);
	margin: auto;
	margin-top: 0px;
	text-align: left;
}
hr{
	border: 0px;
	border-top: solid 1px #4C7C1B;
	border-bottom: transparent;
}
/* ENDE - Seitenkonstrukt */


/* ANFANG - Hauptnavigation */
#navigation { background:url(http://www.gutdubrau.de/assets/images/Hintergrund-Kopfzeile.gif);padding:15px 10px 5px 10px }
#navigation ul {
	margin: 0 40px 0 30px;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	display: block;
	float: left;
	padding: 0 33px;
	border-right: 1px solid #000;
	line-height: 20px
}
#navigation ul li a {
	color: #7b776d;
	font-weight: bold;
	text-decoration: none;
}
#navigation ul li a:hover { text-decoration: underline; }
#navigation ul li.active a { color: #256211; }
#navigation ul li.first { padding-left: 23px; }
#navigation ul li.last { border: 0; }
/* ENDE - Hauptnavigation */


/* ANFANG - Unternavigation */
#subnav {
	background: url(http://www.gutdubrau.de/assets/images/Hintergrund-Unternavigation.gif);
	padding: 4px;
	min-height: 22px;
}
#subnav ul {
	margin: 0 30px;
	padding: 0;
	list-style: none;
}
#subnav ul li {
	display: block;
	float: left;
	padding: 0 18px;
	border-right: 1px solid #FFF;
	line-height: 22px;
}
#subnav ul li a {
	color: #71b15a;
	font-weight: bold;
	text-decoration: none;
}
#subnav ul li a:hover { text-decoration: underline; }
#subnav ul li.active a { color: #f6ebc5; }
#subnav ul li.first { padding-left: 28px; }
#subnav ul li.last {
	border:0;
	padding-right:0;
}
#subnav ul li.admin {
	border: 0;
	float: right;
	padding:0;
}
/* ENDE - Unternavigation */


/* ANFANG - Inhalt */
#content {
	clear: both;
	margin: 35px 60px 0 60px;
	color: #4c7c1b;
}
* html #content { height: 1%; }
#content p, #content ul li { line-height: 1.6em; }
#content h1 { font-size: 1.2em; }
#content h2 { font-size: 1.1em; }
#content h3 { font-size: 1.0em; }
#content h4 {
	font-size: 1.0em;
	font-weight: normal;
}
#content a { color:#4c7c1b; }
/* ENDE - Inhalt */


/* ANFANG - Fusszeile */
#footer {
	background: url(http://www.gutdubrau.de/assets/images/Hintergrund-Fusszeile.gif);
	height: 44px;
	clear: both;
	padding-top: 16px;
	font-size: 0.8em;
}
/* #footer * { font-size: 10px; } */
#footer a {
	color: #4c7c1b;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
#footer div.rechts ul {
	float: right;
	margin-right: 60px;
}
#footer div.links ul {
	float: left;
	margin-left: 60px;
}
#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li { display: inline; }
#footer div.rechts ul li { padding-left: 1em; }
#footer div.links ul li { padding-right: 1em; }
/* ENDE - Fusszeile */
