/* HTML5 Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #2484E8; color:#fff; text-shadow: none; }
::selection { background:#2484E8; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #2484E8; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; text-decoration: none; }
a:hover { color: #036; }


/**
 * Primary styles
 */

* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-color:#fff;
    background-image: url('../images/bg_folge.png');
    background-repeat: repeat-x;
    height: 100%;
	color:#000;
	font-size:12px;
}

body.start {
    background: #fff url('../images/bg_start.png') repeat-x;
}

input[type="text"], textarea {
	border:1px #ccc solid;
}

#outer {
}

#main {
    margin: 0px auto;
	width: 992px;
}

#header {
	position:relative;
	width: 991px;
	height: 298px;
}

#header #top {
    /*background: url('../images/bg_header.jpg') repeat-x;*/
    height: 54px;
    border-bottom: 4px #fff solid;
}


#header #top #global {
    position: absolute;
    left: 523px;
    top: 19px;
}

#header #top #global a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    padding: 2px 8px 1px 8px;
    background: #21456a;
    display: block;
    height: 15px;
    float: left;
    margin-right: 1px;
}

#header #top #langs {
    position: absolute;
    top: 19px;
    left: 701px;
}

#header #top #langs a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    padding: 2px 16px 1px 39px;
    background: #BABABA;
    display: block;
    height: 15px;
    float: left;
}

#header #top #langs a.last {
    padding-right: 8px;
}

#header #top #langs a.german {
    background: #21456a url('../images/flag_de.jpg') no-repeat;
}

#header #top #langs a.english {
    background: #21456a url('../images/flag_en.jpg') no-repeat;
}

#header #top #langs a.nederlands {
    background: #21456a url('../images/flag_nl.jpg') no-repeat;
}

#header #nav0-1 {
    height: 46px;
    background: url('../images/nav0-1_bg.jpg') repeat-x;
    width: 991px;
    float: right;
    padding-left:0px;
    text-align: right;
    position: absolute;
     z-index: 75;
    top: 59px
}

#header #head_shadow {
    position: absolute;
    left: 0px;
    top: 98px;
    height: 30px;
    z-index: 50;
    width: 991px;
    background: url('../images/head_shadow.png');
}

#header #nav0-1 a {
    text-transform: uppercase;   
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
    display: block;
    height: 29px;
    float: right;
    padding: 10px 20px 0px 20px;
    white-space: nowrap;
    background-image: url('../images/bg_nav0-1.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

#header #nav0-1 a.active, #header #nav0-1 a:hover {
    background-image: url('../images/nav0-1_bg_active.jpg');
    background-repeat: repeat-x;   
}

#header #logo {
	position:absolute;
    left:18px;
    top: 44px;
    height: 82px;
    width:339px;
    z-index: 99;
}

#header #mainImage {
    position: absolute;
    top: 94px;
    left: 0px;
}


#body {
    position: relative;
	z-index:50;
}

#left {
	float:left;
	width: 236px;
}

#left #nav0-2 {
    margin-top: 40px;
    border-bottom: 1px #fff solid;
}

#left #nav0-2 a {
    border-top: 1px #fff solid;
    border-left: 1px #fff solid;
    background: #e5e9ed;
    color: #000;
    display: block;
    padding: 4px 0px 5px 9px;
    text-decoration: none;
}

#left #nav0-2 a.active, #left #nav0-2 a:hover, #left #nav0-2 a.activesub {
    background-color: #2184E9;
    background-image: url('../images/nav0-2_bg_active.jpg');
    background-repeat: repeat-x;
    color: #fff;
}

#left #nav0-3 {
    
}

#left #nav0-3 a {
    border-top: 1px #fff solid;
    border-left: 1px #fff solid;
    background: #e5e9ed;
    color: #000;
    display: block;
    padding: 4px 0px 5px 25px;
    text-decoration: none;
}

#left #nav0-3 a.active, #left #nav0-3 a:hover {
    background-color: #2184E9;
    background-image: url('../images/nav0-2_bg_active.jpg');
    background-repeat: repeat-x;
    color: #fff;
}

