/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}  */



body {
         color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
         background: #000 url(../wsimages/bg.jpg) repeat-y center; margin:1.5em 0;
         line-height: 1.5;
     }



a {
	color: #0084c9;
	text-decoration: none;
	}

a:hover {
	color: #0084c9;
	text-decoration: underline;
	}

a img { border: none; }

h1 {
	font-size: 24px;
	margin: 0;
	color: #000000;
         padding:10px 0 0 10px;
}


#subNavigation {
         position:relative;
         top:-90px;
         left:818px;
         width:150px;
         height:20px;
         background: transparent;
         color:#7F7F7F;
         z-index:6;
	}
#subNavigation a {
         color: #FFFFFF;
         text-decoration: none;
         }
#subNavigation a:hover {
         color: #0084c9;
         text-decoration: underline;
         }
#searchBar {
         position:relative;
         top:-32px;
         left:748px;
         width:220px;
         height:20px;
         background: transparent;
         color:#FFFFFF;
         font-size:12px;
         font-weight:bold;
         z-index:99;
	}

input.searchField {
	font-size:11px;
         border:1px solid #DFDFDF;
         background: #EFEFEF;
         }

inuput.searchButton {
	position:relative; top:6px; border:0;
         }

#breadcrumb {
         position:relative;
         top:-10px;
         left:0px;
         /*width: 945px;*/
         height:20px;
         padding-left:30px;
         margin: 0 0 0 1px;
		 background: #231F20;
		 width: 400px;
         color:#7F7F7F;
         z-index:5;
	}

#container {
	width: 960px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 150px;
	z-index: 2;
	position: relative;
}

#container #logo {
	background: url(../wsimages/logo.gif) no-repeat top left;
	height: 90px;
         margin-left:20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#container #logo h1 {
	text-indent: -9999px;
}

#teaser {
         position:relative;  
         width:960px;
         height:265px;
         margin: -40px 0 0 1px;
         background:#BFBFBF;
         color:#000000;
				 z-index:10;
         }

#teaser_165 {
         position:relative;  	
         width:960px;
         height:165px;
         margin: -40px 0 0 0px;
         background:#BFBFBF;
         color:#000000;
				 z-index:10;
         }
				 


#contentWrap {                /* waraps all content */
	position:relative;
	z-index: 2;
         width:960px;
         margin: 0 0 0 0;
         padding-left:0px;
         background: #eeeeee;
         }
	 
#contentWrap ul {             /* Aufzählungen */
         font-size: 11px;
         list-style-type:none;
         list-style-position:outside;
         }
#contentWrap ul li {
	background: url(../wsimages/list_square.gif) left 3px no-repeat;
         padding-left: 15px;
	margin-bottom: 5px;
         margin-left:-30px;
      }
#contentWrap p {                /* Absatztext */
         font-size: 11px;
         color: #000000;
         margin-top:0px;
         padding:0px 0px 0 10px;
         }

#contentWrap p img.picLeft {            /* Bilder im Text links */
         float:left;
         padding:0px 10px 10px 0px;
         }
#contentWrap p img.picRight {            /* Bilder im Text rechts */
         float:right;
         padding:0px 5px 10px 10px;
         }

#contentWrap p.first {           /* Absatztext groß - für H1 first */
         font-size: 14px;
         color: #000000;
         margin-top:0px;
         padding:5px 0 0 10px;
         }
#contentWrap p.second {          /* Absatztext - für H2 */
         font-size: 11px;
         color: #000000;
         margin-top:0px;
         padding:5px 20px 0 10px;
         }
#contentWrap p.third {            /* Absatztext - für H3 */
         font-size: 11px;
         color: #7F7F7F;
         margin-top:0px;
         padding:5px 20px 0 10px;
         }

#contentWrap p.fourth {           /* Absatztext - für H4 */
         font-size: 11px;
         color: #DF0000;
         margin:5px 10px 0px 10px;
         padding:10px 10px 10px 10px;
         border:1px solid #DF0000;
         }

#contentWrap h1.first {
         font-size: 28px;
         font-weight:normal;
         margin: 0;
         color: #000000;
         padding:10px 0 0 10px;
}

#contentWrap h1 {
	font-size: 24px;
         font-weight:normal;
	margin: 0;
	color: #000000;
         padding:10px 0 0 10px;
}


