html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

a img { border:0; }

ul {margin-left: 0.5em;padding-left: 1em;}

body {
background: #fff url('../we_pict/layout/bg.jpg') repeat-x top;
font: normal 0.76em/1.8em "Lucida sans", "Lucida grande", arial,sans-serif;
color: #666;
height: 100%;
margin: 0;
padding: 0;
}

h1 {}
h2 {color: #728e0f; font-size: 1.8em; font-weight: lighter; line-height: 1.5em; text-align:left;}
/* h2 {color: #ccda7e; font-size: 1.8em; font-weight: lighter;} */
h3 {color: #48651c; margin-bottom: -0.5em; text-align:left;}
h4 {}

a { color: #48651c; text-decoration:none;border-bottom: 1px solid #ccda7e; }
a:hover { color: #48651c; text-decoration:none;border-bottom: 1px solid #48651c;}

abbr, acronym { border-bottom: 1px dotted #48651c; }

hr { color: #eee; background-color: #eee; height: 1px; width:100%; border: 0; margin: 1em 0; }

/* regions  */

#wrap{
margin:0 auto;
position:relative;
}

#main {
overflow:auto;
padding-bottom: 60px; /* footer height */
}

#header { 
position:relative;
height: 175px;
}

#header img#logo {
position:absolute;
left: 0;
top: 50px;
}

#content {
padding-top: 2em;
}

#footer { 
font-size: 0.9em; 
color: #eee; 
background: #fff url('../we_pict/layout/bg-footer.jpg') repeat-x top;
border-top: 2px solid #ccda7e;
height: 45px;
margin-top: -47px;
clear:both;
text-align:center;
}

#footer p { position:relative; top: 1px; }

#footer a { color: #eee; text-decoration:none; border-bottom: 1px solid #ccda7e; }
#footer a:hover { color: #eee;border-bottom: 1px solid #48651c; }

#homebild1 img, #homebild2 img, #homebild3 img {  }

#col1, #col2, #col3 { text-align:justify; }

#col3 {
font-size: 0.9em;
color: #666;
}

/* login-form */

.brightGreen {

margin: 0.5em 0:
}

form.loginForm {
margin: 0.5em 0;
}

form.loginForm fieldset {
padding: 10px;
margin: 10px 0;
border: 1px solid #ccda74;
}

form.loginForm legend {
background-color: #fff;
color: #ccda74;
}

.loginForm label {
display:block;
float:left;
width: 30%;
margin: 0 10px;
}

.loginForm .textfield {
margin: 3px 0;
width: 60%;
}

ul.zeroList{
margin: 0;
padding:0;
list-style:none;
text-align:left;
}

ul.zerolist li {
margin:0;
padding:0;
}

.newsDate {
font-size: 0.9em;
margin:0;
padding:0;
font-style:italic;
}
li .newsDate {
font-size: 0.9em;
margin:0;
padding:0;
font-style:italic;
}

/* navigation */

ul#meta { 
position:absolute;
top:10px;
right: 0px;
margin:0;
padding: 0;
text-align:right;
list-style:none;
}

ul#meta li {
display:inline;
}

ul#meta a {
	padding: 0 1em;
	text-decoration:none;
	color: #666;
	letter-spacing: 1px;
	border-bottom:none;
}

ul#meta a:hover { color: #ccda7e; }


ul#meta form {
margin:0;
padding:0;
display:inline;
}

ul#meta select {
margin: 0 1em;
}

#navigation {
padding-top: 1em;
background: url("../we_pict/layout/navbg.jpg") repeat-x left top;
border-bottom: 1px solid #eee;
position:relative;
height: 4em;
}

#menu {
position:absolute;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			1.5em;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		1em 1.5em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#00481f;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: bold;
	border-bottom:none;
}

ul#menu ul li a {
	text-transform:none;
	letter-spacing:0px;
	font-weight: normal;
	line-height: 120%;
}


.sf-menu li {
	background:		none;
	font-size: 1.1em;
}
.sf-menu li li {
	background:		#fff;
	font-size: 0.9em;
}
.sf-menu li li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #728e0f;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../we_pict/layout/arrows-green.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.1em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../we_pict/layout/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* --formular-- */

.formular {
 font-size:1em;
}

label.left {
float:left;
width: 30%;
clear:both;
margin-right: 2em;
text-align:right;
}

.formular fieldset { margin: 10px 0; padding: 10px; border: 1px solid #d0d0d0; }
.formular legend { font-style:italic; color: #d0d0d0; vertical-align:middle; background-color: #fff; padding: 1px 5px 1px 0; }

.formular fieldset input { float:left; width: 50%; margin: 2px 0; border: 1px solid #728e0f; border-width: 0 0 1px 0; background: #f0f0f0; padding: 3px; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size:1em;}
.formular fieldset textarea { float:left; width: 50%; height: 100px; border: 1px solid #728e0f; border-width: 0 0 1px 0; background-color: #f0f0f0; padding: 3px; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size:1em;}
.formular fieldset select { float:left; width: 50%; border: 1px solid #728e0f; border-width: 0 0 1px 0; background-color: #f0f0f0; padding: 3px; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size:1em;}

.success { background-color: #ccda74; border: 1px solid #00481f;text-align:center;padding: 2em;}
.error {background-color: #ffcc00; border: 1px solid #00481f;text-align:center;padding: 2em;}

/* webedition */
p.admin { font: normal 11px/14px 'times new roman',serif; color: #ff3300; }

.bildlinks {
float:left;
margin: 0 20px 3px 0;
padding: 3px;
border: 1px solid #728e0f;
}

.bildlinksmitlegende {}

.imgleftwrap {
float:left;
margin: 3px 15px 1px 0;
}

.caption {
font-size: 0.8em;
padding: 4px 5px 2px 15px;
margin-bottom: 2px;
font-style:italic;
color: #999;
background: url(/bilder/layout/up.png) 0 50%  no-repeat;
border-bottom: 1px dotted #999;
}
