* {margin: 0; padding: 0; border: 0}

body{
	background: #452A00;
	font-family: "Trebuchet MS", Trebuchet, "Verdana CE", Verdana, "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-size: 78%;
	color: #000;
	text-align: center;
}

h1, h1 span{
	display: block;
	position: relative;
	top: 77px;
	left: 106px;
	width: 545px;
	height: 169px;
	text-align: right;
	line-height: 3.3em;
	font-size: 3em;
	color: #FF7B04;
	overflow: hidden;
}
h1 span{
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/helianthus.gif');
}
h1 a{
	color: #C2D403;
	text-decoration: none;
	border: 0;
}
h1 a:hover{
	text-decoration: underline;
}

h2{
	margin: 1em 20px 0.66em 20px;
	font-size: 2em;
	font-weight: bold;
	border-bottom: 2px solid #629900;
}

h3{
	margin: 1em 30px 0.33em 30px;
	font-size: 1.6em;
	font-weight: bold;
}

h4{
	margin: 1em 30px 0.33em 30px;
	font-size: 1.3em;
	font-weight: bold;
}

p{
	margin: 0.33em 35px;
	text-indent: 2em;
	line-height: 1.6em;
	text-align: justify;
	color: #452A00;
}

dl{
	margin: 0.33em 35px;
	line-height: 1.6em;
	color: #452A00;
}

a{
	text-decoration: none;
	color: #452A00;
	border-bottom: 1px solid #FF7B04;
}
a:hover{
	text-decoration: underline;
}

#main{
	margin: -57px auto 0 auto;
	width: 760px;
	text-align: left;
	color: #452A00;
}

#content{
	clear: right;
	float: right;
	padding: 97px 0 20px 0;
	width: 550px;
	font-size: 1.15em;
	background: #FFC200;
}
#content[id]{
	padding-top: 77px
}

#menu{
	clear: left;
	float: left;
	padding: 137px 0 20px 0;
	width: 210px;
	color: #FFF;
}
#menu ul{
	list-style: none;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #FFF;
}
#menu ul li{
	margin: 0.5em 0;
	padding: 5px 0;
	border-bottom: 1px solid #452A00;
}
#menu a{
	padding: 5px 10px;
	text-decoration: none;
	color: #FFF;
	border: 0;
}
#menu[id] a{margin-right: 5px}
#menu a:hover{
	background: #629900;
}

#foot{
	clear: both;
}

.noindent{text-indent: 0 !important}
.center{text-indent: 0 !important; margin-left: auto !important; margin-right: auto !important; text-align: center !important}
.noscreen{display: none}
.clear{clear:both}



dd {
	margin-bottom: 1em;
}

#content ul {
	margin: 0.33em 35px;
	line-height: 1.6em;
	color: #452A00;
}

hr {
	border: solid #629900 1px;
}

#foot p {
	color: #FFC200;
	text-align: center;
}

#foot a {
	color: #FFC200;
	border: 0;
}

.admin-panel {
	float: right;
	font-weight: bold;
}



/* FORMULARE */
fieldset {
	margin: 0.33em 35px 0.33em 20px;
	padding: 0 15px;
	line-height: 1.6em;
	border: solid #629900 1px;
	clear: both;
}

legend {
	font-weight: bold;
	padding: 0 0.5em;
}

label {
  display: block;
  float: left;
  clear: left;
  width: 150px;
  text-align: right;
  margin-right: 10px;
}

label.line {                                                         
  display: auto;
  float: none;
  clear: left;
  width: auto;
  text-align: left;
}

fieldset br {
	clear: both;
}

fieldset .buttons {
	text-align: center;
	margin: 0.75em 0 0.25em;
}

input, select, textarea {
	border: solid #629900 1px;
	width: 290px;
	_width: 280px;
	padding: 0 2px;
}

textarea {
	height: 8em;
}

textarea.line {
	width: 100%;
}

input.short, select.short {
	width: 170px;
}

textarea.short {
	height: 2em;
}

input.checkbox, input.radio {
	height: 15px;
	width:  15px;
}

input.button, fieldset .buttons input {
	width: 80px;
}

.cleaner {
	clear: both;
}

.centered {
	text-align: center;
}

.note {
	font-style: italic;
}

