/* Basic CSS-File for page standards*/

/* Basesettings */
*
{
  margin: 0;
  padding: 0;
}

body
{
  background-color: #ffffff;
  color: #737373;
  font-family: Arial, Helvetica, Swiss, Geneva, sans-serif;
  font-size: 75%;
  margin: 0;
}

h1 {
  color: #007a29;
  font-size: 1.3em;
  margin: 1em 0 1em 0;
}

h2 {
  color: #007a29;
  font-size: 1.1em;
  margin: 1em 0 1em 0;
}

h3 {
  color: #007a29;
  font-size: 1em;
  margin: 1em 0 0.3em 0;
}

img
{
  border: none;
}

p {
  margin: 1em 0 1em 0;
}

a {
  color: #007a29;
}

a:hover {
  color: #ee9602;
}

hr {
  border: none;
  border-top: 1px dashed #007a29;
  height: 1px;
  margin: 1em 0 1em 0;
}

.color01 {
  color: #007a29;
}

.color02 {
  color: #ee9602;
}

.eyecatcher {
  color: #ee9602 !important;
}

.clr {
  clear: both;
}

.column_left {
  float: left;
}
  .column_left p {
    margin: 0px;
  }

.headline {
  background-image: url(images/bg_sidebarheader.png);
  background-position: center top;
  background-repeat: repeat;
  color: #007a29;
  font-size: 0.95em;
  font-weight: bold;
  margin: 0px;
  padding: 2px 0 2px 0;
  text-indent: 9px;
  text-transform: uppercase;
  width: 207px;
}


/* Layout */
#wrapper {
  width: 950px;
  margin: auto;
}

  #topbar_left {
    float: left;
    height: 97px;
    width: 208px;
  }

  #topbar_center {
    float: left;
    height: 97px;
    width: 514px;
  }

  #topbar_right {
    float: left;
    height: 97px;
    width: 228px;
  }
  
  #pagebody {
    background-color: #d4d4d4;
    background-image: url(images/bg_contentarea.gif);
    background-position: top left;
    background-repeat: repeat;
    border: 1px solid #d8d8d8;
    float: left;
    margin-top: 5px;
    position: relative;
    width: 722px;
  }

    #sidebar_left {
      float: left;
      width: 208px;
    }

      #mainmenu {
        margin: 10px 0 50px -1px;
        /*padding-bottom: 10px;*/
      }

      #onlineshop {
        text-align: center;
        margin-bottom: 10px;
        /*position: absolute;
        left: 0;
        bottom: 250px;*/
      }
      
      #locations {
        /*position: absolute;
        left: 0;
        bottom: 0;*/
      }
    #contentbox {
      float: right;
      width: 512px;
    }
    
      #decoimage {
overflow: hidden;
        height: 120px;
        width: 512px;
      }
      
      #content {
        padding: 5px 25px 25px 25px;
      }
      
        #content p {
          color: #333333;
        }
  
  #sidebar_right {
    float: right;
    margin-top: 3px;
    width: 221px;
  }
  
    #sidebar_right .sbr_container {
      margin-bottom: 5px;
    }
  
  #footer {
background-color: #ffffff;
    color: #aaaaaa;
float: right;
    font-size: 0.8em;
    margin: 10px auto 0 auto;
    text-align: center;
    width: 513px;
  }


/* Accordion Menu Styles */
#navigation {
  list-style: none;
}

#navigation a.top,
#navigation a.nosub {
  background-image: url(images/bg_mainmenu.png);
  background-position: left;
  background-repeat: no-repeat;
  color: #818181;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 3px;
  text-decoration: none;
  text-indent: 9px;
}

#navigation a.top:hover,
#navigation a.top.selected,
#navigation a.nosub:hover,
#navigation a.nosub.selected {
  background-image: url(images/bg_mainmenu_hover.png);
  background-position: left;
  background-repeat: no-repeat;
  color: #007a29;
}

#navigation li {
  display: inline;
}

#navigation li ul {
  list-style: none;
  margin: 3px 0 5px 9px;
}

#navigation li li a {
  background-image: url(images/bg_submenu.png);
  background-position: left;
  background-repeat: no-repeat;
  color: #818181;
  display: block;
  text-indent: 12px;
  text-decoration: none;
}

#navigation li li a:hover,
#navigation li li a.selected {
  background-image: url(images/bg_submenu_hover.png);
  background-position: left;
  background-repeat: no-repeat;
  color: #7cc623;
}

/* Formular */
#kontaktformular {
}

#kontaktformular td {
  padding: 2px;
}

#kontaktformular td.title {
  vertical-align: top;
}

#kontaktformular .missing {
  background-color: #ee9602;
}

.highlight {
  color: #ee9602 !important;
}

/* CMN C-A-S */

/** Easynews **/
.en_small {
  color: #7cc623 !important;
  font-size: 0.8em;
  margin-top: -0.5em;
}

/** TerminPro **/
.basic  {
}

.basic a.clickable {
  background-color: #fefefe;
  border: 1px solid #007a29;
	color: #007a29;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

.basic a:hover.clickable {
	color: #fefefe;
	background-color: #007a29;
}

.basic a.selected.clickable {
	color: #fefefe;
	background-color: #007a29;
}

.basic div.slider {
  background-color: #fefefe;
  border: 1px solid #007a29;
  margin: 0;
  padding: 0.5em;
}

.basic div.cbottom {
  background-color: #007a29;
  height: 3px;
  margin-bottom: 0.8em;
}

.basic div.lable {
  background-color: #007a29;
  color: #fefefe;
  height: 20px;
  margin-bottom: 0.8em;
  padding: 3px 6px 0 6px;
}

.basic table {
  border-collapse: collapse;
}

.basic table td.title {
  background-color: #eeeeee;
  color: #333333;
  font-size: 0.9em;
  font-weight: bold;
  padding: 3px;
  vertical-align: top;
  width: 120px;
}

.basic table td.value {
  color: #333333;
  font-size: 0.9em;
  padding: 3px;
  vertical-align: top;
}

.basic table td.end {
  border-bottom: 1px dashed #007a29;
}

/** Linkmanager **/
.lm_catcontainer {
/*  background-color: #ffffff;
  border: 1px dashed #007a29; */
  margin-bottom: 1em;
  padding: 5px;
}

  .lm_catcontainer h3 {
    background-color: #fafafa;
    border-bottom: 1px solid #007a29;
    margin: -5px -5px 1em -5px;
    padding: 3px;
  }

  .lm_catcontainer p {
    margin: 0.3em 0 0.3em 0;  
  }