#left #requestlist {
    background: url('../images/bg_requestlist.png') no-repeat;
    width: 236px;
    height: 158px;
    margin-top: 15px;
}

#left #requestlist span.headline {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 21px 14px 0px 0px;
}

#left #requestlist div.products {
    background-color: #e5e9ed;
    padding: 8px;
    text-align: right;
    margin: 8px 12px 12px 12px;
    border: 1px #fff solid;
}

#left #requestlist div.products strong { 
    color: #2184e8;
}

#left #requestlist a.button {
    background: url('../images/btn_bg_requestlist.jpg') no-repeat;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 4px 8px;
    float: right;
    margin-right: 13px;
    font-size: 11px;
}

#right {
	float:left;
	width:740px;
    background-color: #fff;
}

#themepic {
	position:relative;
}

#content {
	position:relative;
    padding: 10px 30px;
    border: 1px #e2e5e8 solid;
}

#content.start {
    margin: 33px 15px 0px 15px;
    background: #fff;
}

#content #top {
    border-bottom: 1px #e2e5e8 solid;
    padding-bottom: 5px;
    height: 25px;
}

#content #top h1 {
    float: left;
    font-size: 16px;
    
}

#content #top #breadcrump {
    float: left;    
    width: 450px;
    margin-top: 5px;
}

#content #top #breadcrump ul {
    list-style: none;
}

#content #top #breadcrump ul li {
    float: left;
    background: url('../images/square.gif') no-repeat left 3px;
    padding-left: 12px;
    padding-right: 5px
}

#content #top #breadcrump ul li.first {
    background: none;
    padding-left: 0px;
}

#content #top #breadcrump ul li a {
    color: #000;
    font-size: 11px;
    font-weight: bold;
}


#content #top #breadcrump ul li a.active {
    color: #2993ff;   
}

#content #top #search {
    float: right;
}

/* #content #top #search input[type=text]*/
#content #top #search input[type=text] {
    background: url('../images/bg_searchfield.jpg') no-repeat;
    width: 185px;
    height: 15px;
    padding: 3px;
    border:0px;
}

.content h1 {
    font-size: 20px;
    font-weight: bold;
}

.content h2 {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    padding-bottom: 0px;
}

#content .content #start h2 {
    font-size: 14px;
    font-weight: bold;
    color: #1a7fe6;
    padding-bottom: 10px;
}

#content .content .list_headline {
    display: block;
    padding-top: 5px;
}

#content .content .nopadding {
    padding: 0px;
}

#content .content .list_headline div.prodCount {
    font-weight: normal;
    float: left;
    width: 300px;
}

#content .content .list_headline .pager {
    float: right;
    display: block;
    width: 300px;
}

#content .content .list_headline .pager ul {
    float: right;
}

#content .content .list_headline .pager ul li {
    float: left;
    padding: 0px;
    margin-right: 3px;
    background: none;
}

#content .content .list_headline .pager ul li span {
    float: none;
}

#content .content .list_headline .pager ul li a {
    background: #dce0e5;
    display: block;
    padding: 0px 4px 0px 4px;
    color: #000;
}

#content .content .list_headline .pager a.active {
    background: url('../images/bg_pager.jpg') repeat-x;
    color: #fff;
}

#content .content .list_headline .pager ul li a.arrow {
    background: none;
}

.content #start {
    margin-bottom: 20px;
}

.content #start a {
    color: #2988e8;
}

.content #start td.image {
    padding-bottom: 8px;
}

.content #start .teaser_desc {
    padding-right: 9px;
}

.content #start .teaser_desc a {
    color: #2988e8;
}

.content #start .teaser_desc a.button {
    background: url('../images/btn_teaser_bg.jpg') repeat-x;
    border: 1px #98cbff solid;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 5px 2px 5px;
    display: block;
    width: 120px;
    text-align: center;
    margin-top: 8px;
}

