html 
{
height: 100%;
}

body {

  height:100%;
  background: #ffffff url("img/bg_border.jpg") repeat-y; 
  background-position: right;
  font-size: 10pt;
  font-family: Helvetica, Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#6a6667;
  padding:0 30px 0 0;
  margin:0;
  /*overflow-y:scroll; */
}

a {
  color: #eb6d24; text-decoration: underline;
}
a:hover {
  color: #eb6d24; text-decoration:none !important;
}

a.subnavi_link, a:visited.subnavi_link  {color: #B2B2B2; text-decoration: none;}

a.menulink, a:visited.menulink  {color: #B2B2B2; text-decoration: none;}
a:hover.menulink  {color: #eb6d24;}
a:active.menulink  { color:#eb6d24;}

a.menulink_hover, a:visited.menulink_hover  {color: #ffffff; text-decoration: none;}
a:hover.menulink_hover  {color: #eb6d24;}
a:active.menulink_hover  { color:#eb6d24;}


.active a {
  color: #eb6d24; text-decoration: underline;
}

img {
  border:0;
}

#container {
  width: 100%;
  min-height: 100%; 
  height:auto !important; 
  height:100%; 
  overflow: hidden !important; 
  margin: 0 0 0 auto;
  padding: 0;
  background: #ffffff url("img/bg_right.jpg") repeat-y;
  background-position: right;

}


#overhead {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  height:25px;
}

#head {
  margin: 0;
  padding: 0;
  height: 140px;
  background-color: #6a6767;
}

#head p{
  text-align: right;
  padding: 44px 20px 30px 0;
}

/*
#loginkey {
  background: url("img/key.jpg") no-repeat;
  float:left; 
  margin-top:7px;
  padding-top: 28px;
  height:60px;
  width:73px; 
}

#loginbox {
  background: url("img/loginbox.jpg") no-repeat;
  float:left; 
  margin-top:7px;
  padding-top: 28px;
  height:175px;
  width:451px;
  }
  
#loginform {
  float: right;
  margin-right: 75px;
  color:#ffffff;
}

#loginform input {
  width: 350px;
  height: 18px;
}

#loginform h6 {
font-size: 14px;
}

#login_submit {
  float:right;
  margin-right: 105px;
  margin-top: 29px;

  height: 34px;
  width: 149px;
}

.button {
  -moz-border-radius-bottomleft:11px;
  -moz-border-radius-bottomright:11px;
  -moz-border-radius-topleft:11px;
  -moz-border-radius-topright:11px;
  
  border:#ec6d24 1px solid;
  cursor:pointer;
  font-family:"Helvetica Neue", Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;

  background:url(img/btn_anmelden.png) repeat-x scroll left top;
  color:#FFFFFF;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
  outline: none;

  height: 34px;
  width: 149px;
}

.button:hover, .button:focus, .button:active, .button:visited {
  border-color: #d26628;
  color:#eeeeee;

}
*/

#mainnavi {
  margin: 0;
  padding: 0;
  height: 58px;
  background: url("img/mainnavi_bg.jpg") repeat-x;
  border-bottom: #282828 solid 1px;
  min-width: 1024px;
  }

#mainnavi p{
  padding: 0 25px;
}

#mainnavi a, #mainnavi a:visited, #mainnavi a:active, #mainnavi a:hover { color:#303030; text-decoration: none;}

.menuitem {
  color: #fff;
  float: right; 
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  
  font-size: 26px;
    
  border-right: #858585 dashed 1px;
  margin-top: 14px;
  margin-right: 3px;
  
}

.menuitem_last {
  border-right: none;
}

h6 {
  padding: 0;
  margin: 0;
  font-size: 23px;
}


/*
#item1 { width: 137px; }
#item2 { width: 233px; }
#item3 { width: 200px; }
#item4 { width: 163px; }
#item5 { width: 164px; }
#item55 { width: 164px; display: none; }
*/

#item1 { width: 141px; }
#item2 { width: 237px; }
#item3 { width: 204px; }
#item4 { width: 167px; }
#item5 { width: 168px; }

.item1 { width: 141px; }
.item2 { width: 237px; }
.item3 { width: 204px; }
.item4 { width: 167px; }
.item5 { width: 168px; }

#subnavi {
  margin: 0;
  height: 192px;
  background-color: #282828;  
  padding: 10px 0 0 0;
  min-width: 1024px;
  }



