body{
  background-color: #FFFFFF;
  margin:0;
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a{
  text-decoration: none;
  color: #FF0000;
}

a:hover{
  text-decoration: underline;
  color: #FF0000;
}


a.bluebold{
  background-image: url(/gfx/arrow_blue.gif);
  background-position: left;
  background-repeat: no-repeat;
  font-size: 10px;
  color: #003574;
  font-weight: bold;
  text-transform: uppercase;
  padding-left:10px;
  width: 0px; /* IE 5 Bug */
}

a.bluebold:hover{
  background-image: url(/gfx/arrow_red.gif);
  background-position: left;
  background-repeat: no-repeat;
  color: #FF0000;
  text-decoration: none;
  width: 0px; /* IE 5 Bug */
}

a.bluebold11{
  background-image: url(/gfx/arrow_blue.gif);
  background-position: left;
  background-repeat: no-repeat;
  font-size: 11px;
  color: #003574;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  padding-left:10px;
  width: 0px; /* IE 5 Bug */
}

a.bluebold11:hover{
  background-image: url(/gfx/arrow_red.gif);
  background-position: left;
  background-repeat: no-repeat;
  color: #FF0000;
  text-decoration: none;
  width: 0px; /* IE 5 Bug */
}

a.download{
  background-image: url(/gfx/download_red.gif);
  background-position: 0 1px;
  background-repeat: no-repeat;
  font-size: 11px;
  color: #FF0000;
  padding-left:20px;
  width: 0px; /* IE 5 Bug */
}

a.download:hover{
  background-position: 0 -10px;
  background-repeat: no-repeat;
  color: #FF0000;
  text-decoration: underline;
  width: 0px; /* IE 5 Bug */
}

a.view{
  background-image: url(/gfx/view.gif);
  background-position: 0 2px;
  background-repeat: no-repeat;
  font-size: 11px;
  color: #FF0000;
  padding-left:20px;
  width: 0px; /* IE 5 Bug */
}

a.view:hover{
  background-position: 0 -9px;
  background-repeat: no-repeat;
  color: #FF0000;
  text-decoration: underline;
  width: 0px; /* IE 5 Bug */
}

a.mail{
  background-image: url(/gfx/mail.gif);
  background-position: 0 -8px;
  background-repeat: no-repeat;
  font-size: 11px;
  color: #FF0000;
  padding-left:20px;
  width: 0px; /* IE 5 Bug */
  white-space: nowrap;
}

a.mail:hover{
  background-position: 0 4px;
  background-repeat: no-repeat;
  color: #FF0000;
  text-decoration: underline;
  width: 0px; /* IE 5 Bug */
  white-space: nowrap;
}

a.www{
  background-image: url(/gfx/www.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  font-size: 11px;
  color: #FF0000;
  padding-left:20px;
  width: 0px; /* IE 5 Bug */
  white-space: nowrap;
}

a.www:hover{
  background-position: 0 -9px;
  background-repeat: no-repeat;
  color: #FF0000;
  text-decoration: underline;
  width: 0px; /* IE 5 Bug */
  white-space: nowrap;
}

a.more{
  background-image: url(/gfx/arrow_red.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  font-size: 11px;
  color: #FF0000;
  padding-left:15px;
  width: 0px; /* IE 5 Bug */
  white-space: nowrap;
}

a.more:hover{
  color: #FF0000;
  background-position: 3px 3px;
  text-decoration: underline;
  width: 0px; /* IE 5 Bug */
  white-space: nowrap;
}

img{
  border: none;
}

h1{
  font-size: 18px;
  font-weight: bold;
  color: #0668A9;
  padding: 0;
  margin: 0;
}

h2{
  font-size: 12px;
  font-weight: bold;
  color: #0668A9;
  padding: 0 0 10px 0;
  margin:  0 0 10px 0;
}

hr{
  background-color:#C7C7C7; /* Mozilla 1.4 */
  color:#C7C7C7; /* IE 6 */
  border: #C7C7C7; /* Opera 7.11 */
  height: 1px; /* in Opera f�r die Anzeige n�tig, in Mozilla f�r die einheitliche H�he */
  padding-bottom:0px;
  padding-top:0px;
  margin-top:0px;
  margin-bottom:0px;

}

.hr{
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  line-height: 1px;
  margin: 10px 0 10px 0;
  clear: both;

}

.topNavBut{
  background-color: #E9EAEB;
  border-left: 1px solid #7F9AB9;
  border-right: 1px solid #7F9AB9;
  color: #003574;
  float: left;
  /*height: 22px;*/
  font-size: 9px;
  font-weight: bold;
  /*margin: 0;*/
  padding: 5px 0 5px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 110px;
  z-index: 100;
  white-space: nowrap;
}

.topNavBut a{
  color: #003574;
  width: 100%;
  /*height: 100%;*/
  /*margin-top: 5px;*/
  position: relative;
  z-index: 100;
  /*border: 2px solid #000000;*/
}

.topNavButOver{
  background-color: #003574;
  border-left: 1px solid #7F9AB9;
  border-right: 1px solid #7F9AB9;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  font-size: 9px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 110px;
  z-index: 100;
  text-decoration: none;
  white-space: nowrap;
}

.topNavButOver a{
  color: #FFFFFF;
  width: 100%;
  /*height: 100%;*/
  position: relative;
  text-decoration: none;
  z-index: 100;
}

.topNavButOver a:hover{
  color: #FFFFFF;
  width: 100%;
  /*height: 100%;*/
  position: relative;
  text-decoration: none;
}

.topNavSub{
  /*height: auto;*/
  position: absolute;
  width: 160px;
  top: -100px;
  z-index: 99;
  display: block;
}

.topNavSubBut{
  background-color: #E9EAEB;
  border: 1px solid #7F9AB9;
  border-collapse: collapse;
  color: #003574;
  font-size: 9px;
  z-index: 100;
  width: 200px;
  font-weight: bold;
  padding: 4px 4px 4px 13px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  /*-moz-opacity: 0.80;*/
  /*filter: alpha(opacity=90);*/
}

.topNavSubBut a{
  color: #003574;
  width: 200px;
  /*height: 100%;*/
  position: relative;
  /*margin: 4px 4px 4px 13px;*/
}

.topNavSubButOver{
  background-color: #003574;
  background-image: url(/gfx/arrow_white.gif);
  background-position: left;
  background-repeat: no-repeat;
  border: 1px solid #E9EAEB;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
  z-index: 100;
  width: 200px;
  padding: 4px 4px 4px 13px;
  position: relative;
  text-transform: uppercase;
  /*-moz-opacity: 0.80;*/
  /*filter: alpha(opacity=90);*/
  text-decoration: none;
}

.topNavSubButOver a{
  color: #FFFFFF;
  width: 200px;
  /*height: 100%;*/
  position: relative;
  text-decoration: none;
  /*margin: 4px 4px 4px 13px;*/
}

.topNavSubButOver a:hover{
  color: #FFFFFF;
  width: 160px;
  /*height: 100%;*/
  position: relative;
  text-decoration: none;
}

/*.topNavSubShow{
  background-color: #E9EAEB;
  display: block;
  position: absolute;
  top: 96px;
  visibility: visible;
  width: 150px;
  z-index: 99;
  filter: alpha(opacity=90);
  -moz-opacity: 0.70;
}*/

.leftNavBut{
  background-color: #E9EAEB;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  color: #003574;
  position: relative;
  padding: 2px;
}

.leftNavBut a{
  color: #003574;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left:10px;
  position: relative;
  width: 120px;
}

.leftNavBut a:hover{
  color: #003574;
  font-size: 9px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  background-image: url(/gfx/arrow_blue.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 10px;
}

.leftSubNav{
  margin-bottom:10px;
  margin-left: 1px;
}

.leftSubNav a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #006699;
  padding-left:10px;
  line-height: 15px;
  position: relative;
  text-decoration: none;
  width: 120px; /* IE 5 Bug */
}

.leftSubNav a:hover{
  background-image: url(/gfx/arrow_blue.gif);
  background-position: left;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #006699;
  padding-left:10px;
  position: relative;
  text-decoration: none;
  width: 120px; /* IE 5 Bug */
}

table.keyfeatures{
  margin: 0px;
  border-collapse: collapse;
  position: relative;
  width: 540px;
}

table.keyfeatures td{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  font-size: 11px;
  vertical-align: top;
}

table.keyfeatures td strong{
  padding-right:25px;
}

table.driver{
  margin: 0px;
  border-collapse: collapse;
  position: relative;
  width: 540px;
}

table.driver td{
  padding: 8px 0px 8px 15px;
  border-bottom: 1px solid #cccccc;
  font-size: 11px;
  vertical-align: top;
}

table.driver td.title{
  padding: 8px 15px 8px 15px;
  border-bottom: 1px solid #FFFFFF;
  background-color: #F1F3F5;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

table.presspicture{
  margin: 0px;
  position: relative;
  width: 540px;
}

table.presspicture td{
  padding: 3px 0px 3px 5px;
  font-size: 11px;
  vertical-align: top;
}

table.price{
  padding-bottom: 25px;
  margin: 0px;
  border-collapse: collapse;
  position: relative;
  width: 540px;
}

table.price th{
  /*border-bottom: 1px solid #CCCCCC;*/
  font-size: 11px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  padding: 5px;
}

table.price td{
  border-bottom: 1px solid #CCCCCC;
  font-size: 11px;
  padding: 5px;
  vertical-align: top;
}

#lang{
  height: 10px;
  left: 665px;
  position: absolute;
  top: 4px;
  width: 80px;
  z-index: 150;
}

#teaser{
  background-color: #E9EAEB;
  border-bottom: 1px solid #FFFFFF;
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px 2px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /*position: relative;*/
  clear: both;
  width: 560px;
}

.teaser_d9e1ea{
  background-color: #E9EAEB;
  border-bottom: 1px solid #FFFFFF;
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px 2px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /*position: relative;*/
  clear: both;
  width: 560px;
  background-image: url(/gfx/teaser_d9e1ea.gif);
  background-position: left;
  background-repeat: repeat-y;
}

.teaser_matrix{
  background-color: #E9EAEB;
  border-bottom: 1px solid #FFFFFF;
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px 2px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /*position: relative;*/
  clear: both;
  width: 560px;
  background-image: url(/gfx/teaser_matrix.gif);
  background-position: left;
  background-repeat: repeat-y;
}

.teaser_cdp{
  background-color: #E9EAEB;
  border-bottom: 1px solid #FFFFFF;
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px 2px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /*position: relative;*/
  clear: both;
  width: 560px;
  background-image: url(/gfx/teaser_cdp.gif);
  background-position: left;
  background-repeat: repeat-y;
}

.teaser_video{
  background-color: #E9EAEB;
  border-bottom: 1px solid #FFFFFF;
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px 2px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /*position: relative;*/
  clear: both;
  width: 560px;
  background-image: url(/gfx/teaser_video.gif);
  background-position: left;
  background-repeat: repeat-y;
}

.teaser_time{
  background-color: #E9EAEB;
  border-bottom: 1px solid #FFFFFF;
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px 2px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /*position: relative;*/
  clear: both;
  width: 560px;
  background-image: url(/gfx/teaser_time.gif);
  background-position: left;
  background-repeat: repeat-y;
}

.teaser_laser{
  background-color: #E9EAEB;
  border-bottom: 1px solid #FFFFFF;
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px 2px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /*position: relative;*/
  clear: both;
  width: 560px;
  background-image: url(/gfx/teaser_laser.gif);
  background-position: left;
  background-repeat: repeat-y;
}

.teaser_timeserver{
  background-color: #E9EAEB;
  border-bottom: 1px solid #FFFFFF;
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px 2px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /*position: relative;*/
  clear: both;
  width: 560px;
  background-image: url(/gfx/teaser_timeserver.gif);
  background-position: left;
  background-repeat: repeat-y;
}

.teaser_microscope{
  background-color: #E9EAEB;
  border-bottom: 1px solid #FFFFFF;
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px 2px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /*position: relative;*/
  clear: both;
  width: 560px;
  background-image: url(/gfx/teaser_microscope.gif);
  background-position: left;
  background-repeat: repeat-y;
}

.teaser_printheads{
  background-color: #E9EAEB;
  border-bottom: 1px solid #FFFFFF;
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px 2px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /*position: relative;*/
  clear: both;
  width: 560px;
  background-image: url(/gfx/teaser_printheads.gif);
  background-position: left;
  background-repeat: repeat-y;
}

.teaser_matrix div, .teaser_laser div, .teaser_d9e1ea div, .teaser_cdp div, .teaser_time div, .teaser_video div, .teaser_timeserver div, .teaser_microscope div,  .teaser_printheads div{
  padding-left:20px;
  width: 500px;
  clear: both;
}

table.printheadsTable{
  border-collapse: collapse;
  border: 2px solid #CCC;
  font-size: 10px;
  margin-bottom: 15px;
}
table.printheadsTable th{
  padding: 8px;
  width: 125px;
  font-weight: bold;
  text-align: right;
  border: 1px solid #ccc;
}
table.printheadsTable th span{
  font-weight: normal;
}
table.printheadsTable td{
  width: 127px;
  border: 1px solid #ccc;
  text-align: center;
}

#box{
  display: block;
  left: 50%;
  margin-left: -375px;
  margin-top: 0px;
  position: absolute;
  width: 750px;
}

#topBox{
  left: 50%;
  margin-left: -375px;
  margin-top: 0px;
  position: absolute;
  width: 752px;
  height: 30px;
  z-index: 380;
  background-color: #FFFFFF;
  border-bottom: 1px solid #C7C7C7;
}