.content #start .border {
    border-left: 1px #e6e9eb solid;
    padding-right: 6px;
    
}

.content #start div.newsteaser {
    position: relative;   
}

.content #start div.newsteaser .overlay {
    background: url('../images/news_overlay.png') no-repeat;
    width: 102px;
    height: 46px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 500;
}

.content #start td.newsteaser a.more {
    padding: 10px 0 0 10px;
    display: block;
}

.content #start td.spacer {
    padding-left: 6px;
}

.content #start div.newsteaser {
    background: #e5e9ed;
    width: 189px;
    padding: 10px 13px 10px 10px;
    border-bottom: 1px #fff solid;
}

.content #start div.newsteaser .desc {
    width: 107px;
    float: left;
}

.content #start div.newsteaser .desc a {
    color: #000;
}

.content #start div.newsteaser img {
    float:right;
}

.content #start .downloadArea {
    background: #e5e9ed url('../images/download_area.jpg') no-repeat right center;
    color: #000;
    font-weight: bold;
    padding: 14px 51px  15px 10px;
    margin-top: 22px;
    display: block;
}


#product_list {
    margin-top: 12px;
}

#product_list .image_outer {
   padding-right: 12px;
   width: 208px;
}

#product_list .image_outer .image {
    background: #eff2f5 url('../images/bg_product_list_image.jpg') repeat-x;
    width: 208px;
    height: 137px;
    padding: 10px 0px;
}

#product_list .border {
    border-left: 1px #e6e9eb solid;
    padding-right: 10px;
}

#product_list .vborder {
    background: url('../images/product_list_vborder.gif') repeat-x;
    height: 34px;
}

#product_list .small {
    height: 29px;
}

#product_list .details {
    padding: 10px 10px 0 5px;
}

#product_list .details .product_name {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

#product_list .details .art_nr {
    display:block;
    margin-bottom: 7px;
}

#product_list .details a {
    color: #1e82e7;
}

#product_list .details a.add2Requestlist {
    background: url('../images/btn_add2requestlist.jpg') no-repeat;
    color: #fff;
    display: block;
    float: left;
    padding: 2px 10px 4px 23px;
    margin-top: 6px;
}

#product_list .details a.images {
    background: url('../images/btn_product_list_images.jpg') no-repeat;
    color: #fff;
    display: block;
    float: left;
    padding: 2px 8px 4px 23px;
    margin-top: 6px;
    
}

#footer {
    background: #EEF1F4;
    margin-top: -80px;
    padding-top: 80px;
}

#footer #inner {
    margin: 0px auto;
    width: 712px;
    padding-left: 250px;
}

#footer #inner.start {
    padding-left: 45px;  
    width: 940px;  
}

#footer #inner #nav3-1 {
    float: left;
    margin-top: 16px;
}

#footer #inner #nav3-1 a {
    text-transform: uppercase;
    padding-right: 30px;
    color: #515963;
}

#footer #inner .global {
    font-size: 11px;
    margin-top: 16px;
    margin-right: 40px;
    color: #515963;
    float: right;
    display: block;
    white-space: nowrap;    
}

#footer #inner .global a {
    padding-right: 15px;
    color: #515963;
}


#footer #inner .copyright {
    display: block;
    padding: 15px 0;
    clear: both;
    color: #98a1ab;
    font-size: 11px;
}


/* Standard styles */

.clearer {
	clear:both;
}

#sitemap {

}

#sitemap .ebeneTop {
	font-weight:bold;
	font-size:12px;
	margin:10px 0 5px 0;
}

#sitemap div a {
	display:block;
	border-bottom:1px #e2e2e2 solid;
	padding:1px 3px 1px 0;
	font-weight:normal;
}

#sitemap div a.eebene {
	display:block;
	padding:1px 3px 1px 3px;
	font-weight:bold;
}

ul ul {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:none;
}

ul ul ul {
	margin:0 0 0 30px;
	padding:0;
	list-style-type:none;
}

