@import url(styles.form.css);

/* commented backslash hack \*/
html, body {height:100%;}
/* end hack */


* {
    padding: 0;
    margin: 0; 
    border: 0;
}

body {
	padding: 0px 0px 0px 0px;
	font: 12px "Trebuchet MS", Tahoma, sans-serif;
    background: #FFF url(/img/bg_top.png) top left repeat-x;
}

html {
   overflow-y: scroll;
}

#wrapper {
    width: 900px;
    text-align: left;
    background: transparent url(/img/bg_page.png) top center repeat-y;
    min-height: 100%;
    margin: auto;
    padding: 0px;
    margin-bottom:-47px;

}

* html #wrapper {
    height: 100%;
}


.invisible {
    clear: both;
    display: none;
}

code, pre, kbd {
    font-family: "Courier New", Courier, monospace; 
    font-size : 1em;
}

pre {
    display: block;
    overflow: auto;
    width: 100%;
}

dt {
	margin-top: 1ex;
}

.left {
	float: left;
}

.right {
	float: right;
}

.small {
    font-size: 11px;
}


/* links *****************************/

a, a:link, a:active,a:hover {
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
}

a:link {
    color: #C50F1E;
    background: transparent;
    text-decoration: none;
}

a:visited {
    color: #C50F1E;
    background: transparent;
    text-decoration: none;
}

a:hover {
    color: #000;
    background: transparent;
}

a.breadcrumb:link {
    color: #C50F1E;
    background: transparent;
    font-size: 11px;
}

a.breadcrumb:visited {
    color: #C50F1E;
    background: transparent;
    font-size: 11px;
}

a.breadcrumb:hover {
    color: #000;
    background: transparent;
    font-size: 11px;
}

.rbd a, .rbd a:link, .rbd a:visited {
    color: #C50F1E;
    background: transparent;
    text-decoration: underline;
    background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    padding-bottom: 4px;
}

.rbd a:visited {
    color: #C50F1E;
    background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    padding-bottom: 4px;
}

.rbd a:hover {
    color: #000;
    background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    padding-bottom: 4px;
}

a img {
    border: none;
    text-decoration: none;
}

a[hreflang]:after {
    content: "\0000a0[" attr(hreflang) "]";
    color: #999;
    background: transparent;
}

/* headlines *************************/

h1, h2, h3, h4, h5 {
    font-family: "Trebuchet MS", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none;
}

h2 {
    font-size: 1.2em;
    margin: 1em 0;
    color: #C50F1E;
}

h3 {
    font-size: 1em;
    margin: 0.8em 0;
}

h4 {
    font-size: 1em;
    font-weight: normal;
}

.news-date {
    font-weight: normal;
}

/* prelude ***************************/

#prelude {
	position: absolute;
	width: 100%;
	z-index: 5;
	text-align: center;
	color: #B41A00;
	background: transparent;
}

#prelude a {
	color: #C50F1E;
	background: transparent;
	text-decoration: none;
}

#prelude a:hover {
	color: #000000;
	background: transparent;
}

/* top *******************************/

#top {
	height: 150px;
}

#top h1 {
    background: #B62200 url(/img/bg_header.png);
	width: 900px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#top h1 a {
	color: #CC3300;
	text-decoration: none;
	text-align: left;
	line-height: 50px;
	display: block;
	position: absolute;
	width: 370px;
	height: 120px;
	left: 505px;
	top: 23px;
}

/* content ***************************/

#content {
    color: #333;
	width: 645px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	float: left;
}

#content .post p {
	margin: 1em 0;
	text-align: justify;
}

#content .post blockquote, #content .chapo blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

#content p.post-info {
	text-align: right;
	font-size: 0.8em;
	border: 1px solid #E0E0E0;
	background: #FFF url(../img/bg_postinfo.png) repeat-x;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
}

#content p.post-info a {
	text-decoration: none;
}

#content .post-teaser {
    width: 324px;
    margin-right: 15px;
    float: left;
    height: 120px;
    text-align: center;
}

#content .post-teaserouter {
    width: 305px;
    margin-right: 0px;
    float: left;
    height: 120px;
    text-align: center;
}

#content form p.field {
	margin: 1em 0;
}

#content form p.field label {
	display: block;
}

#content form input, #content form textarea {
	border: #666666 1px solid;
}

#content form input:focus, #content form textarea:focus {
	background-color: #FFD;
    border: #999 1px solid;
}

#content ul {
	list-style-image: url(/img/icon_arrow.png);
	padding-left: 3em;
}

#content ol {
	list-style-position: inside;
}

.post-content {
    margin-bottom: 10px;
}

.teaser1 {
    background: #FFF url(/img/teaser1.jpg) no-repeat left;
    width: 645px;
    height: 222px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}

.teaser2 {
    background: #FFF url(/img/teaser2.jpg) no-repeat left;
    width: 645px;
    height: 217px;
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}

.teaser3 {
    background: #FFF url(/img/teaser3.jpg) no-repeat left;
    width: 645px;
    height: 237px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
}

