body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  margin-top: 0;
  margin-left: 0;
}

h1 {
  font-size: 12px;
  font-weight: bold;
}

#site {
  width: 1100px;
  min-height: 798px;
  margin: 0px;
}

a:link, a:visited {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #0915B4;
  text-decoration: underline;
}

/* styles für header */

#header {
  width: 1100px;
  height: 80px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  margin: 0px;
}

#container_left {
  width: 250px;
  height: 80px;
  background-image: url('../images/bg_header_left.jpg');
  background-repeat: no-repeat;
  float: left;
  position: relative;
}

#container_middle {
  width: 520px;
  min-width: 490px;
  height: 80px;
  background-image: url('../images/bg_header_middle.jpg');
  background-repeat: repeat-x;
  float: left;
  position: relative;
}

#container_right {
  width: 230px;
  height: 80px;
  background-image: url('../images/bg_header_right.jpg');
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-top: 15px;
  float: left;
  position: relative;
}


#header a:link, #header a:visited {
  color: #ffffff;
  text-decoration: none;
}

#header a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#banner {
  margin: 0px 5px 0px 0px;
  border-bottom-style: solid;
  border-bottom-color: #3332CB;
  border-bottom-width: 4px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #A5A5A5;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #A5A5A5;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #A5A5A5;
  width: 760px;
  height: 180px;
  /*background-color: #e8e8e8;*/
  /*background-image: url('../banners/banner_produkte.jpg');*/
}

/* styles für breadcrumb */

#breadcrumb {
  margin-top: 10px;
  padding-left: 195px;
  height: 20px;
  position: absolute;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CCCCCC;
}

#breadcrumb a:link, #breadcrumb a:visited {
  color: #CCCCCC;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #0915B4;
  text-decoration: underline;
}

/* styles für column_left */

#column_left {
  position: absolute;
  top: 300px;
  left: 10px;
  margin: 0px;
  width: 230px;
  min-height: 638;
}

.mainNavigation {
  margin: 0;
}

#naviRow {
  background-image: url('../images/bg_navi.jpg');
  background-repeat: repeat-x;
  width: 170px;
  height: 20px;
  margin-top: 1px;
  margin-bottom: 1px;
  /*padding: 2px 0px 0px 10px;*/
  padding-left: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #3332CB;
  font-weight: bold;
  word-spacing: 6px;
  line-height: 1.5em;
}

/*Anzeige ausser IE
html>body #naviRow {
  margin: 0px;
}*/

#naviRow .listOver {
  background: #3332CB;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
}

#naviRow .listOut {
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
}

#naviRow a:link, #naviRow a:visited {
  color: #000000;
  text-decoration: none;
}

#naviRow a:hover {
  color: #3332CB;
  text-decoration: underline;
}

#subNaviBox {
  margin: 0px;
  background-image: url('../images/bg_sub_navi.jpg');
  background-repeat: repeat-y;
  width: 170px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  padding: 2px 10px 2px 27px;
}

#subNaviBox ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
  line-height: 1.6em;
  word-spacing: 5px;
}

#subNaviBox a:link, #subNaviBox a:visited {
  color: #000000;
  text-decoration: none;
}

#subNaviBox a:hover {
  color: #3332CB;
  text-decoration: underline;
}

#leftBox {
  background-color: #ffffff;
  margin-top: 10px;
  width: 170px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: white;
}

html>body #leftBox {
  width: 180px;
}

#leftBoxHeading {
  background-image: url('../images/bg_box_heading.jpg');
  background-repeat: repeat-x;
  width: 50%;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  float: left;
  line-height: 2em;
}

#leftBoxHeading a:link, #leftBoxHeading a:visited {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}

#leftBoxHeading a:hover {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 11px;
  text-decoration: underline;
}

#leftBoxContent {
  border-style: solid;
  border-color: #A5A5A5;
  border-width: 1px;
  margin-top: 1px;
  padding-left: 25px;
  color: black;
}

#leftBoxContent input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background: #E8E8E8;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

/* styles für content */

#content {
  position: absolute;
  top: 300px;
  left: 190px;
  width: 570px;
  padding-bottom: 30px;
}

html>body #content {
  left: 200px;
  width: 560px;
}

#content h1 {
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  margin: 0 0 17px 0;
  padding: 1px 0;
  background: #fff url('../images/pointer_v.gif') 0 17px repeat-x;
}

#content td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

#content input, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

#content label {
  font-weight: bold;
}

/* styles für column_right */

#column_right {
  margin: 0px;
  width: 230px;
  position: absolute;
  top: 70px;
  left: 770px;
}

#rightBox {
  background-color: #ffffff;
  margin-top: 10px;
  width: 220px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: white;
}

#rightBoxHeading {
  background-image: url('../images/bg_box_heading.jpg');
  background-repeat: repeat-x;
  width: 50%;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  float: left;
  line-height: 2em;
}

#rightBoxHeading a:link, #rightBoxHeading a:visited {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}

#rightBoxHeading a:hover {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 11px;
  text-decoration: underline;
}

#rightBoxContent {
  border-style: solid;
  border-color: #A5A5A5;
  border-width: 1px;
  padding: 5px;
  margin-top: 1px;
  color: black;
}

/* styles für footer */




