﻿body {
  background: url(../images/body_bg.png);
  color: #2c2c2c;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 20px;
  text-align: center;
}


h2 {
  font-size: 18px;
  margin: 0 20px 20px 20px;
  padding: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #2c2c2c;
  clear: both;
}

h3 {
  font-size: 16px;
  margin: 0 20px 20px 20px;
  padding: 10px;
  text-transform: uppercase;
  border-bottom: 1px dotted #2c2c2c;
  clear: both;
}

h4 {
  font-size: 16px;
  margin: 0 20px 10px 20px;
  padding: 10px;
  text-decoration:
  clear: both;
}

p {
  font-size: 14px;
  padding: 0 20px 10px 30px;
}

#content ul {
  font-size: 14px;
  padding: 0 20px 10px 30px;
  list-style-type: square;
  list-style-position: outside;
  margin-left: 20px;
}

#content li {
  padding: 0 0 5px 0;
  
}

img.right {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #000000;
}

/* Layout
-------------------------------------------*/

#header {
  width: 950px;
  height: 172px;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

#header h1 {
  width: 170px;
  height: 40px;
  margin: 90px 0 0 20px;
  float: left;
  overflow: hidden;
  }
  
#header h1 a {
  width: 170px;
  height: 40px;
  margin: 0;
  display: block;
  overflow: hidden;
  text-indent: -10000px;
  font-size: 1px;
}

#submenu {
  width: 400px;
  height: 20px;
  margin: 150px 0 0 0;
  float: right;
  overflow: hidden;
  padding:0;
} 

#page_1 { 
  width: 950px;
  background: url(../images/bg_main.png) repeat-y top left;
  margin: 0 auto;
}

#page_2 { 
  width: 950px;
  background: url(../images/bg_main_2.png) repeat-y top left;
  margin: 0 auto;
}

#main {
  clear: both;
  width: 950px;  
}

#left {
  width: 180px;
  float: left;
  padding: 10px;
}

#center {
  float: left;
  width: 530px;
  padding: 10px;
  text-align: left;
}

#content {
  float: left;
  width: 730px;
  padding: 10px;
  text-align: left;
}

#right {
  float: left;
  width: 180px;
  padding: 10px;
  text-align: left;
}

#footer_1 {
  clear: both;
  width: 950px;
  height: 16px;
  background: url(../images/footer.png) top left no-repeat;
  overflow: hidden;
}

#footer_2 {
  clear: both;
  width: 950px;
  height: 16px;
  background: url(../images/footer_2.png) top left no-repeat;
  overflow: hidden;
} 

a:link {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 900;
}

a:visited {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 900;
}

a:active {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 900;
}

a:hover {
  color: #E49C4F;
  text-decoration: none;
  font-weight: 900;
}

/* Menüleiste
-------------------------------------------*/

ul#menu {
  list-style: none;
  margin: 7px 0 7px 7px;
  padding: 0;
  font-size: 14px;
}

ul#menu li.menu_off1 {
  width: 168px;
  height: 34px;
  background-image: url(../images/button_normal.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0 0 5px 0;
  text-align: left;
}

ul#menu li.menu_off1 a{
  width: 138px;
  height: 26px;
  text-align: left;
  padding: 8px 0 0 30px;
  display: block;
}

ul#menu li.menu_on1 {
  width: 168px;
  height: 34px;
  background-image: url(../images/button_activated.png);
  background-repeat: no-repeat;
  list-style-type: none;
  margin: 0 0 5px 0;
  text-align: left;
}

ul#menu li.menu_on1 a{
  width: 138px;
  height: 26px;
  text-align: left;
  padding: 8px 0 0 30px;
  display: block;
}

ul#menu li.menu_open1 {
  width: 168px;
  height: 34px;
  background-image: url(../images/button_activated.png);
  background-repeat: no-repeat;
  list-style-type: none;
  display: block;
  margin: 0 0 5px 0;
  text-align: left;
}

ul#menu li.menu_open1 a{
  width: 138px;
  height: 26px;
  display: block;
  text-align: left;
  padding: 8px 0 0 30px;
}

ul#menu li.menu_off2 {
  width: 168px;
  display: block;
  margin: 0 0 5px 0;
  text-align: left;
  font-size: 12px;
}

ul#menu li.menu_off2 a{
  width: 138px;
  padding: 0 0 5px 30px;
  display: block;
  text-align: left;
}

ul#menu li.menu_on2 {
  width: 168px;
  list-style-type: none;
  display: block;
  margin: 0 0 5px 0;
  text-align: left;
  font-size: 12px;
}

ul#menu li.menu_on2 a{
  width: 138px;
  padding: 0 0 5px 30px;
  display: block;
  text-align: left;
  color: #E49C4F;
}

/* Servicemenü
-------------------------------------------*/

#submenu ul {
  margin: 0;
  padding: 0;
}

#submenu li {
  display: inline;
  float: left;
  width: 98px;
  height: 17px;
  overflow: hidden;
  text-align: center;
  list-style-type: none;
  font-size: 12px;
  margin: 0;
  padding: 1px 0 0 2px;
}

#submenu li a {
  display: block;
  width: 98px;
  height: 20px;
  color: #fff;
}

#submenu li a:hover {
  color: #E49C4F;
}

/* Footer

=======================================================*/ 

#footer {
  clear: both;
  margin: 0 20px 20px 20px;
  text-align: right;
  padding-top: 9px;
}



#footer a {
  font-size: 12px;
  padding: 3px 0 0 16px;
  display: block;
  float: right;
  height: 16px;
}



#footer a.gotop {
  background: url(../images/arrow.png) no-repeat right 2px;
  padding-right: 22px;
}

#footer a.gotop:hover {
  background: url(../images/arrow_hover.png) no-repeat right 2px;
  padding-right: 22px;
}

#footer a.print {
  background: url(../images/printer.png) no-repeat right top;
  padding-right: 22px;
}

#footer a.print:hover {
  background: url(../images/printer_hover.png) no-repeat right top;
  padding-right: 22px;
}
