html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
    background: #828299 url( ../../images/layout_body_background.png ) left top repeat-x ;
}
body, p, li, input, label{
    font: 11px Verdana, Geneva, sans-serif ;
    line-height: 1.5em ;
    color: #505050 ;
}

/****************/

#container {
    padding-bottom: 10px ;
    margin-top: 20px ;
    margin: auto ;
    width: 975px ;
}
#box_logo {
    background: #ffffff url( ../../images/layout_box_logo.jpg ) left top no-repeat ;
    margin-right: 10px ;
    position: relative ;
    height: 305px ;
    width: 250px ;
    float: left ;
    margin-bottom: 10px;
}
#box_logo a {
    position: absolute ;
    display: block ;
    height: 65px ;
    width: 140px ;
    left: 48px ;
    top: 150px ;
}
#box_logo.subpage {
    background: #ffffff url( ../../images/layout_box_logo_subpage.jpg ) left top no-repeat ;
    height: 170px ;
    margin-bottom: 20px;
}
#box_logo.subpage a {
    top: 43px ;
}
#box_navigation {
    background: #ffffff url( ../../images/layout_box_navi.jpg ) left top no-repeat ;
    position: relative ;
    height: 305px ;
    width: 709px ;
    float: left ;
}
#box_navigation.subpage {
    background: #ffffff url( ../../images/layout_box_navi_subpage.jpg ) left top no-repeat ;
    height: 170px ;
    margin-bottom: 20px;
}

#box_navigation .navigation  {
    position: absolute ;
    list-style: none ;
    padding: 0px ;
/*    bottom: 8px ;*/
    /*bottom: 12px ;
    _bottom:15px;  */
    margin: 0px ;
    left: 10px ;
    bottom:7px;
    height:30px;
}

#box_navigation .navigation {
    line-height:25px;
    padding-left:10px;
}
#box_navigation .navigation li {
    list-style: none ;
    padding: 0px ;
    margin: 0px ;

}
#box_navigation.subpage .navigation {
    bottom: 0px;
    height: 27px;
}
#box_navigation .navigation li {
    position: relative ;
    margin-right: 15px ;
    display: inline ;
}
#box_navigation .navigation li.active {
}
#box_navigation .navigation li.active a , #box_navigation .navigation li a:hover {
    background: transparent url( ../../images/layout_nav_active.gif ) center bottom no-repeat ;
    border: 0px ;

}
#box_navigation .navigation li a {
    padding-bottom: 2px ;
    font-size: 14px ;
}
#box_navigation #header_images {
    position: absolute ;
    left: 20px ;
    top: 134px ;
}
#box_navigation #header_images img {
    height: 100px ;
}
#box_navigation #header_images .header_1 , #box_navigation #header_images .header_3 , #box_navigation #header_images .header_5 {
    width: 65px ;
}
#box_navigation #header_images .header_2 {
    width: 100px ;
}
#box_navigation #header_images .header_4 {
    width: 135px ;
}
#box_navigation #header_images .header_6 {
    width: 130px ;
}
#box_navigation #header_images img {
    margin-right: 16px ;
}
#box_navigation #meta {
    position: absolute ;
    width: 200px ;
    right: 10px ;
    top: 10px ;
}
#box_navigation #meta #search {
    position: absolute ;
    right: 115px ;
    top: -3px ;
    width: 140px ;
}
#box_navigation #meta #search input {
    border: 1px solid #ffffff ;
    background: transparent ;
    font-size: 10px ;
    color: #ffffff ;
    width: 100px ;
    height: 14px ;
    float: left ;
    padding: 0;
    margin: 5px 5px 0 0;
}
#box_navigation #meta #search a {
    background: transparent url( ../../images/layout_search_start.gif ) left 8px no-repeat ;
    margin: 0px 0px 0px 2px ;
    display: block ;
    padding: 0px ;
    height: 20px ;
    width: 20px ;
    float: left ;
    border: 0 ;
}
#box_navigation #meta #metanav {
    position: absolute ;
    right: 0px ;
    top: 0px ;
    width: 120px ;
}
#box_navigation #meta #metanav li {
    display: inline ;
    color: #ffffff ;
    margin: 0px ;
}
#box_navigation #meta #metanav li a {
    background: transparent ;
    font-size: 10px ;
    color: #ffffff ;
    padding: 0px ;
}
#box_navigation #meta #metanav li a:hover {
    text-decoration: underline ;
}

#container .shadow {
    position: relative ;
    color: #000000 ;
}
#container .shadow_light {
    position: absolute ;
    color: #ffffff ;
    z-index: 2 ;
    left: -1px ;
    top: -1px ;
}
#container .shadow_light a {
    color: #ffffff ;
}
#contentholder {
    padding-bottom: 10px ;
    position: relative ;
    width: 970px ;
    float: none;
}