#contentBox{
  margin-bottom: 4px;
  margin-top: 4px;
  position: relative;
  width: 748px;
  clear : both;
  display: block;
  background-color: red;
  border: 1px solid red;
}

#contentLeft{
  background-color: White;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  width: 156px;
  display: block;
}

#contentRight{
  background-color: White;
  padding-top: 15px;
  padding-bottom: 15px;
  /*position: relative;*/
  display: block;
  width: 591px;

}

#contentarea{
  margin: 0px 15px 0px 15px;
  position: relative;
  width: 560px;
  display:block;
}

.content{
  margin-top:0;
  font-size: 11px;
  text-align: left;
  /*position: relative;*/
}

/*#contentareaLogin{
  margin: 0px 15px 0px 15px;
  position: relative;
  width: auto;
  display:block;
}*/

p.content{
  margin-top:0;
  font-size: 11px;
  text-align: left;
  position: relative;
}

p.contentleft{
  margin-top:0;
  font-size: 11px;
  text-align: left;
  position: relative;
}

span.content{
  font-size: 11px;
}

td.content{
  font-size: 11px;
  /*text-align: justify;*/
  vertical-align: top;
}

td.contentright{
  font-size: 11px;
  text-align: right;
  vertical-align: top;
}

.error{
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #FF0000;
}