#contentWrap h2 {
	font-size: 18px;
         font-weight:normal;
         line-height:22px;
	margin: 0;
	margin-bottom: 0px;
         margin-top:0px;
         padding:0 0 0 10px;
         color: #7F7F7F;
}

#contentWrap h3 {
	font-size: 14px;
         font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
         padding:5px 0 0 10px;
	color: #7F7F7F;
}

#contentWrap h4 {
	font-size: 12px;
         font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
         padding:5px 0 0 10px;
	color: #DF0000;
}


/* content divs */

div.contentFull {
	position:relative;
         z-index:10;
         margin: 10px 0 0 0px;
         padding:0 20px 0 0px ;
         color: #000000;
         width:960px;
         background: transparent;
         float:left;
}
div.content100 {
	position:relative;
         z-index:10;
         margin: 10px 0 0 0px;
         padding:0 20px 0 20px ;
         width: 920px;
         color: #000000;
         background: transparent;
         float:left;
}
div.contentRight25{
	position:relative;
         z-index:10;
         width:323px;
         color: #000000;
         margin:10px 0px 0 0px ;
         padding:0px;
         float:right;
	}
div.contentRight25 p {                /* Absatztext rechte Spalte */
         font-size: 11px;
         color: #000000;
         margin-top:0px;
         padding:5px 10px 0 10px;
         }

div.contentRight25 h1 {
	font-size: 24px;
         font-weight:normal;
	margin: 0;
	color: #000000;
         padding:10px 0 0 10px;
}


div.contentRight25 h2 {
	font-size: 18px;
         font-weight:normal;
         line-height:22px;
	margin: 0;
	margin-bottom: 0px;
         margin-top:0px;
         padding:0 0 0 10px;
         color: #7F7F7F;
}

div.contentRight25 h3 {
	font-size: 14px;
         font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
         padding:5px 0 0 10px;
	color: #7F7F7F;
}

div.contentRight25 h4 {
	font-size: 12px;
         font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
         padding:5px 0 0 10px;
	color: #DF0000;
}






div.contentLeft75 {
	position:relative;
         z-index:10;
         margin: 10px 0 0 0px;
         padding:0 10px 0 20px ;
         color: #000000;
         width:600px;
         background: transparent;
         float:left;
}






/*
#contentRight75 {
         margin: 10px 0 10px 0px;
         padding:0px;
         color: #000000;
         width:590px;
         height:300px;
         background: #fff;
         float:left;
}

#contentLeft25{
	position:relative;
         height:300px;
         color: #000000;
         margin:10px 0 0 0 ;
         padding:0px;
         float:left;
	}
*/


/* wraps columns in content */
.wrap {
        position: relative;
        padding: 0 0 0 10px;
        }


/* Column content <div class="floatBox"> content here! </p> */
.floatBox {
         width:135px;
         color: #000000;
         margin:0px 0px 10px 0px ;
         padding:0px 3px 0px 10px ;
         float:left;
	}
.floatBox50 {
         width:46%;
         color: #000000;
         margin:0px 0px 10px 0px ;
         padding:10px 10px 10px 0px/*10px*/;
         float:left;
	}
.floatBox33 {
         width:31%;
         color: #000000;
         margin:0px 0px 10px 0px ;
         padding:10px;
         float:left;
	}

/* Startpage News */
.newsColumn {
         position:relative;
         width:148px;
         /*height:300px;*/
         color: #000000;
         background: #ffffff;
         margin:0px 10px 10px 0px ;
         padding:0;
         float:left;
	}
.newsColumn h1 {
         font-size: 24px;
         color: #000000;
         background: #FFFFFF;
         margin:0 0 0 0;
         padding:5px 5px 5px 0px;
         border-bottom:3px solid #CFCFCF;
	}
.newsColumn h2 {
         font-size: 18px;
         font-weight:normal;
         line-height:22px;
	margin-bottom: 0px;
         margin-top:0px;
         padding:0 0 0 10px;
         color: #7F7F7F;
	}

.newsColumn h3 {
	font-size: 14px;
         font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
         padding:0px 0 0 10px;
	color: #7F7F7F;
}
.newsColumn p {
         font-size:11px;
         color: #000000;
         margin:0 5px 0 0;
         padding:5px 0 5px 5px;
    }
.date {
         font-size:11px;
	color: #7F7F7F;
         margin:0;
         padding:5px 0 5px 0;
    }

/* News Textformats







*/