/* comments **************************/
#comments h3 {
	margin-top: 2.5em;
}

#comments blockquote {
	background: #F5F5F5;
	border: 1px dotted #AAA;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
	overflow: auto;
}

#comments label {
	cursor: pointer;
	cursor: hand;
}

#comments #c_content {
	width: 100%;
}

/* sidebar ***************************/

#sidebar {
    float: left;
    width: 200px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 26px;
}

#navi {
    background: #FFF url(../img/bg_navi.png) repeat-y;
	color: #666;
	width: 180px;
	padding: 0px 10px 20px 10px;
	margin: 0px 0px 0px 0px;
}

#navi * {
	color: #666;
	background: transparent;
}

#navi a {
	display: block;
	text-decoration: none;
}

#navi a:hover {
	color: #C50F1E;
	background: transparent url(/img/bg_cursor.gif) top right repeat-y;
}

#navi a.navi {
    color: #C50F1E;
    display: block;
	text-decoration: none;
}

#navi a.navi:hover {
	color: #C50F1E;
	background: transparent url(../img/bg_cursor.gif) repeat-y right;
}

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

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

#navi ul li {
	border-bottom: 1px solid #CCC;
	padding: 4px 0px 5px 0px;
}

#navi ul li ul li  {
    border: 0px;
	padding: 5px 0px 5px 5px;
}

#navi ul li ul li ul li  {
    border: 0px;
	padding: 5px 0px 0px 10px;
    width: 165px;
}

#navi ul li ul li ul li ul li  {
    border: 0px;
	padding: 5px 0px 0px 15px;
    width: 150px;
}

#navibottom {
    width: 200px;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    background: transparent url(/img/bg_navibottom.png) top left no-repeat;
}

/* box styles ************************/

#dateList table td {
    padding-bottom: 2px;
}

.bh {
    margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px dotted #DDDDDD;
}

.bi {
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    border-top: 1px dotted #DDDDDD;
    display: none;
}

.rb h1, .rbf h1, .rbd h1, .lb h3, .wb h3, .lb2 h3, .wb2 h3, .news-head {
    font-size: 11px;
	font-weight: bold;
	color: #444444;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px dotted #DDDDDD;
}

.rb h3 {
    font-size: 11px;
    font-weight: normal;
	color: #666666;
	margin: 6px 0px 6px 0px;
	padding: 6px 0px 6px 0px;
	border-top: 1px dotted #DDDDDD;
}

.news-content p {
	margin: 0px;
	padding: 0px;
}

.news-content ul {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    list-style: none !important;
}
 
.news-content ul li {
    margin: 0px 0px 0px 15px;
	padding: 0px 10px 3px 15px;
    background-image: url(/img/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: left 2px;
}

.dh {
    font-size: 12px;
	font-weight: bold;
	color: #C50F1E;
}

.dt {
    width: 140px;
    float: left;
    clear: left;
}

.bh h1, .bh h3 {
    font-size: 11px;
	font-weight: bold;
	color: #6DA52C;
	color: #008BC0;
	color: #444444;
}

.lb {
    border: 1px solid #DDDDDD;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
}

.lb2 {
    width: 420px;
    border: 1px solid #DDDDDD;
    border-top: 0;
    padding: 10px 15px 10px 15px;
}

.lbd {
	width: 410px;
	border: 1px solid #DDDDDD;
	border-bottom: 0;
	background: white;
	padding: 1px 1px 1px 1px;
}

.lbd2 {
	width: 416px;
	background: #F5F3F1;
	padding: 10px 15px 10px 15px;
	font-family: tahoma, arial, hevetica, sans-serif;
	font-size: 11px;
}

.lbd {
	border: 1px solid #DDDDDD;
	border-bottom: 0;
	background: white;
	padding: 1px 1px 1px 1px;
}

.lbd2 {
	background: #F5F3F1;
	padding: 10px 15px 10px 15px;
	font-family: tahoma, arial, hevetica, sans-serif;
	font-size: 11px;
}

.rb {
	border: 1px solid #DDDDDD;
	background: white;
	padding: 10px 15px 10px 15px;
    font-size: 11px;
}
 
.rbd {
	border: 1px solid #DDDDDD;
	padding: 1px 1px 1px 1px;
	background: white;
}

.rbd p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}

.rbdh {
	/*background: #8DC54C;*/
    background: #CCCCCC;
	font-size: 11px;
	color: black;
	font-weight: bold;
	padding: 4px 15px 4px 10px;

}

.rbdc {
	background: white;
	border: 1px solid #DDDDDD;
	border: 0;
	background: #F5F3F1;
	padding: 8px 15px 10px 15px;
}

.rbdi {
    padding: 5px;
    margin: 0px;
}

.rbdo {
    width: 280px;
}

.rbdr {
    float:left;
}

.rbdl {
    float:left;
    margin-right: 50px;
}

