body {
  background-color: #f9edae;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
  font-family: Verdana;
  margin: 0px 0px 0px 0px;
  text-align: center;
}

div {
  padding: 0;
}

h1 {
  font-family: Verdana;
  text-align: left;
  font-size: 14px;
  color: #000000;
  padding: 5px 20px 0 13px;
}

img {
  margin:  0;
  padding: 0;
  border:  0;
}

td {
  font-family: Verdana;
  text-align: justify;
  font-size: 12px;
  color: #000000;
}

.text {
  font-family: Verdana;
  text-align: justify;
  font-size: 12px;
  color: #000000;
  padding: 5px 18px 10px 13px;
}

a:active,
a:link,
a:visited {
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}

a:hover {
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

.smallblack {
  text-align: left; 
  font-family: Verdana; 
  font-size: 11px; 
  color: #000000; 
  line-height: 15px;
}

.smalltable tr td {
  text-align: left; 
  font-family: Verdana; 
  font-size: 10px; 
  color: #000000; 
}

a:active.smallblack,
a:link.smallblack,
a:visited.smallblack {
  text-align:      left; 
  font-family:     Verdana; 
  font-size:       11px; 
  color:           #000000; 
  line-height:     15px;
  text-decoration: underline;
}

a:hover.smallblack {
  text-align:      left; 
  font-family:     Verdana; 
  font-size:       11px; 
  color:           #000000; 
  line-height:     15px;
  text-decoration: none;
}

a:link.smalllink,
a:active.smalllink,
a:visited.smalllink,
a:hover.smalllink {
  font-size:   10px;
}

a:link.leftlink,
a:active.leftlink,
a:visited.leftlink {
  color:       #0b5811;
  font-weight: bold;
  font-size:   12px;
  text-decoration: none;
}

a:hover.leftlink {
  color:       #0b5811;
  font-weight: bold;
  font-size:   12px;
  text-decoration: underline;
}

#contentContainer {
  width: 765px;
  background: url(../images/bg.gif) repeat-y;
  margin: auto;
  margin-top: 3px;
}

.menutop_content {
  width: 763px;
  height: 76px; 
  border: 1px solid #c7c8c7;
  border-bottom: 0;
  margin: auto; 
  margin-top: 3px;
  padding: 0;
  background-color: #ffffff;
  overflow: hidden;
  
  text-align: left;
}

.menubottom_content {
  width: 763px;
  height: 27px;
  margin: auto;
  
  border: 1px solid #c7c8c7;
  border-top: 0;
  overflow: hidden;
}

.menubottom1_content {
  float: left;
  width: 320px;
  height: 26px;
  margin: 0;
  overflow: hidden;
  font-size: 10px;
  text-align: left;
  
  /*border-top: 1px solid #c7c8c7;*/
  border: 0;
  background-color: #ececec;
}

#logoline {
  background-color: #c7c8c7;
  width: 325px;
  height: 1px; 
  margin: 0; 
  margin-top: 75px; 
  line-height: 1px; 
  font-size: 0;
}

#menufill {
  float: left; 
  background-color: #c7c8c7; 
  width: 13px; 
  height: 1px; 
  margin-top: 75px; 
  line-height: 1px;
}

.leftcontent {
  float: left;
  width: 223px; 
  margin-top: 0; 
  
  border-top: 1px solid #c7c8c7;
  border-left: 1px solid #c7c8c7;
  border-right: 1px solid #c7c8c7;
  
  background-color: #ffffff; 
}

.maincontent {
  float: right;
  width: 535px; 
  margin-top: 0; 
  margin-left: 3px; 
  min-height: 500px;
  
  border-top: 1px solid #c7c8c7;
  border-left: 1px solid #c7c8c7;
  border-right: 1px solid #c7c8c7;
  
  background-color: #ffffff; 
}

.menubox {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.menubox_passive, .menubox_active {
  float:       left;
  margin-top:  44px;
  margin-left: 0px;
  width:       85px;
  height:      24px;
  padding:     0;
  padding-top: 8px;
  border:      0;
  text-align:  center;
  font-size: 12px;
}

.menubox_passive {
  background: url(../images/menu_box_passive.gif) no-repeat;
}

.menubox_active {
  background: url(../images/menu_box_active.gif) no-repeat;
}

.menubox_passive:active,
.menubox_passive:link,
.menubox_passive:visited,
.menubox_active:active,
.menubox_active:link,
.menubox_active:visited {
  color: #0b5811;
  font-weight: bold;
  text-decoration: none;
}

.menubox_passive:hover,
.menubox_active:hover {
  color: #0b5811;
  font-weight: bold;
  text-decoration: none;
}

.menubox_passive:hover {
  background: url(../images/menu_box_passive_hover.gif) no-repeat;
}

.menubutton_line, .menubutton_noline {
  float: left;
  width: 82px;
  height: 26px;
  background-color: #ececec;
  overflow: hidden;
}

.menubutton_line {
  border: 0;
  overflow: hidden;
}

.menubutton_noline {
  border: 0;
  overflow: hidden;
}

.menubutton_gap {
  float: left;
  width: 4px;
  height: 26px;
  border: 0;
  background-color: #ececec;
  overflow: hidden;
}

.newline{
  clear: left;
}

a:active.bottomlink,
a:link.bottomlink,
a:visited.bottomlink,
a:active.quicklink,
a:link.quicklink,
a:visited.quicklink  {
  color: #000000;
  font-size: 10px;
  text-decoration: none;
}

a:hover.bottomlink,
a:hover.quicklink {
  color: #000000;
  font-size: 10px;
  text-decoration: underline;
}

#termine {
  text-align: left; 
  padding-left: 13px; 
  padding-top: 10px; 
  font-family: Verdana; 
  font-size: 11px; 
  color: #0b5811; 
  line-height: 17px;
}

a:active.terminlink,
a:link.terminlink,
a:visited.terminlink  {
  font-size: 10px;
  color: #0b5811;  
  text-decoration: none;
}

a:hover.terminlink {
  font-size: 10px;  
  color: #0b5811;
  text-decoration: underline;
}

a:active.cdlink,
a:link.cdlink,
a:visited.cdlink,
a:hover.cdlink  {
  color: #000000;
  text-decoration: underline;
}

#logo {
  margin-top:  20px;
  margin-left: 13px;
}
