body
{
  margin: 0px;
  padding: 0px;
}

img, .input_image
{
  border: none;
  vertical-align: middle;
}

.ctplitemarea
{
  width: 100%;
}

a:hover
{
  text-decoration: none;
}

#header
{
  width: 100%;
  height: 200px;
  background-image: url(images/headerbg.gif);
}

#mainbox
{
  width: 100%;
}

#footer
{
  width: 100%;
  height: 31px;
  background-image: url(images/footerbg.gif);
}

.main
{
  width: 980px;
  position: relative;
  left: 50%;
  margin-left: -490px;
  height: 100%;
}

#header .main
{
  background-image: url(images/headermainbg.jpg);
}

#footer .main
{
  background-image: url(images/footermainbg.jpg);
}

#header #search
{
  position: absolute;
  left: 20px;
  top: 158px;
  width: 160px;
}

#header #search #searchfield
{
  float: left;
  padding-top: 2px;
}

#header #search #searchfield input
{
  color: #7e7e7e;
  border: none 0px transparent;
  width: 134px;
  height: 12px;
  padding: 2px;
}

#header #search #searchbutton
{
  float: right;
  padding-top: 2px;
}

#searchbutton input
{
  width: auto;
  background-color: transparent;
  border: none 0px;
}

#topmenu
{
  position: absolute;
  left: 212px;
  top: -26px;
}

#topmenu .menulist, #topmenu .menulist ul
{
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}

#topmenu .menulist ul
{
  display: none;
  position: absolute;
  top: 20px;
  left: -1px;
}

#topmenu .menulist ul ul
{
  left: 146px;
  top: 1px;
}

#topmenu .menulist li
{
  position: relative;
}

/*lcstyle:Menüebene 1*/
#topmenu li.lvl1, #topmenu li.lvl1hover, #topmenu li.lvl1active
{
  float: left;
  height: 19px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 1px;
  margin-right: 1px;
  
}

/*lcstyle:Menüebene 1 Aktiv*/
#topmenu li.lvl1hover, #topmenu li.lvl1active
{
  background-color: #cfc49c;
}