.wb {
	width: 644px;
	border: 1px solid #DDDDDD;
	background: white;
	padding: 10px 15px 10px 15px;
	font-family: tahoma, arial, hevetica, sans-serif;
	font-size: 11px;
}

.wb2 {
	width: 644px;
	border: 1px solid #DDDDDD;
	border-top: 0;
	background: white;
	padding: 10px 15px 10px 15px;
	font-family: tahoma, arial, hevetica, sans-serif;
	font-size: 11px;
}

.wbd {
	border: 1px solid #DDDDDD;
	border-bottom: 0;
	background: white;
	padding: 1px 1px 1px 1px;
}

.wbd2 {
	background: #F5F3F1;
	padding: 10px 15px 10px 15px;
	font-family: tahoma, arial, hevetica, sans-serif;
	font-size: 11px;
}

.wb h1, .lb h1, .wb2 h1, .lb2 h1 {
	color: #555555; 
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 15px 0;
}


.wb h2, .lb h2, .wb2 h2, .lb2 h2 {
	color: #989286; 
	color: #555555; 
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #DDDDDD;
}

    
.wbl, .lbl {
	text-align: right;
}

.wbr, .lbr {
	text-align: left;
}

/* box shadows ***********************/

.lbs {
	border-top: 3px solid #F4F4F4;
	background: white;
	height: 13px;
}

.rbs {
	border-top: 3px solid #F4F4F4;
	background: white;
	height: 13px;
}

.rbso {
    border-top: 3px solid #F4F4F4;
	background: white;
	height: 13px;
    width: 284px;
}

.rbsl {
	border-top: 3px solid #F4F4F4;
	background: white;
	height: 3px;
}

/* nextdate ****************************/

#nextdate {
    margin-top: 20px;
}

/* search ****************************/


#search {
    margin-top: 20px;
}

#search h2 {
	display: none;
}

#search input[type="text"] {
	border: 1px solid #999;
	background: #FCFCFC;
    padding: 3px;
    margin: 0px;
}

#search input[type="submit"] {
	border: 1px solid #999;
	background: #FCFCFC;
    padding: 2px;
    margin: 0px;
}

/* footer  ***************************/

#prefooter {
    clear: both;
    height: 47px;
}

#footer {
    width: 900px;
    height: 47px;
    text-align: left;
    background: transparent url(/img/bg_footer.png) top left no-repeat;
    padding: 0px 0px 0px 0px;
    margin: auto;
    clear: both;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #999;
	background: transparent;
}

#footer a:hover {
	text-decoration: none;
	color: #C50F1E;
	background: transparent;
}

#disclaimer {
    color: #999;
    margin: 0px 0px 0px 0px;
	padding: 19px 13px 0px 0px;
    float: right;
    font-size: 11px;

}

#copy {
    position: relative;
	z-index: 100;
    width: 900px;
	height: 30px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
    background: url(../img/bg_copy.png) repeat;
    text-align: center;
    font-size: 11px;
}

#copy a, #copy a:visited {
	text-decoration: none;
	color: #999;
	background: transparent;
}

#copy a:hover {
	text-decoration: none;
	color: #C50F1E;
	background: transparent;
}

/* downloads  ***************************/

#downloads ul {
    font-weight: normal;
	list-style-image: url(../img/icon_arrow.png);   
    margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

#downloads ul li ul {
    font-weight: normal;
	list-style: none;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#downloads ul li ul li {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 10px;
    background-image: url(/img/list_product.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

#downloads ul li ul li.pdf {
    margin: 0px 0px 0px 0px;
	padding: 1px 0px 5px 25px;
    background-image: url(/img/icon_pdf.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

#downloads ul li ul li.de {
    margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 20px;
    background-image: url(/img/flag_de.png);
    background-repeat: no-repeat;
    background-position: left 2px;
}

#downloads ul li ul li.nl {
    margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 20px;
    background-image: url(/img/flag_nl.png);
    background-repeat: no-repeat;
    background-position: left 2px;
}

#downloads ul li ul li ul  {
    margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
}

#downloads ul li ul li ul li {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 10px;
    background-image: url(/img/list_product.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

#downloads ul li ul li ul li.pdf {
    margin: 0px 0px 0px 0px;
	padding: 1px 0px 5px 25px;
    background-image: url(/img/icon_pdf.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.acrobat-notice {
    margin-top: 30px;
    font-size: 11px;
}

.model-info {
    margin: 6px 0px 0px 0px;
    padding: 6px 0px 0px 0px;
    border-top: 1px dotted #DDDDDD;
    text-align: right;
}

a.pdf, a.pdf:link, a.pdf:active, a.pdf:visited {
    color: #c50007;
	background-color: transparent !important;
    text-decoration: none;
    background-image: url(/img/icon_pdf.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 0px 0px;
    font-size:11px;
    font-weight:normal;

}

a.pdf:hover {
    color: #c50007;
	background-color: transparent !important;
    text-decoration: underline;
    background-image: url(/img/icon_pdf.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 0px 0px;
    font-size:11px;
    font-weight:normal;
}