.footer{
  color: #999999;
  font-size: 10px;
}

.secHeadline{
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
}

.homeTeaserMain{
  width: 560px;
  height: 170px;
  position: relative;
  margin-bottom: 15px;
}

#pomTeaserLeft{
  width: 200px;
  height: 170px;
  background-color: #E9EAEB;
  float: left;
  position: relative;
  text-align: center;
}

#pomTeaserLeft.pom{
  position:relative;
  top:50%;
  margin-top:-60px;
}

#pomTeaserRight{
  width: 360px;
  height: 170px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
}

#pomTeaserRight p.headline{
  font-size: 28px;
  margin: 15px 25px 10px 25px;
  font-weight: bold;
  color: White;
}

#pomTeaserRight p.subheadline{
  font-size: 14px;
  margin: 8px 25px 10px 25px;
  font-weight: bold;
  color: White;
}

#pomTeaserRight p.text{
  font-size: 12px;
  margin: 8px 25px 0px 25px;
  font-weight: bold;
  color: Black;
}

.laser{
  background-color: #A5CF4C;
}

.laser h1, .laser h2{
  color: White;
}

.matrix{
  background-color: #00AEEF;
}

.matrix h1, .matrix h2{
  color: White;
}

.video{
  background-color: #FAA74A;
}