ul ul ul ul {
	margin:0 0 0 45px;
	padding:0;
	list-style-type:none;
}

ul ul ul ul ul {
	margin:0 0 0 60px;
	padding:0;
	list-style-type:none;
}

ul ul ul ul ul ul {
	margin:0 0 0 75px;
	padding:0;
	list-style-type:none;
}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

li {
	position:relative;
	background-image:url(../images/li.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 0 15px;
	margin:0 0 5px 0;
}

ol {
}

ol li {
	position:relative;
	background-image:none;
	padding:0;
	margin:0;
}

.transparent {
	behavior:none;
}

* html .transparent {
	behavior:url("styles/pngbehavior.htc");
}

#captcha {
	background-image:url("../captcha.php");
	width:100px;
}

/* !!! WebCMS-Teil / WYSIWYG !!! ANFANG */

.directedit {
	position:absolute;
	right:0px;
	top:0px;
}

.content {
	font-size:12px;
	padding: 10px 0 0 0;
	background-image:none;
	background-color:#fff !important;
}

.content a {
 	text-decoration:none !important;
}

.content table {
	border-collapse:collapse;
}

.content table tr td {
	vertical-align:top;
	font-size:12px;
}

.randleiste_1 {
	background-image:none;
	background-color:#fff !important;
}

/* !!! WebCMS-Teil / WYSIWYG !!! ENDE */

/** 
* Templates
*/
 .search_header {
 	margin:10px 0 10px 0;
 }
 
.search_header .search_btn {
	border:1px #F40045 solid;
	background-image:none;
	background-color:#ECEBEB; 
}

.search_body {
}

.search_body .left * a, .search_body .right * a{
	color:#000;
}

.search_body .categories {
	border-bottom:1px #C2C2C2 solid;
	padding:0 0 5px 0;
	margin: 0 0 10px 0;
} 

.search_body .categories .list {
	float:left;
	padding: 0 0 0 5px;
}

.search_body .left {
	float:left;
}

.search_body .left_standalone {
	float:left;
	width:100%;
	margin: 0 10px 0 0;
}

.search_body .left .article, .search_body .left_standalone .article {
	padding:10px 0 5px 5px;
	border-bottom:1px #C2C2C2 solid;
	margin:0 10px 0 0;
}

.search_body .article a.head {
	font-weight: bold;
}

.search_body .article a.more {
}

.search_body .article .text {
	padding: 8px 0 5px 0;
}

.search_body .right {
	float:left;
	width:49%;
}

.search_body .right .prod {
	padding:0 0 5px 5px;
	border-bottom:1px #C2C2C2 solid;
}

.search_body .right .image {
	float:left;
}

.search_body .right .desc {
	float:left;
}

.no-display {
	display: none;
}

/* MessageStack */
#error {
	background-color:#ffe4e4;
	background-image:URL(../images/admin/error.jpg);
	background-position:8px 8px;
	background-repeat:no-repeat;
	border:1px solid #ff0000;
	padding:10px 10px 10px 55px;
	color:#ff0000;
	margin-bottom:15px;
}

#ok {
	background-color:#cbffc4;
	background-image:URL(../images/admin/ok.jpg);
	background-position:8px 8px;
	background-repeat:no-repeat;
	border:1px solid #3f9519;
	padding:10px 10px 10px 55px;
	margin-bottom:15px;
	color:#3f9519;
}

#info {
	background-color:#edf8fe;
	background-image:URL(../images/admin/info.jpg);
	background-position:8px 8px;
	background-repeat:no-repeat;
	border:1px solid #2d6bb4;
	padding:10px 10px 10px 55px;
	color:#2d6bb4;
	margin-bottom:15px;
}

#info li, #ok li, #error li {
	list-style:none;
}

.img_left {
    border: 0 none;
    float: left;
    margin: 0 20px 20px 0;
}

.img_right {
    border: 0 none;
    float: right;
    margin: 0 0 20px 20px;
}


/**
 * Primary styles END
 */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } 
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } 
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}