#subnavi p{
  padding: 0;
  line-height: 2em;
}

.subnavi {
  margin: 0;
  height: 192px;
  background-color: #282828;  
  padding: 10px 0 0 0;
  min-width: 1024px;
  }



.subnavi p{
  padding: 0;
  line-height: 2em;
}

.subnavitem {

  font-size: 10pt;
  color: #b2b2b2;
  float: right;
  padding-left: 9px;
  font-weight: lighter;
  font-family: "Helvetica Neue", "Helvetica";
  
  border-left: #fff dashed 1px;
  margin-left: 0px;
  
}

a.navi:hover {
  color:#eb6d24;

}

.subnavitem_first {
  border-left: none;
}

/*
#subitem1 { width: 137px; }
#subitem2 { width: 233px; }
#subitem3 { width: 200px; }
#subitem4 { width: 163px; }
#subitem5 { width: 164px; height: 100px; }
*/


#subitem1 { width: 141px; }
#subitem2 { width: 237px; }
#subitem3 { width: 204px; }
#subitem4 { width: 167px; }
#subitem5 { width: 168px; height: 75px; }

.subitem1 { width: 141px; }
.subitem2 { width: 237px; }
.subitem3 { width: 204px; }
.subitem4 { width: 167px; }
.subitem5 { width: 168px; height: 75px; }

#closer {
  position: relative;
  z-index: 300;
  top:-17px;
  right: 6px;
  background: url("img/close.jpg") no-repeat;
  height: 16px;
  width: 68px;
  clear: right;
  float: right;
}

#closer:hover {
  position: relative;
  z-index: 300;
  top:-17px;
  right: 6px;
  background: url("img/close_h.jpg") no-repeat;
  height: 16px;
  width: 68px;
  clear: right;
  float: right;
}

#content {
  float:right;
  width: 680px;
  min-height: 500px;
  background-color: #ffffff;
  padding: 20px 20px 0 0;
  margin: 0;
  line-height: 1.5em;
  text-align: justify;
  
  }

p {
  padding: 0 20px 15px 25px;
  margin:0;
}

#content p 
{
  padding: 0 0 1.5em 0;

}


#right {
  background:  url("img/bg_right_top.jpg") no-repeat;
  background-position: top right;
  clear: right;
  float: right;
  width: 256px;
  min-height: 400px;
  margin: 0;  
  padding:201px 0 0 0px;
  color:#ffffff;
}

#right h6 {
  color: #e76c21;
  margin-left: 16px;
  padding-bottom: 15px;
}
#content h6 {
  color: #e76c21;
}

#content_left {
  float: left;
  width: 330px;
  padding:15px 0 4em 2px;
  margin:0;
  
}

#content_right {
  float: right;
  width: 330px;
  padding:15px 0px 4em 2px;
  margin:0;
  }
  
#content_full {
  width: 680px;
  padding:15px 0px 4em 2px;
  margin:0;
  
}
#content_drittel {
  float: left;
  width: 210px;
  padding:15px 16px 0px 5px;
  margin:0;
  
}


/*
  Klassendefinition von mehreren div Elementen
*/

.content_left {
  float: left;
  width: 330px;
  padding:15px 0 4em 2px;
  margin:0;
  
}

.content_right {
  float: right;
  width: 330px;
  padding:15px 0px 4em 2px;
  margin:0;
  }
  
.content_full {
  width: 680px;
  padding:15px 0px 4em 2px;
  margin:0;
  
}
.content_drittel {
  float: left;
  width: 210px;
  padding:15px 16px 0px 5px;
  margin:0;
  
}


