html {
	overflow: scroll;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: Verdana;
  font-size: 11px;
  background-color: #FFF;
  color: #666;

}


a:link {
  color: #051660;
  text-decoration: none;
}

a:hover {
  color: #051660;
}

a:active {
  color: #051660;
}

a:visited {
  color: #051660;
}

a.readmore {
  font-size: 11px;
  text-decoration: none;
  background-image: url(/images_navi/readmore.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 12px;
}

a.readmore_2 {
  font-size: 9px;
  text-decoration: none;
  background-image: url(/images_navi/readmore.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 12px;
}

a.readmore_2:hover {
  text-decoration: underline;
}

a.readmore:hover {
  text-decoration: underline;
}

h1 {
  margin: 0px 0px 8px 0px;
  line-height:	20px;
  color: #051660;
  font-size: 18px;
  font-weight: normal;
}

h2 {
  margin: 0px 0px 8px 0px;
  color: #89898b;
  font-weight: bold;
  font-size: 12px;
}

h3 {
  margin: 0px 0px 8px 0px;
  color: #051660;
  font-weight: bold;
  font-size: 12px;
}


h4 {
  margin: 0px 0px 8px 0px;
  color: #666;
  font-weight: normal;
  font-size: 10px;
}

#wrapper {
	background-image: url(/images_navi/wrapperbg.gif);
	background-repeat: repeat-x;
}

#container {
	padding: 0px 10px 0px 10px;
	padding-right: 10px;
  width: 936px;
  margin: 0px auto;
}

#header {
  width: 936px;
  height: 240px;
<!--   background-image: url(/images_navi/header.gif); -->
  background-repeat: no-repeat;
  position: relative;
}

#left {
	padding-top: 20px;
  width: 223px;
  float: left;
}

#main {
    line-height:	16px;
    width: 546px;
  min-height: 300px;
  float: left;
  padding: 0px 0px 0px 0px;
}


* html #main {
  height: 300px;
}

#main .splitcontent {
	color: #89898b;
  padding: 35px 14px 20px 14px;
  border-bottom: 1px solid #999;
  background-color: #f1f1f1;
}

#main .splitcontent.clean {
	margin-top: 20px;
  border-bottom: none;
  background-color: #FFF;
}

#main .c1 {
  float: left;
  line-height:	16px;
  width: 48%;
}

#main .c2 {
  float: right;
  line-height:	16px;
   width: 48%;
}

#main .c3 {
  float: left;
  text-align: center;
  padding: 35px 14px 20px 14px;
  background-color: #fff;
  width: 31%;
  border-bottom: 1px solid #999;
}

#main .c4 {
  float: right;
  line-height:	16px;
   width: 50%;
}


#main .content {
	margin-top: 34px;
	padding: 0px 14px;
	border-bottom: 1px solid #999;
}

#main .content.last {
  border-bottom: 0px;
}

#main .gray {
  background-color: #f1f1f1;
  margin-top: 0px;
  color: #666;
  line-height: 16px;
  padding: 34px 14px 20px 14px;
}

#right {
	padding: 14px 0px 0px 10px;
  width: 157px;
  float: left;
}

#footer {
	margin-top: 8px;
	padding-left: 790px;
	line-height: 20px;
	background-image: url(/images_navi/footerbg.gif);
	background-position: center top;
	background-repeat: no-repeat;
  color: #89898b;
}

#footer a {
  color: #89898b;
  font-size: 9px;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


#language {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#language a {
  line-height: 30px;
  color: #F6F6F6;
  font-size: 14px;
  text-decoration: none;
}


#navigation {
  position: absolute;
  bottom: 0px;
  left: 223px;

  background-image: url(/images_navi/menu_bg.gif);
  background-repeat: repeat-x;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style-type: none;
}

#navigation ul li {
  float: left;
}
#navigation ul li.space {
  background-image: url(/images_navi/menu_space.gif);
  width: 1px;
  height: 30px;
}

#navigation ul li a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  padding-left: 21px;
  padding-right: 21px;
  text-decoration: none;
}

#navigation ul li.first a {
  padding-right: 23px;
  padding-left: 23px;
}

#navigation ul li.last a {
  padding-right: 23px;
  padding-left: 23px;
}

#navigation ul li a:hover {
  background-color: #051660;
  color: #fff;
  line-height: 30px;
}

#navigation ul li a.active {
  background-color: #051660;
  color: #fff;
  line-height: 30px;
}

#leftnavi {
  color: #051660;
  line-height: 20px;
  font-size: 12px;
  margin-top: 14px;
}

#leftnavi ul {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  list-style-type: none;
}

#leftnavi ul li a {
	text-decoration: none;
  font-weight: bold;
	line-height: 16px;
}

#leftnavi ul li a:hover {
  text-decoration: underline;
  color: #666;
}

#leftnavi ul li.space {
  margin-bottom: 20px;
}

#leftnavi .l2 {
<!--   margin-bottom: 10px; -->
}

#leftnavi .l2 li {
	background-image: url(/images_navi/listicon.gif);
	background-position: left center;
	background-repeat: no-repeat;

}

#leftnavi .l2 li a {
  font-weight: normal;
  text-decoration: none;
	line-height: 20px;
	padding-left: 16px;
}

#leftnavi .l2 li a:hover {
  text-decoration: underline;
}



#right  {
  margin-top: 15px;
}


.newsteaser {
  color: #051660;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}

.newsteaser_rechts {
  color: #051660;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  margin-right: 12px;
  font-size: 9px;
  font-weight: bold;
}

.newsteaser_rechts_2 {
  color: #051660;

  margin-bottom: 20px;
  margin-right: 12px;
  font-size: 9px;
  font-weight: bold;
}


.newsteaser_rechts_3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
}


.newsteaser .newsitem {
	font-size: 9px;
  margin-bottom: 15px;
}


.productlist {
  padding: 14px 14px 0px 14px;
}

.productlist .productitem {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}

.productlist .productitem.last {
  border-bottom: none;
  margin-bottom: 0px;
}

.productlist .productimage {
  width: 145px;
  height: 145px;
  float: left;
  margin-right: 10px;
  background-color: #fff;
  text-align: center;
}

.productlist .productdescription {
	padding-top: 10px;
  color: #051660;
  font-weight: normal;
}

.productlist .productdescription .productlinks {
	margin-top: 12px;
	  font-family: Verdana;
  font-size: 11px;
}

.productlist .productdescription .productlinks a {
	text-decoration: none;
  color: #666;
  padding-left: 12px;
  background-image:url(/images_navi/readmore_sw.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

.details .productimage {
  margin: 0px 15px 20px 0px;
  width: 220px;
	float: left;
	text-align: center;
}

.productimage_usb {
   margin: 0px 15px 20px 20px;
  width: 230px;
	float: left;
	text-align: left;
}


.details .productdescription {
  float: left;
  width: 283px;
  margin-bottom: 20px;
}

.productdescription_usb {
   float: left;
  width: 283px;
  margin-bottom: 20px;
}

.txt10normal {

  font-family: Verdana;
  font-size: 11px;
  color: #666;

}

.border {

  border: 1px solid #999;

}