/* Application */
.listContainer {
         margin-left:0px;
         margin-bottom: 20px;
         float:left;
	}
.listPicture {
         width:180px;
         margin-right:10px;
         padding:0 0 0 10px;
         float:left;
         }

/* Thumbmatrix */
.thumbMatrix img    {
         padding:5px 5px 0px 0px;
         }



/* Footer */
#footer {
	position:relative;
         width:960px;
         height:35px;
         margin: 0 0 0 0;
         padding:0px;
         color: #ffffff;
         background: #000000;
         clear:both;
         }
#footer .info {
       position:relative;
       top:10px;
       left:20px;
       width:500px;
       height:20px;
       color:#FFFFFF;
       float:left;
       }

.valid {
       position:relative;
       top:10px;
       width:400px;
	   text-align: right;	  
	   color: ffffff;
	   float: right;
	   display: block;
	   margin-right: 30px;
       }
#footer a {
         color: #FFFFFF;
         text-decoration: none;
         }
#footer a:hover {
         color: #0084c9;
         text-decoration: underline;
         }
.clearer {
         height:2px;
         clear: both;
         color: #009F00;
         padding:0px 0 0px 10px;
         }

span.infoLabel {                /* Absatztext rechte Spalte */
         font-size: 11px;
         color: #BFBFBF;
         margin-top:0px;
         padding:5px 10px 0 10px;
         }
				 
.topImage { padding-top: 20px; }				 



.imarisdiscdiv
{
	position: fixed;
	left: 50%;
	margin-left: -625px;	
height: 500px;
width: 1250px;
}
 
 .imarisdiscdiv ul
{
	display: block;
	width: 1190px;
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 200px;
}
 
.imarisdisc
{
position: relative;
top: 0px;
left: 30px;
-webkit-transition : all 0.8s ease-in-out;
-moz-transition : all 0.8s ease-in-out;
-o-transition : all 0.8s ease-in-out;
}

.imarisdisc:hover
{
position: relative;
top: 0px;
left: -30px;
-webkit-transform: rotate(-180deg);
-webkit-transition : all 0.8s ease-in-out;
-moz-transform: rotate(-180deg);
-moz-transition : all 0.8s ease-in-out;
-o-transform: rotate(-180deg);
-o-transition : all 0.8s ease-in-out;
left: -15px\9; 
}