.video h1, .video h2{
  color: White;
}

.time{
  background-color: #93B1B3;
}

.time h1, .time h2{
  color: White;
}

.cdp{
  background-color: #FFD400;
}

.cdp h1, .cdp h2{
  color: Black;
}

.timeserver{
  background-color: #BF8900;
}

.timeserver h1, .timeserver h2{
  color: White;
}

.microscope{
  background-color: #002551;
}

.microscope h1, .microscope h2{
  color: White;
}

.printheads{
  background-color: #870303;
}

.printheads h1, .printheads h2{
  color: White;
}

.blue{
  background-color: #006699;
}

.grey{
  background-color: #E9EAEB;
}

#pomNaviMain{
  position: relative;
  width: 151px;
  display: block;
  margin-left: 3px;
  margin-top: 50%;
}

#pomNaviTop{
  background-color: #E9EAEB;
}

#pomNaviBottom{
  /*height: 160px;*/
  display: block;
  padding-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

#pomNaviBottom p.headline{
  font-size: 14px;
  padding: 10px 5px 0px 5px;
  margin: 0px;
  font-weight: bold;
  color: White;
}

#pomNaviBottom p.subheadline{
  font-size: 11px;
  padding: 5px 5px 0px 5px;
  margin: 0px;
  font-weight: bold;
  color: White;
}