#box_submenu {
    position: relative ;
    float: left ;
}
#box_submenu .submenu_content {
    padding: 10px 10px 20px 20px ;
}
#box_submenu .small {
    font-size: 10px ;
}
#box_submenu h3 {
    margin-bottom: 0px ;
}
#box_submenu img {
    margin: 5px 5px 5px 0px ;
}
#box_submenu ul , #box_submenu ul li {
    list-style: none ;
    padding: 0px ;
    margin: 0px ;
}

#box_submenu .navigation li ul {
    margin-top: 5px ;
}
#box_submenu li {
    margin-bottom: 12px ;
}
#box_submenu li a {
    background: transparent url( ../../images/layout_submenu_arrow.gif ) left 5px no-repeat ;
    padding: 0px 0px 0px 10px ;
    font-size: 14px ;
}
#box_submenu li a:hover {
    text-decoration: underline ;
    border: 0px ;
}
#box_submenu li.active a {
    text-decoration: none ;
    font-weight: bold ;
    border: 0px ;
}
#box_submenu li .navigation  , #box_submenu li.active .navigation .navigation{
    display: none ;
}
#box_submenu li.active .navigation  , #box_submenu li.active .navigation  .active .navigation{
    margin-top: 5px ;
    display: block ;
}

#box_submenu .navigation li {
    padding: 0 0 0 10px ;
    margin: 0 0 5px 0 ;
}
#box_submenu .navigation li a {
    background: transparent url( ../../images/layout_submenu_arrow_sub.gif ) left 4px no-repeat ;
    font-weight: normal ;
    font-size: 11px ;
}
#box_submenu .navigation li a:hover {
    text-decoration: underline ;
}
#box_submenu .navigation li a.active {
    font-weight: bold ;
}
#content {
    background: transparent url( ../../images/layout_contentholder.png ) right top repeat-y ;
    padding: 10px 20px 20px 20px ;
    position: relative ;
    height: 100% ;
    width: 668px;
    float: left ;
}
#content .contentLeft {
    width: 225px ;
    float: left ;
    margin-right: 55px;
}
#content .contentRight {
    width: 380px ;
    float: left ;
}
#content #products_overview {
    margin-bottom: 20px ;
}
#content .row {

}
#content .products_subcategory {
    background: transparent url( ../../images/products_categories_overview_background.gif ) left top no-repeat ;
    margin-bottom: 20px ;
    margin-right: 20px ;
    width:  140px ;
    float: left ;

    min-height: 100px ;
    height: auto !important ;
    height: 100px ;
}
#content .products_subcategory a {
    background: transparent ;
    border: 0 ;
}
#content .secondclass {
    background: transparent url( ../../images/products_categories_overview_background2.gif ) left top no-repeat ;
}
#content .lastinrow {

}
#content .columns .image1 {
    background: transparent url( ../../images/layout_product_details_image_background.gif ) left top no-repeat ;
    margin: 0 10px 10px 0;
    width:  140px ;
    height: 140px ;
    float: left ;
}
#content .columns .category {
    background: transparent url( ../../images/products_categories_overview_background2.gif ) left top no-repeat ;
    width: 140px ;
    height: 100px ;
    margin: 0 0 10px 10px;
    float: right ;
}
#content .columns .request {
    position: absolute ;
    left: 150px ;
    top: 115px ;
}
#content .products_variants {
    margin-bottom: 40px ;
    float: left ;
}
#content .products_variants .headline {
    background: #efefef url( ../../images/layout_products_head_fade_small.png ) left top no-repeat ;
    height: 25px ;
}
#content .products_variants .headline span {
    line-height : 25px ;
    border-bottom: 0 ;
}
#content .products_variants span {
    border-bottom: 1px solid #cccccc ;
    font-weight: normal ;
    line-height: 20px ;
    padding: 0 10px ;
    height: 20px ;
    margin: 0px ;
}
#content .products_variants .colleft {
    padding-left: 10px ;
    padding-right: 20px ;
}
#content .products_variants .colright {
    padding-right: 10px ;
}
#content .icon {
    margin-left: 20px ;
    float: left ;
}
#content .downloads {
    position: relative ;
    width :660px ;
}
#content .downloads .headline {
    background: transparent url( ../../images/layout_products_head_fade_large.png ) left top no-repeat ;
    line-height: 25px ;
    padding: 0 10px ;
    height: 25px ;
}
#content .downloads .downloadlist {
    min-height:50px;
    height:auto !important;
    height:50px;

    padding: 2px 10px ;
}
#content .downloads a {
    background: transparent url( ../../images/layout_downloads_arrow.gif ) left center no-repeat ;
    padding-left: 13px ;
}
#content .downloads .warning {
    position: absolute ;
    left: 470px ;
    top: 6px ;
}
#content .downloads .warning span.headline {
    background: transparent url( ../../images/layout_acrobat_logo.gif ) left center no-repeat ;
    padding: 0px ;
    padding-left: 25px ;
    line-height: 14px ;
    font-size: 14px ;
    color: #505050 ;
}
#content .downloads .warning a {
    background: none ;
    padding: 0px ;
}
#content #search input {
    margin-right: 10px ;
    width: 40px ;
}
#content #search select {
    margin-right: 10px ;
}
#content #search input.submit {
    width: 60px ;
}
#content #search_result {
    margin-top: 20px ;
}
#content .pageselector .page {
    float: left;
    background: none;
    margin: 3px;
    padding: 0px;
}
#footer {
    background: transparent url( ../../images/layout_footer.png ) top center no-repeat ;
    text-align: center;
    padding-top: 5px;
    margin: auto ;
    width: 708px ;
}