.wt-rotator{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
background-color:#000;
border:1px solid #000;
position:relative;
width:825px;
height:300px;
overflow:hidden;
}
.wt-rotator a{
outline:none;
}
.wt-rotator .screen{
position:relative;
top:0;
left:0;
width:825px;
height:300px;
overflow:hidden;
}
.wt-rotator #strip{
display:block;
position:absolute;
top:0;
left:0;
z-index:0;
overflow:hidden;
}
.wt-rotator .content-box{
display:none;
position:absolute;
top:0;
left:0;
overflow:hidden;
}
.wt-rotator .main-img{
display:none;
position:absolute;
top:0;
left:0;
z-index:0;
border:0;
}
.wt-rotator .preloader{
position:absolute;
top:50%;
left:50%;
width:36px;
height:36px;
margin-top:-18px;
margin-left:-18px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
background:#000 url(/images/assets/loader.gif) center no-repeat;
background:rgba(0,0,0,.7) url(/images/assets/loader.gif) center no-repeat;
z-index:4;
display:none;
}
.wt-rotator #timer{
position:absolute;
left:0;
height:4px;
background-color:#FFF;
-moz-opacity:.5;
filter:alpha(opacity=50);
opacity:0.5;
z-index:4;
visibility:hidden;
font-size:0;
}
.wt-rotator .desc{
color:#000;
position:absolute;
color:#FFF;
z-index:6;
overflow:hidden;
visibility:hidden;
text-align:left;
}
.wt-rotator .inner-bg{
position:relative;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
-moz-opacity:.7;
filter:alpha(opacity=70);
opacity:.7;
z-index:0;
}
.wt-rotator .inner-text{
position:absolute;
top:0;
left:0;
padding:10px;
width:auto;
height:auto;
z-index:1;
}
.wt-rotator .c-panel{
position:absolute;
top:0;
z-index:7;
visibility:hidden;
}
.wt-rotator .outer-cp{
position:absolute;
left:0;
width:100%;
background:#333;
background:-moz-linear-gradient(top, #999 0%, #333 50%, #000 51%, #111 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(50%,#333), color-stop(51%,#000), color-stop(100%,#111));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#111111',GradientType=0);
border:1px solid #000;
border-left:none;
border-right:none;
}
.wt-rotator .thumbnails,
.wt-rotator .buttons{
display:inline;
position:relative;
float:left;
overflow:hidden;
}
.wt-rotator .thumbnails ul{
list-style:none;
margin:0;
padding:0;
}
.wt-rotator .thumbnails li,
.wt-rotator .play-btn,
.wt-rotator .prev-btn,
.wt-rotator .next-btn{
list-style:none;
display:inline;
float:left;
margin-right:4px;
overflow:hidden;
width:24px;
height:24px;
line-height:24px;
text-align:center;
color:#FFF;
background-color:#000;
border:1px solid #000;
cursor:pointer;
font-weight:bold;
}
.wt-rotator .thumbnails li.thumb-over{
color:#FFF;
background-color:#CCC;
}
.wt-rotator .thumbnails li.curr-thumb{
color:#000;
background-color:#FFF;
cursor:default;
}
.wt-rotator .thumbnails li.image{
background-color:#000;
}
.wt-rotator .thumbnails li.image.curr-thumb,
.wt-rotator .thumbnails li.image.thumb-over{
border-color:#06F;
}
.wt-rotator .thumbnails li.image a,
.wt-rotator .thumbnails li.image img{
display:block;
border:0;
}
.wt-rotator .thumbnails li.image.curr-thumb img{
-moz-opacity:.8;
filter:alpha(opacity=80);
opacity:0.8;
cursor:default;
}
.wt-rotator .thumbnails li *{
display:none;
}
.wt-rotator .thumbnails li div{
position:relative;
color:#FFF;
background-color:#000;
width:auto;
height:auto;
}
.wt-rotator .play-btn{
background:#000 url(/images/assets/play.png) no-repeat center;
}
.wt-rotator .pause{
background:#000 url(/images/assets/pause.png) no-repeat center;
}
.wt-rotator .prev-btn{
background:#000 url(/images/assets/prev.png) no-repeat center;
}
.wt-rotator .next-btn{
background:#000 url(/images/assets/next.png) no-repeat center;
}
.wt-rotator .button-over{
background-color:#CCC;
}
#rotator-tooltip{
position:absolute;
top:0;
left:0;
z-index:99999;
display:none;
}
#rotator-tooltip.txt-up{
margin-left:-10px;
margin-bottom:5px;
background:url(/images/assets/tail.png) no-repeat;
background-position:10px bottom;
background-position-x:10px;
background-position-y:bottom;
}
#rotator-tooltip.txt-down{
margin-left:-10px;
margin-top:24px;
background:url(/images/assets/rev_tail.png) no-repeat;
background-position:10px top;
background-position-x:10px;
background-position-y:top;
}
#rotator-tooltip.img-up{
background:url(/images/assets/tail.png) center bottom no-repeat;
}
#rotator-tooltip.img-down{
background:url(/images/assets/rev_tail.png) center top no-repeat;
}
#rotator-tooltip .tt-txt{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#FFF;
background-color:#000;
max-width:300px;
padding:4px;
margin:8px 0;
}
#rotator-tooltip .tt-img{
display:none;
background-color:#000;
padding:2px;
margin:8px 0;
}
.wt-rotator .block,
.wt-rotator .vpiece,
.wt-rotator .hpiece{
position:absolute;
z-index:2;
}
.requestquotebutton
{
	display: block;
	width: 193px;
	height: 39px;
	background:url(/images/quote.png) center top no-repeat;
	float: left;
	margin-right: 10px;
			margin-bottom: 30px;
}
.newslettersignupbutton
{
	display: block;
	width: 193px;
	height: 39px;
	background:url(/images/newsletter.png) center top no-repeat;
		float: left;
			margin-bottom: 30px;

}
.evaluateimarisbutton
{
	display: block;
	width: 193px;
	height: 39px;
	background:url(/images/evaluate.png) center top no-repeat;
		float: left;
			margin-right: 10px;
			margin-bottom: 30px;
}
.requestquotebutton:hover
{
	background:url(/images/quote_g.png) center top no-repeat;
}
.newslettersignupbutton:hover
{
	background:url(/images/newsletter_g.png) center top no-repeat;
}
.evaluateimarisbutton:hover
{
	background:url(/images/evaluate_g.png) center top no-repeat;
}