#pomNaviBottom p.text{
  font-size: 11px;
  padding: 5px 5px 5px 5px;
  margin: 0px;
  font-weight: normal;
  color: Black;
}

.highLights{
  width: 170px;
  height: 150px;
  position: relative;
  background-image: url(/gfx/bg_highlights.gif);
}

.highLightsTeaser{
  color: #003574;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px 2px 0px;
  margin-bottom: 5px;
  margin-left: 20px;
  text-transform: uppercase;
  /*position: absolute;*/
  clear: both;
  /*width: 165px;*/
}

.highLightsText{
  margin: 8px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.highLightsText img{
  margin-right: 8px;
  float: left;
}

.highLightsLink{
  width: 170px;/*fuer IE*/
  height: 20px;
  text-align: right;
  padding-right: 5px;
  position: relative;
  background-color: #E9EAEB;
  white-space: nowrap;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 165px; /*fuer den Rest*/
}

.imageleft{
  float: left;
  padding:0;
  margin-right: 12px;
  margin-bottom:15px;
  position: relative;
}

.imageleft img{
  float: left;
}

.imageright{
  float: right;
  margin-left: 12px;
  margin-bottom:15px;
  position: relative;
}

.prodimage{
  float: left;
  margin-right: 12px;
  /*margin-bottom:15px;*/
  position: relative;
}

.prod_navi{
  text-align: right;
  position: relative;
  padding-bottom:15px;
}

#footer{
  color: #999999;
  float: left;
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 50px;
  position: relative;
  width: 750px;
}

#footer a{
  color: #999999;
}

#main{
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  float: left;
  position: relative;
  margin-top:30px;
  width: 100%;
}

#naviTop{
  border-bottom: 2px solid #7F9AB9;
  background-color: #E9EAEB;
  height: 22px;
  left: 0px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 100;
}

#subNavi{
  color: #D9E1EA;
  font-size: 9px;
  height: 14px;
  /*left: 415px;*/
  left: 590px;
  position: absolute;
  top: 54px;
  /*width: 340px;*/
  z-index: 150;
}