#footer span {
    color: #cccccc ;
    font-size: 9px ;
}
a.imprint{
    color: #CCCCCC ;
    background: transparent ;
    padding: 0px ;
}

#footer a:hover  {
    color: #CCCCCC ;
    border-bottom:1px solid #ccc;
}
/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{

}
h1{
    border-bottom: 1px solid #333333;
    font-size: 15px;
}
h2{
    font-size: 14px;
}
h3{
    font-size: 12px;
}
ul li{
    margin: 0 0 0 25px;
}
a{
    background: transparent url( ../../images/layout_a_dots.gif ) right 10px no-repeat ;
    text-decoration: none;
    padding-right: 12px ;
    color: #0031e3 ;
}
a.noDots {
    background: transparent ;
    padding: 0px ;
}
a.noDots_underlined{
    background: transparent ;
    padding: 0px ;
}
a.noDots_underlined:hover, a.noDots_underlined.active{
    text-decoration: none;
    border-bottom: 1px solid #0031e3 ;
}
a:hover, a.active{
    text-decoration: none;
    border-bottom: 1px solid #0031e3 ;
}
a.noDots:hover {
    border: 0px ;
}
a img{
    border: none;

}

#TB_ImageOff , #TB_closeWindowButton {
    background: 0 ;
}

#TB_ImageOff:hover , #TB_closeWindowButton:hover {
    border: 0 ;
}
/****************/

.floatleft{
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}
.floatright{
    margin-left: 15px;
    margin-bottom: 5px;
    float: right;
}
.left, .right{
    margin: 0 10px 5px 0;
    float: left;
}
.left{
    font-weight: bold;
    width: 180px;
}
.right{
    width: 350px;
}
.line{
    background: url(../../images/line.gif) center repeat-x;
    height: 5px;
}

/****************/

.columns{

}
.columns .text{
    margin-right: 15px;
    width: 525px;
    float: left;
}
.columns .images{
    width: 120px;
    float: left;
}
.columns .images img{
    margin: 0 0 10px 0;
    float: left;
}

/****************/

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 0;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-weight: bold;
    font-size: 10px;
    color: #ff3333;
}
.editLine{
    margin: 0 0 5px 0;
}
label{
    position: relative;
    width: 180px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 260px;
}
textarea{
    height: 120px;
}
select{
    width: 180px;
}
input.text, input.password, textarea, select{
    background: #ffffff url(../../images/input_text.gif) repeat-x;
    border: 1px solid #888888;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd url(../../images/input_text_required.gif) bottom repeat-x;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input:focus, select:focus, input.required:focus{
    border: 1px solid #000000;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
#mSubmitButton, #asterisk{
    margin: 0 0px 10px 180px;
}

#mResetButton{
    margin-left:15px;
}
#mSubmitButton,
#mResetButton{
   float: left;
}

/****************/

.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.linkbutton {
	padding:4px;
	border:1px solid #EE6600;
	text-decoration:none;
	color:#EE6600;
	font-weight:bold;
	background:none;
}
.linkbutton:hover {
	padding:4px;
	border:1px solid #0031E3;
	text-decoration:none;
	color:#0031E3;
	font-weight:bold;
	background:none;
}
#produced_by{
  margin-left: 35px;
  height: 5px;
  display: block;
  padding-top: 4px;
}
#produced_by img{
  display: block;
}
#contentholder #content_left{
  width: 248px;
  margin-right: 14px;
  float: left; 
}
#contentholder #content_left #specials{
  padding: 10px 15px 6px;
}
#contentholder #content_right{
  width: 708px;
  float: left;  
}
#contentholder #content_left .hometeaser{
  background: url(../../images/layout_teaser.png) bottom left repeat-y;
}

#contentholder #content_left .head_submenu{
  background: url(../../images/head_submenu.png) top left no-repeat;
}
#contentholder.subpage #content_left .head_submenu{
  background: url(../../images/head_submenu_subpage.png) top left no-repeat;
}

#contentholder #content_right{
  background: url(../../images/content_right.png) top left no-repeat;
}
#contentholder.subpage #content_right{
  background: url(../../images/content_right_subpage.png) top left no-repeat;
}

#contentholder #content_left .head_submenu,
#contentholder #content_left .shadow_light{
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  font-size: 14px;
}

#contentholder #content_right .shadow{
  left: 20px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
#contentholder #content_right div.head_content {
    width: 280px ;
    float: left;
}
#contentholder #content_right div.head_content2 {
    width: 400px ;
    float: left;
}
#contentholder #content_right div.head_contentlarge {
    width: 660px ;
	overflow:hidden;

}
 
