html
{ height: 100%;}

*
{ margin: 0;
  }

body
{ font: normal .80em arial, sans-serif;
  background: #F6F4F0 url(pattern.png);
  color: #47433F;}

p
{ padding: 0 0 10px 0;
  line-height: 1.7em;}

.image{
 	-moz-border-radius: 5px; /* Firefox */
 	-webkit-border-radius: 5px; /* Chrome, Safari */
 	-khtml-border-radius: 5px; /* Konqueror */
	-o-border-radius: 5px;
 	border-radius: 5px; /* CSS3 */
 	behavior: url(border-radius.htc); /* Internet Explorer */
	border: 1px solid #FF9417;
	margin-bottom: 15px;
	margin-right: 15px;
    outline: none !important;
    box-shadow: 0 0 10px #FF9417;
}

.Icon {
	height: 15px;
	width: 15px;
	border: 0;
	margin: -4px 5px;
}

h1, h2, h3, h4, h5, h6 
{ color: #362C20;
  padding: 0 0 5px 0;}

h1, h4
{ font: normal 175% "lucida sans unicode", arial;
  margin: 0 0 15px 0;
  padding: 15px 20px 5px 0;}

h2, h5
{ color: #B60000;
  padding: 10px 0 15px 0;
  font: normal 120% arial;}

h3, h6
{ color: #888;
  font: italic 95% arial;
  padding: 0 0 15px 0;}

h4, h6
{ color: #B60000;}

h5
{ color: #362C20;}

.admin {
	color: #B60000;
}

a, a:hover
{ outline: none;
  text-decoration: underline;
  color: #A4AA04;}

a:hover
{ text-decoration: none;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;}

ol
{ margin: 8px 0 22px 25px;}

ol li
{ margin: 0 0 11px 0;}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header
{ background: url(back.png) repeat-x;
  height: 185px;}

#logo
{ width: 875px;
  position: relative;
  height: 193px;
  background: url(green_logo.jpg) no-repeat;}

#logo #logo_text 
{ position: absolute; 
  top: 10px;
  left: 0;}

#logo h1
{ font: normal 300% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
  padding: 45px 0 0 0;
  background: transparent;
  color: #FFF;}

#menubar
{ width: 875px;
  height: 48px;
  padding: 0 0 0 4px;
  position: absolute;
  bottom: 0;} 

ul#menu{
	float: right;
  	height: 40px;
  	background: url(menu.png) repeat-x;
  	width: auto;
  	padding: 0;
 	-moz-border-radius: 5px 5px 0 0; /* Firefox */
 	-webkit-border-radius: 5px 5px 0 0; /* Chrome, Safari */
 	-khtml-border-radius: 5px 5px 0 0; /* Konqueror */
	-o-border-radius: 5px 5px 0 0;
 	border-radius: 5px 5px 0 0; /* CSS3 */
 	behavior: url(border-radius.htc); /* Internet Explorer */
}

ul#menu li
{ float: left;
  margin: 6px 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  width: auto;}

ul#menu li a
{ font: normal 100% 'lucida sans unicode', arialserif;
  display: block; 
  float: left; 
  height: 12px;
  padding: 2px 16px 8px 16px;
  text-align: center;
  background: transparent;
  color: #FFF;
  text-transform: uppercase;
  border-left: 1px solid #FFCB99;
  border-right: 1px solid #AE5A00;
  text-decoration: none;
  width: auto;} 

ul#menu li a.first{
	border-left: 0;
}

ul#menu li a.last{
	border-right: 0;
}

ul#menu li a:hover, ul#menu li.tab_selected a:hover
{ color: #111;}

#aktiv a
{ color: #111 !important}

#site_content
{ width: 877px;
  overflow: hidden;
  margin: 20px auto} 

.sidebar
{ float: right;
  width: 190px;
  padding: 0 15px 20px 15px;}

.sidebar h2
{ padding: 0 0 5px 0;}

.sidebar ul
{ width: 190px; 
  padding: 4px 0 0 0; 
  margin: 4px 0 30px 0;}

.sidebar li
{ list-style: none; 
  padding: 0 0 7px 0; }

.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 25px;
  display: block;
  background: transparent url(link.png) no-repeat left center;} 

.sidebar li a.selected
{ color: #444;} 

#content
{ text-align: left;
  width: 610px;
  padding: 0;}
  
	#content p {
		text-align: justify;
	}

#contentmiddle
{ text-align: left;
  width: 877px;
  padding: 0;}
  
#footer
{ width: 100%;
  font-family: sans-serif;
  font-size: 90%;
  height: 33px;
  padding: 24px 0 5px 0;
  text-align: center; 
  background: #635B53 url(footer.png) repeat-x;
  color: #A8AA94;
  text-transform: uppercase;
  letter-spacing: 0.1em;}

#footer a, #footer a:hover
{ background: transparent;
  color: #A8AA94;
  text-decoration: none;}

#footer a:hover
{ background: transparent;
  color: #FFF;}

.orange
{ color: #FF9417;}

.ok {
	font-weight: bold;
	color: #009933
}
.fail {
	font-weight: bold;
	color: #FF0000
}
.gbseiten {
	text-decoration: none;
}
.control {
	display:none;
}
input[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.bannernav {
	padding-top: 20px;
	float: right;
	font-size: 10px;
	color: #FF9417;
}
.bannernav a {
	color: #FF9417;
}

.error{
	padding: 5px;
	margin: 5px 10px;
	border: 1px solid #D53F11;
	background: #FEF1ED;
}
	.error h2{
		padding: 0px 0px 5px 2px;
		font-size: 1.2em;
		border-bottom: 1px dotted #F06C46;
	}

.no_error{
	padding: 5px;
	margin: 5px 10px;
	background: #F8FEED;
	border: 1px solid #8FD511;	
}

	.no_error h2{
		font-size: 1.2em;
		border-bottom: 1px dotted #8FD511;
		padding: 0px 0px 5px 2px;
	}
	
.box { 
 	-moz-border-radius: 5px; /* Firefox */
 	-webkit-border-radius: 5px; /* Chrome, Safari */
 	-khtml-border-radius: 5px; /* Konqueror */
	-o-border-radius: 5px;
 	border-radius: 5px; /* CSS3 */
 	behavior: url(border-radius.htc); /* Internet Explorer */
	padding: 2px;
	border: solid 1px #ccc;
	resize: none;
}

.box:focus { 
    outline: none !important;
    border-color: #666666;
    box-shadow: 0 0 10px #FF9417;
}

/* Cookie-Abfrage */

#eu-cookie-message {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #fff;
	background-color: hsla(0, 0%, 0%, 0.6);
}

#eu-cookie-message a {
	color: #FFFFFF;
	font-weight: 700;
}

#eu-cookie-message form {
	border:0;
	margin-right: 40px;
	padding:0;
}

#eu-cookie-message form input {
	margin: 15px auto 0 auto;
	padding: 5px 10px;
	background-color: #FFCC00;
	border: 2px solid #787252;
	border-radius: 5px;
	cursor: pointer;
}

.imageright {
	margin-top: 5px;
	margin-left: 5px;
	float: right;
}

/* Contentbilder */

.image2{ /* Bild in den Einträgen */
	float: right; /* Bild wird rechts angezeigt */
 	-moz-border-radius: 5px; /* Firefox */
 	-webkit-border-radius: 5px; /* Chrome, Safari */
 	-khtml-border-radius: 5px; /* Konqueror */
	-o-border-radius: 5px;
 	border-radius: 5px; /* CSS3 */
 	behavior: url(border-radius.htc); /* Internet Explorer */
	border: 1px solid #FF9417;
	margin-bottom: 15px;
	margin-right: 15px;
    outline: none !important;
    box-shadow: 0 0 10px #FF9417;
}

.image3{ /* Bild in den Einträgen */
	float: left; /* Bild wird links angezeigt */
 	-moz-border-radius: 5px; /* Firefox */
 	-webkit-border-radius: 5px; /* Chrome, Safari */
 	-khtml-border-radius: 5px; /* Konqueror */
	-o-border-radius: 5px;
 	border-radius: 5px; /* CSS3 */
 	behavior: url(border-radius.htc); /* Internet Explorer */
	border: 1px solid #FF9417;
	margin-bottom: 15px;
	margin-right: 15px;
    outline: none !important;
    box-shadow: 0 0 10px #FF9417;
}