#topVerlauf{
  background-image: url(/gfx/verlauf_top.gif);
  background-position: right;
  background-repeat: repeat-x;
  border-bottom: 2px solid #7F9AB9;
  height: 72px;
  position: relative;
  width: 100%;
  z-index: 110;
}

#search{
  color: #003574;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  float: left;
  margin: 0;
}

#search input{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  border: 1px solid #C7C7C7;
  color: #000000;
  width: 75px;
  margin:0 4px 0 8px;
}

/*FORMULAR*/

fieldset {
   BORDER: #C7C7C7 1px solid;
  PADDING: 15px;
   WIDTH: 400px;
  left: 50%;
  margin-left: -200px;
  position: relative;
}
legend {
   color: #003574;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.formLine{
  clear : both;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  width: 400px
}

.formBez{
  font-size: 11px;
  text-align: right;
  float: left;
  color: #C7C7C7;
  font-weight: bold;
  width: 100px;
  height: 25px;
  margin-right:10px;
  padding-right:10px;
  border-right: 1px solid #C7C7C7;
  line-height: 25px;
}

.formField{
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  border: 1px solid #C7C7C7;
}

.formSubmit{
  background-color: #E9EAEB;
  background-image: url(/gfx/arrow_blue.gif);
  background-position: left;
  background-repeat: no-repeat;
  border-right: 1px #7F9AB9 solid;
  border-bottom: 1px #7F9AB9 solid;
  border-left: 1px #C7C7C7 solid;
  border-top: 1px #C7C7C7 solid;
  color: #003574;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 0 18px 0 18px;
}

.formReset{
  background-color: #E9EAEB;
  background-image: url(/gfx/arrow_red.gif);
  background-position: left;
  background-repeat: no-repeat;
  border-right: 1px #7F9AB9 solid;
  border-bottom: 1px #7F9AB9 solid;
  border-left: 1px #C7C7C7 solid;
  border-top: 1px #C7C7C7 solid;
  color: RED;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 0 18px 0 18px;
}

.formButton{
  background-color: #E9EAEB;/*
  background-image: url(/gfx/arrow_blue.gif);
  background-position: left;
  background-repeat: no-repeat;*/
  border-right: 1px #7F9AB9 solid;
  border-bottom: 1px #7F9AB9 solid;
  border-left: 1px #C7C7C7 solid;
  border-top: 1px #C7C7C7 solid;
  color: #003574;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 0 18px 0 18px;
}

.formSection{
  color:#cccccc;
  font-size: 11px;
  font-weight:bold;
  text-align:right;
  border-right:1px solid #cccccc;
  padding-right:10px;
  padding-top:5px;
}

.clockBox{
  position: absolute;
  z-index: 600;
  top:54px;
  left: 175px;
  height:15px;
  width: 400px;
}
.clockBox td{
  color: #FFF;
  font-size: 9px;
}

.clockBox span#time, .clockBox span#date{
  padding: 3px;
  font-size: 10px;
font-weight:bold;
}
.timeClock{
  width: 155px;
  background:#005AAA;
  text-align:center;
  }
.clockBox a{
  color: #FFF;
  text-decoration:underline;
}

.clockBox a:hover{
  color: #FFF;
  text-decoration:none;
}

.clockBox span{
  font-weight:bold;
}

.oldModel_overview{
  padding-left: 0px;
}

.oldModel_detail{
  position: absolute;
  top: 80px;
  left: 130px;
}
.oldModel_note{
  color: #991024;
}

.imgLeft{
  float: left;
  margin-right: 12px;
}

/*AGB */

ol.agb {
   list-style-type:upper-roman;
}
ol.agb li {
	font-weight:bold;
	}
	
ol.agb ol{
   list-style-type:decimal;
}
ol.agb ol li{
   font-weight:normal;
      margin:3px 0;
}


/* Clearfix-Hack */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