/*lcstyle:Menüebene 1*/
#topmenu a.lvl1,
#topmenu li.lvl1 a
{
  font-family: Trebuchet MS, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

/*lcstyle:Menüebene 1 Aktiv*/
#topmenu li.lvl1hover a,
#topmenu li.lvl1active a
{
  color: #005522;
}

#topmenu ul.lvl2
{
  display: none;
  overflow: visible;
  background-color: #cfc49c;
}

#topmenu ul.lvl3
{
  top: 0px;
  margin-left: 100px;
  display: none;
  background-color: #cfc49c;
}

/*lcstyle:Menüebene 2*/
#topmenu a.lvl2,
#topmenu li.lvl2 a
{
  color: #005522;
  text-decoration: none;
  padding: 0px;
  font-weight: normal;
  width: 100%;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 12px;
}

/*lcstyle:Menüebene 2 Aktiv*/
#topmenu li.lvl2hover a,
#topmenu li.lvl2active a
{
  color: #ffffff;
}

/*lcstyle:Menüebene 2*/
#topmenu li.lvl2, #topmenu li.lvl2hover, #topmenu li.lvl2active
{
  height: 19px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 12px;
  white-space: nowrap;
  background-color: #cfc49c;
  border: 0px;
  display: block;
  clear: both;
}

/*lcstyle:Menüebene 2 Aktiv*/
#topmenu li.lvl2hover, #topmenu li.lvl2active
{
  background-image: url();
  background-color: #005522;
}

/*lcstyle:Menüebene 3*/
#topmenu a.lvl3,
#topmenu li.lvl3 a
{
  color: #005522;
  text-decoration: none;
  padding: 0px;
  font-weight: normal;
  width: 100%;
}

/*lcstyle:Menüebene 3 Aktiv*/
#topmenu li.lvl3hover a,
#topmenu li.lvl3active a
{
  color: #ffffff;
}

/*lcstyle:Menüebene 3*/
#topmenu li.lvl3, #topmenu li.lvl3hover, #topmenu li.lvl3active
{
  height: 19px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 12px;
  white-space: nowrap;
  background-color: #cfc49c;
  border: 0px;
  display: block;
  clear: both;
}

/*lcstyle:Menüebene 3 Aktiv*/
#topmenu li.lvl3hover, #topmenu li.lvl3active
{
  background-image: url();
  background-color: #005522;
}

/*#header #topmenu ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#header #topmenu li
{
  float: left;
}

#header #topmenu a
{
  display: block;
  height: 17px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 1px;
}

#header #topmenu a.active
{
  background-image: url(images/topmenuactivebg.gif);
  color: #005522;
}

*/

#header #topmenu *
{
  text-decoration: none;
  font-size: 12px;
}

#mainbox_container
{
  background-image: url(images/mainboxmainbg.gif);
  background-repeat: repeat-y;
}

#mainbox_left
{
  float: left;
  width: 198px;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}

#mainbox_center
{
  float: left;
  width: 782px;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}

#mainbox_right
{
  width: 198px;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}

#footer #poweredby
{
  position: absolute;
  left: 31px;
  top: 5px;
}

#footer #text
{
  position: absolute;
  left: 197px;
  top: 9px;
  width: 783px;
  text-align: center;
  height: 20px;
  overflow: hidden;
}

.fixedheadline
{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 164px;
  height: 23px;
  background-image: url(images/fixedheadlinebg.gif);
  padding-top: 4px;
}

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

#mainbox_right_news
{
  background-image: url(images/newsbg.gif);
}

#mainbox_right_newstop
{
  background-image: url(images/newstopbg.gif);
  background-repeat: no-repeat;
  height: 36px;
}

#mainbox_right_newsheadline
{
  padding-left: 18px;
  padding-top: 13px;
}

#mainbox_right_newscontainer
{
  background-image: url(images/newsbottombg.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 198px;
  height: auto;
  overflow: hidden;
}

#mainbox_right_newscontent
{
  margin-left: 11px;
  width: 138px;
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  color: #505050;
}

#mainbox_left_productcats ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 3px;
}

#mainbox_left_productcats li.leftLvl1
{
  border-bottom: solid 1px #cfc49c;
  padding-top: 3px;
}

#mainbox_left_productcats ul a
{
  display: block;
  text-decoration: none;
  color: #665e42;
  font-size: 11px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
}

#mainbox_left_productcats ul a.leftLvl1
{
  font-size: 12px;
  padding-left: 12px;
}

#mainbox_left_productcats ul a.active
{
  color: #ffffff;
  background-color: #005522;
}

#mainbox_left_productcats ul.leftLvl1
{
  width: 160px;
  overflow: hidden;
  margin-top: 16px;
  margin-left: 2px;
}

#mainbox_left_productcats ul ul
{
  margin-left: 10px;
}

#mainbox_left_productcats ul.lvl2
{
  margin-top: 6px;
}

#mainbox_left_productcats ul.lvl3
{
  margin-top: 4px;
}

#content
{
  margin: 10px;
  width: 762px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 12px;
  color: #505050;
}

#content input
{
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 12px;
}

#content a:link, #content a:visited, #content a:hover, #content a:active
{
  color: #005522;
}

#header *, #footer *, #mainbox_left, #mainbox_right
{
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
}

#slider01
{
  position: absolute;
  left: 21px;
  top: 33px;
  width: 158px;
  height: 103px;
  overflow: hidden;
  z-index: 0;
}

#slider02
{
  position: absolute;
  left: 198px;
  top: 21px;
  width: 387px;
  height: 127px;
  overflow: hidden;
  z-index: 0;
}

#slider03
{
  position: absolute;
  left: 592px;
  top: 21px;
  width: 378px;
  height: 127px;
  overflow: hidden;
  z-index: 0;
}

#pagetitlebg
{
  position: absolute;
  left: 198px;
  top: 21px;
  width: 772px;
  height: 39px;
  z-index: 1;
  background-color: #ffffff;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

#pagetitle
{
  position: absolute;
  left: 198px;
  top: 19px;
  width: 772px;
  text-align: center;
  z-index: 2;
  font-size: 32px;
  font-weight: bold;
  color: #005522;
}

div.downloadarea
{
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.downloadarea td
{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px black;
}

.downloadarea h1
{
  font-size: 17px;
  color: #00471a;
}

.downloadarea h3
{
  font-size: 14px;
  margin-bottom: 0px;
  color: #00471a;
}

.downloadarea .leadingtext, .downloadarea .trailingtext
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.downloadarea table
{
  width: 100%;
}

.downloadarea td.title
{
  padding-right: 20px;
}

.downloadarea td.datesize
{
  width: 200px;
  text-align: right;
}

input, textarea, select
{
  width: 100%;
  text-decoration: none;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #888888;
  color: #000000;
  font-weight: normal;
  border-width: 1px;
}

input.button
{
  width: auto;
  background-color: #CCCCCC;
  height: 27px;
  color: #000000;
}

input.radio
{
  width: auto;
  background-color: transparent;
  border-style: none;
  border-color: none;
  border-width: 0px;
}

.formouter .Row
{
  padding-top: 3px;
}

.formouter .Desc1_1, .Desc1_2, .Desc2_2, .Desc1_3, .Desc2_3, .Desc3_3, .Desc1_4, .Desc2_4, .Desc3_4, .Desc4_4
{
  padding-left: 3px;
  text-align: right;
  padding-right: 3px;
  font-weight: bold;
}

.formouter .Desc1_1
{
  width: 40%;
}

.formouter .Content1_1
{
  width: 60%;
}

.formouter .Desc1_2
{
  width: 20%;
  padding-left: 3px;
  text-align: right;
  padding-right: 3px;
  font-weight: bold;
}

.formouter .Content1_2
{
  width: 80%;
}

.formouter .Desc2_2
{
  width: 40%;
  padding-left: 3px;
  text-align: right;
  padding-right: 3px;
  font-weight: bold;
}

.formouter .Content2_2
{
  width: 60%;
}

.formouter .Desc1_3
{
  width: 10%;
  padding-left: 3px;
  text-align: right;
  padding-right: 3px;
  font-weight: bold;
}

.formouter .Content1_3
{
  width: 90%;
}

.formouter .Desc2_3
{
  width: 20%;
  padding-left: 3px;
  text-align: right;
  padding-right: 3px;
  font-weight: bold;
}

.formouter .Content2_3
{
  width: 80%;
}

.formouter .Desc3_3
{
  width: 40%;
  padding-left: 3px;
  text-align: right;
  padding-right: 3px;
  font-weight: bold;
}

.formouter .Content3_3
{
  width: 60%;
}

.formouter .Desc1_4
{
  width: 10%;
  padding-left: 3px;
  text-align: right;
  padding-right: 3px;
  font-weight: bold;
}

.formouter .Content1_4
{
  width: 90%;
}

.formouter .Desc2_4
{
  width: 20%;
  padding-left: 3px;
  text-align: right;
  padding-right: 3px;
  font-weight: bold;
}

.formouter .Content2_4
{
  width: 80%;
}

.formouter .Desc3_4
{
  width: 30%;
  padding-left: 3px;
  text-align: right;
  padding-right: 3px;
  font-weight: bold;
}

.formouter .Content3_4
{
  width: 70%;
}

.formouter .Desc4_4
{
  width: 40%;
  padding-left: 3px;
  text-align: right;
  padding-right: 3px;
  font-weight: bold;
}

.formouter .Content4_4
{
  width: 60%;
}

.formouter .Col1
{
  width: 100%;
}

.formouter .Col2
{
  width: 50%;
}

.formouter .Col3
{
  width: 33%;
}

.formouter .Col4
{
  width: 25%;
}

.formouter .Col5
{
  width: 20%;
}

div.routingform
{
  padding-bottom: 50px;
}

table.routingform
{
  border: 2px solid black;
}

.routingform td
{
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

#srczip
{
  width: 75px;
}

#srccity
{
  width: 167px;
}

.routingzipcityinput .routingcityinput
{
  width: 164px;
  padding-left: 5px;
}

.routingform .dsttitle
{
  font-weight: bold;
}

.routesubmit
{
  text-align: center;
}

.routesubmit input.button
{
  width: 50%;
}

.routingMapWindow
{
  color: #000000;
}

.routingMapWindow a:link, .routingMapWindow a:visited, .routingMapWindow a:hover, .routingMapWindow a:active
{
  color: #666666;
}

.cms200newsletter
{
  padding-left: 32px;
  padding-top: 12px;
}

.cms200newsletter td
{
  padding-bottom: 5px;
  padding-right: 10px;
}

.cms200newsletter table
{
  width: 50%;
  margin-top: 10px;
}

.cms200newsletter td.desc
{
  width: 100px;
}

.cms200newsletter td.field checkboxes label input
{
  text-align: left;
}

td.checkboxes input
{
  width: auto;
  border: none 0px transparent;
}

.fulltextsearch li
{
  padding-top: 20px;
}

.fulltextsearch h1
{
  font-size: 18px;
  padding-top: 20px;
  padding-left: 20px;
}

.fulltextsearch h2
{
  font-size: 14px;
  margin-bottom: 2px;
}

.fulltextsearchsearchword
{
  float: left;
}

.fulltextsearchsearchbutton
{
  float: left;
}

#searchbutton
{
  width: auto;
}

p.MsoNormal
{
  text-align: left;
}


