/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License",
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #F4FDE5 url('hintergrund.jpg') repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
}

/*****************
* Links allgmein *
******************/

A:link {
	COLOR: #FF6600; text-decoration: none
}
A:visited {
	COLOR: #FF6600; text-decoration: none
}
A:active {
	COLOR: #FF6600; text-decoration: none
}
A:hover {
	COLOR: #FF6600; text-decoration: underline
}

/********************************************
* Erster Umschlag und Links ueber dem Header *
*********************************************/

#page_wrapper1 {
  margin-left: auto;
  margin-right: auto;
  width: 760px;
}

#small_links {
  padding-left:565px;
  height:22px;
  clear: both;
}

#small_links ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:10px;
  font-weight: bold;
}

#small_links ul li { display: inline; }

#small_links ul li a
{
  padding-left:15px;
  color:  #666666;
  text-decoration: none;
  float: left;
}

#small_links ul li a:hover
{
  color: #FF6600;
  text-decoration: underline;
}

#small_links ul li a:active
{
  background-color: #FFFFFF;
  color: #FF6600;
}

/******************************
* Zweiter Umschlag und Header *
*******************************/

#page_wrapper2 {
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('content_hintergrund.jpg') top right repeat-y;
  border: 1px solid #018843;
}

#page_header {
  margin-top:0px;
  height: 120px;
  background: #9ACD34 url('blaetter-760x120.jpg') top right no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:75px;
  font-family: verdana, arial, sans-serif;
  font-size:26px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h2 {
  margin: 0px;
  padding-left:76px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

/************************
* Navigation/Menuleiste *
*************************/

#menu_bar {
  height:40px;
  background: #FFFFFF url('content_hintergrund.jpg') top right repeat-y;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
  background-color: #99CC33;
  color: #FFFFFF;
}

/* #menu_bar ul li .current
{
  background-color: #FFFFFF;
  color: #FF6600;
} */

/******************
* Inhalt Umschlag *
*******************/

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

/***************
* Rechte Seite *
****************/

#right_side {
  margin-top:5px;
  float: right;
  width:160px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  text-align: center;
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #FF6600;
  padding:4px;
  border: 1px solid #AAE5A4;
  background-color:#F4FDE5;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#right_side .center {
  text-align: center;
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

/**************
* Linke Seite *
***************/

#left_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF6600;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#left_side h4 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #FF6600;
  background-color:#FFFFFF;
  padding:4px;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}

#left_side img {
  padding:2px;
  border: 1px solid #666666 ;
}

#left_side .more {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
}

#left_side .indented {
  margin-left:50px;
}

#left_side .listed {
  text-align: justify;
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}

#left_side .trennlinie {
  border-bottom:1px dotted #CCCCCC;
  padding-top:10px;
  margin-bottom:10px;
  clear:both;
}


/*********************************
* Fuer Textfluss um Bilder herum *
**********************************/

.flLeft {
  font-size: 12px; 
  float: left;
  margin-right: 25px;
  margin-bottom: 5px;
}

.flRight {
  float: right;
  margin-left: 25px;
  margin-bottom: 5px;
}

/************************
* BesondereInfo         *
*************************/

#feature_box {
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:10px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

/************
* Fusszeile *
*************/

#page_footer {
  height: 60px;
  background-color: #99CC33;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

/********************************
* Links im Inhalt mit Pfeilchen *
*********************************/

.arrow_list {
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
}

.arrow_list li {
  padding-left: 10px;
  background-image: url(arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

/********************
* Links auf Sitemap *
*********************/

.sitemap li {
  padding-left: 0px;
  padding-bootom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

.main {
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
}

.level1 {
  padding-left: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

.level2 {
  padding-left: 10px;
  background-image: url(arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

/* ### Bildgalerie ### */

div.galerie {
	clear: both;
}
div.galerie div.image {
	float: left;
	width: 270px;
}

div.galerie div.image img{
	padding: 5px;
	border:1px solid #aaa;
}