ul {
  list-style-position: outside;
  padding-top: 5px;
  padding-left: 25px;
  list-style-image: url("img/li.jpg");
  text-align: left;
  
}

li {
  padding-bottom: 10px;

}

.ref_grafik{
padding-bottom: 41px;
background: url('img/schatten_spalte.jpg') no-repeat;
background-position: bottom;
}

.top_grafik {
  padding-bottom: 40px;
  background:url('img/top_schatten.jpg') no-repeat;
  background-position: bottom;

}
strong {
  color: #e76c21;
  font-weight: normal;
}

#box_right {
  background: url('img/box_right_01.jpg') no-repeat;
  background-position: top;
  color:#6a6667;
  padding:15px 36px 15px 15px;
  font-size: 10pt;
  line-height: 1.5em;
  
}
#box_right_container {
  background: url('img/box_right_02.jpg') repeat-y;
  background-position: center;
}

/*

#contact_box {
  float: right;
  margin-right: 25px;
  width: 580px;
  border: #d4d4d4 solid 1px;
  padding: 25px;
  overflow: visible;
}

.contact_line {
  clear:both;
  height:23px;
  overflow: visible; 
  padding-bottom: 50px;
  
}
.contact_line_left {

   border-top: #d4d4d4 solid 1px;
   border-left: #d4d4d4 solid 1px;
   border-bottom: #d4d4d4 solid 1px;
   float: left;
   padding:15px;
   width: 99px;
   height: 100%;
   text-align: right;
   
   background: url('img/contact_bg.jpg') repeat-x;
}
.contact_line_right {
  float: left;
  width: 400px;
  height: auto;
  border: #d4d4d4 solid 1px;
  padding:15px;

}

*/
#footer {
clear: both;
text-align: center;
font-size: 9pt;
padding-bottom: 20px;
  }


div .contact_container {
float: left;
  width: 600px;
  border: 1px solid #EEE;
  padding: 10px;
  margin-left: 40px;
  margin-bottom: 20px;
}

.contact_container input {
  width: 240px;
  margin-left: 10px;
}
.contact_container textarea {
  width: 240px;
  height: 120px;
  margin-left: 10px;
}


input {
  background:#ffffff;
  border:#bdbdbd 1px solid;
  font-size: 9pt;
  font-family: Helvetica, Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#6a6667;
  padding:5px;
}
input:focus {
  background:#fbfbfb;
  border:#ea6b1c 1px solid;
}
textarea {
  background:#ffffff;
  border:#bdbdbd 1px solid;
  font-size: 9pt;
  font-family: Helvetica, Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#6a6667;
  padding:5px;
}
textarea:focus {
  background:#fbfbfb;
  border:#ea6b1c 1px solid;
}


div .contact_col {
  float: left;
  width: 290px;

}

label {
  display: block;
  margin-top : 8px;
  width: 100%;
  background-repeat: no-repeat;
}

.orange {
  color: #ea6b1c;
  font-weight: bold;
}
.weiss {
  color: #ffffff;
  font-weight: bold;
}


#anfrage {
  width: 212px;
  height: 91px;
  margin: 1px auto;
  cursor: pointer;
  background: url('img/btn_anfrage.jpg') no-repeat;
}
#anfrage:hover {
  width: 212px;  
  cursor: pointer;
  height: 91px;
  background: url('img/btn_anfrage_h.jpg') no-repeat;
}
#trans {
  width: 212px;
  height: 91px;
  
}
#absenden {
  width: 212px;
  height: 91px;
  margin: 1px auto;
  cursor: pointer;
  background: url('img/btn_absenden.jpg') no-repeat;
  border:0;
}
#absenden:hover {
  width: 212px;  
  cursor: pointer;
  height: 91px;
  background: url('img/btn_absenden_h.jpg') no-repeat;
}

#visitenkarte {
  background: url('img/visi.jpg') no-repeat;
  width: 330px;
  height: 170px;
  padding: 25px 20px 60px 30px;
}

#google_map {
  margin-left:0px; 
  margin-right:40px;
  border: #cfcfcf solid 1px;
}