
@charset "utf-8";
/* CSS Document 

CSS HACKS

IE 6 and below 
* html {} 

IE 7 and below 
*:first-child+html {} * html {} 

IE 7 only 
*:first-child+html {} 

IE 7 and modern browsers only 
html>body {} 

Modern browsers only (not IE 7) 
html>/** /body {} 

>bei oberem die leertaste vor dem bodyslash entfernen!

Recent Opera versions 9 and below 
html:first-child {} 

*/

html,body{margin:0;padding:0; font-family:Arial, Helvetica, sans-serif}
body{font: 76% arial,sans-serif;text-align:left;background: #fff}
p{margin:0 0 0 0}
br{margin:0px;padding:0px;}


a.lightboxsr img {border:1px solid #0094a3; padding:3px; margin:2px}
a.lightboxsr:hover img {border:1px solid #555; padding:3px; margin:2px}

img a{border:0px;}
a img{border:0px;}

a {color:#991427;border:0px;text-decoration:none;font-weight:bold;}
a:visited {color:#991427;font-weight:bold;text-decoration:none;}
a:hover {color:#991427 ;text-decoration:underline;font-weight:bold;}
a:active {color:#991427;text-decoration:underline;font-weight:bold;}

/* Trick damit keine Rahmen beim draufklicken erscheinen 3-iQ */
a:focus {
 -moz-outline: none; /* fuer unseren Browser der Wahl */
 outline: none; /* CSS 3 */
 ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5*/
}
.pfeillink a {color:#000;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0px 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}
.pfeillink a:visited {color:#000;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0px 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}
.pfeillink a:hover {color:#991427;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}
.pfeillink a:active {color:#991427;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}

.newslinkrechts a {color:#000;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0px 6px;padding:0px 0px 0px 8px;margin-bottom:0px;text-align:right}
.newslinkrechts a:visited {color:#000;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0px 6px;padding:0px 0px 0px 8px;margin-bottom:0px;text-align:right}
.newslinkrechts a:hover {color:#991427;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0 6px;padding:0px 0px 0px 8px;margin-bottom:0px;text-align:right}
.newslinkrechts a:active {color:#991427;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0 6px;padding:0px 0px 0px 8px;margin-bottom:0px;text-align:right}


.backlink {margin-top:20px;}
.backlink a {color:#000;border:0px;text-decoration:none;font-weight:normal; background: url(../images/backlink_fis.gif) no-repeat 0px 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}
.backlink a:visited {color:#000;border:0px;text-decoration:none;font-weight:normal; background: url(../images/backlink_fis.gif) no-repeat 0px 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}
.backlink a:hover {color:#991427;border:0px;text-decoration:none;font-weight:normal; background: url(../images/backlink_fis.gif) no-repeat 0 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}
.backlink a:active {color:#991427;border:0px;text-decoration:none;font-weight:normal; background: url(../images/backlink_fis.gif) no-repeat 0 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}

.backlinktop {border-bottom:1px dotted #6a6c66;margin:3px 0px 0px 0px;
padding:6px 0px 7px 15px;}
.backlinktop a {color:#000;border:0px;text-decoration:none;font:bold 12px Arial, Helvetica, sans-serif;background: url(../images/backlink_fis.gif) no-repeat 0px 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}
.backlinktop a:visited {color:#000;border:0px;text-decoration:none;font:bold 12px Arial, Helvetica, sans-serif; background: url(../images/backlink_fis.gif) no-repeat 0px 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}
.backlinktop a:hover {color:#991427;border:0px;text-decoration:none;font:bold 12px Arial, Helvetica, sans-serif;background: url(../images/backlink_fis.gif) no-repeat 0 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}
.backlinktop a:active {color:#991427;border:0px;text-decoration:none;font:bold 12px Arial, Helvetica, sans-serif;background: url(../images/backlink_fis.gif) no-repeat 0 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}


h1{
font:bold 16px Arial, Helvetica, sans-serif;
margin:0px 0px 13px 0px;
color:#000000;
padding:0px 0px 0px 0px;
}

h3{
font:bold 16px Arial, Helvetica, sans-serif;
margin:0px 0px 3px 0px;
color:#000000;
padding:0px 0px 0px 0px;
}

h4{margin:0;padding:6px 40px 3px 17px; color:#4c4c4c;font-weight:bold;background:url(../images/farbpunkt_fis.gif) no-repeat 0px 7px;font-size:11px;}


.align-right {text-align:right;}
.align-center {text-align:center;}
.align-left {text-align:left;}

.pdflinks a {color:#000;border:0px;text-decoration:none;font-weight:normal; background: url(../images/pdf1.gif) no-repeat 0px 0px;padding:3px 0px 2px 24px;margin-bottom:0px;}
.pdflinks a:visited {color:#000;border:0px;text-decoration:none;font-weight:normal; background: url(../images/pdf1.gif) no-repeat 0px 0px;padding:3px 0px 2px 24px;margin-bottom:0px;}
.pdflinks a:hover {color:#991427;border:0px;text-decoration:none;font-weight:normal; background: url(../images/pdf1.gif) no-repeat 0 0px;padding:3px 0px 2px 24px;margin-bottom:0px;}
.pdflinks a:active {color:#991427;border:0px;text-decoration:none;font-weight:normal; background: url(../images/pdf1.gif) no-repeat 0 0px;padding:3px 0px 2px 24px;margin-bottom:0px;}

.filelinks a:link {color:#0094a3;border:0px;text-decoration:underline;font-weight:bold;}
.filelinks a:visited {color:#0094a3;font-weight:bold;text-decoration:underline;}
.filelinks a:hover {color:#4a4949;text-decoration:underline;font-weight:bold;}
.filelinks a:active {color:#4a4949;text-decoration:underline;font-weight:bold;}

#rahmen1{padding:18px 0px 0px 0px}

dd.csc-textpic-caption{padding-bottom:0px;margin-bottom:0px;} 

.csc-textpic-caption{text-align:center; color:#999;padding-bottom:20px;padding-top:5px;}

a.lightboxsr img {border:1px solid #b2d4df; padding:3px; margin:2px}
a.lightboxsr:hover img {border:1px solid #719fd8; padding:3px; margin:2px}


.propeller h1{
font:bold 16px Arial, Helvetica, sans-serif;
margin:0px 0px 3px 0px;
color:#000000;
padding:2px 0px 2px 15px;
border-bottom:1px dotted #6a6c66; 
}



.propeller h2{
font:bold 12px Arial, Helvetica, sans-serif;
margin:3px 0px 0px 0px;
color:#666666;
padding:6px 0px 7px 15px;
border-bottom:1px dotted #6a6c66; 
}

.google {background:url(../images/centerschatten.gif) no-repeat 50% 100%;padding:0px 0 11px 0;
}

.headergrafik .csc-textpic-imagewrap{background:url(../images/centerschatten.gif) no-repeat 50% 100%;padding:0px 0 11px 0;
}
.headergrafik{margin:20px 0 12px 0;
}

#fader{
    width: 487px;
    height: 277px;
margin:0px 0 0px 11px;
  }
.faderum {background:url(../images/centerschatten.gif) no-repeat 50% 100%;padding:0px 0 11px 0;
}

div#header {margin:0;padding:0px;}

div#container{width:999px;margin:0px;text-align:left;padding:0px; background:url(../images/containerback.jpg) repeat-y 779px 0 #fff;font-size:11px; color:#5e5e5e}

div#wrapper{float:left;width:100%;}

div#mittegesamtbox{float:left;width:100%;padding-top:0px;padding-left:0px; }
div#mittegesamtbox2{float:left;width:100%;padding-left:0px;}

div#content{margin: 0px 251px 0 230px;padding-bottom:20px;padding-top:0px;font-size:11px; color:#5e5e5e;}
div#content p{line-height:1.4}
#content ul{margin-bottom: 10px; margin-top:0px;padding-top:0px; }
#content .csc-textpic-text ul li {margin-top:0px;margin-bottom:10px;padding:0px;}
#content ul li {list-style-type: square;margin:0px;}

.contenttext{margin:10px 15px 0px 15px;font-size:11px; color:#5e5e5e;}



.contenttext a {color:#000;border:0px;text-decoration:none;font-weight:normal; margin-bottom:0px;}
.contenttext a:visited {color:#000;border:0px;text-decoration:none;font-weight:normal; margin-bottom:0px;}
.contenttext a:hover {color:#991427;border:0px;text-decoration:none;font-weight:normal; margin-bottom:0px;}
.contenttext a:active {color:#991427;border:0px;text-decoration:none;font-weight:normal; margin-bottom:0px;}


.contenttext li {padding:4px 0 4px 0}	













div#navigation{float:left;width:180px;margin-left:-980px;height:100%;display:block;padding-top:0px; margin-top:23px;
}

.extraunten{background:url(../images/promounten.gif) no-repeat 0 100%;height:100%;padding:0px 0px 20px 0px;}

div#extra{float:right;width:215px;margin-left:-215px; background:url(../images/promoback.gif) repeat-y 0px 0px;height:100%; padding:0px 0px 0px 0px;margin-top:22px;}

div#extra h4{border-top:1px dotted #666;margin:0 31px 0 0;padding:6px 40px 3px 30px; color:#4c4c4c;font-weight:bold;background:url(../images/kugelweiss.gif) no-repeat 15px 7px;font-size:11px;}

div#extra p{padding:0px 40px 6px 15px; color:#666666;font-weight:normal;font-size:11px}

div#extra img{padding-right:7px;padding-bottom:7px;}


.rechtebox{
background:url(../images/boxback213.jpg) no-repeat 100% 100%;padding-bottom:25px;padding-left:20px;margin-bottom:20px;}

#rahmen2{height:18px;background:#dedede;width:784px}
#obennav{color:#646464; float:right;}
#obennav ul{	
  font:normal 11px Arial;	
    margin: 2px 0 0 0; padding:0px;
    text-align: right;display:block;
white-space:nowrap;
color:#999999;
  }
#obennav ul li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
	color:#999999;
  }

  #obennav ul a, #obennav ul span {
    padding: 2px 14px 0em 17px;
	vertical-align: bottom;
    text-decoration: none; 
	color:#646464;
	font-weight:normal;
	  }

  #obennav ul a:hover, #obennav ul a:focus, #obennav ul a:active, #obennav ul span {
   text-decoration:underline; 
   color:#999999;
  }


.rechtebox h3
{
BACKGROUND: url(../images/subback.gif) no-repeat -7px 7px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
font-weight:bold;
padding-top:4px;
padding-left:12px;
padding-bottom:10px;
margin:0px;
}

div#balkbottom{width:769px;height:63px;background:#000;color:#fff;text-align:left;font-size:10px;padding:4px 15px 4px 0px;text-align:right;}

div#pfad{width:769px;background:#171717;color:#fff;text-align:left;font-size:10px;padding:4px 0px 4px 15px}
div#pfad a {color:#fff;border:0px;text-decoration:none;font-weight:normal;}
div#pfad a:visited {color:#fff;font-weight:normal;}
div#pfad a:hover {color: #fff;text-decoration:underline;font-weight:normal;}
div#pfad a:active {color:#fff;text-decoration:underline;font-weight:normal;}

div#footer{clear:left;}

.headmittelbox{float:left;width:451px;height:137px;}
.headobenbox{float:left;width:713px;height:137px;}
.zoomtext{color:#999999; font-weight:bold;padding-bottom:15px;padding-top:3px;}
.buttonoben{position:relative;float:left;left:360px;top:10px;z-index:10}
.erfahrungoben{position:relative;float:left;left:-70px;top:80px;z-index:20}

.impresszeile{float:right;color:#fff;}
  ul#Dnavigation {
  font-size:12px;
  font-weight:normal;
    margin-top: 2px; padding: 0px;
    text-align: right;display:block;
white-space:nowrap;
  }
  ul#Dnavigation li {
    list-style: none;
    display: inline;
    margin:0px; padding:0px;font-weight:bold;
  }

  ul#Dnavigation a, ul#Dnavigation span {
    padding: 0px 20px 0px 4px; margin-top: 2px;
    margin-left:0px;
	vertical-align: bottom;
    text-decoration: none; 
    color: #fff; 
	background: url(../images/topnavback.gif) repeat-x 0px 0px;
  }
  
    ul#Dnavigation .oakti a, ul#Dnavigation .oakti span {
    padding: 0px 4px 0px 4px ; margin-top: 2px;
	vertical-align: bottom;
    text-decoration: none; 
    color: #fff; 
	background: url(../images/topnavback.gif) repeat-x 0px -23px;
  }

  ul#Dnavigation a:hover, ul#Dnavigation a:focus, ul#Dnavigation a:active, ul#Dnavigation span {
    color: #fff; text-decoration:underline; background: url(../images/topnavback.gif) repeat-x 0px -23px;
  }

 ul#Dnavigation .oakti a:hover, ul#Dnavigation .oakti a:focus, ul#Dnavigation .oakti a:active, ul#Dnavigation .oakti span {
    color: #fff; text-decoration:none; background: url(../images/topnavback.gif) repeat-x 0px -23px;
  }
  
/*---------------------------------------------------------------------------------------------------------- 
----------------------------  Subnavmenue  -------------START------------------------------------ */


#subnav {
border:0px; 
left: 0px; 
top: 0px;
margin: 0px 0px 20px 0px; 
padding:0px;
}
#subnav ul {
liST-STYLE-TYPE: none; 
TEXT-AliGN: left; 
margin:0px;
PADDING: 0px 0px 0px 0px;
border-bottom:1px dotted #666;
}
#subnav ul li {
COLOR: #333333;
margin:0px;
padding:0px;
}


#subnav ul#ebene1 li A:link, #subnav ul#ebene1 li A:visited{
DISPLAY: block;  
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;		
text-align: left;
letter-spacing: 0px;
font-weight: normal;
COLOR: #5e5e5e; 
TEXT-DECORATION: none; 
PADDING: 9px 0px 8px 10px;
MARGIN: 0px;

border-top:1px dotted #666;
}

#subnav ul#ebene1 li A:hover, #subnav ul#ebene1 li A:active, #subnav ul#ebene1 li A:focus{
COLOR: #991427;  
TEXT-DECORATION: none;
}

#subnav ul#ebene1 li.act A:link,#subnav ul#ebene1 li.act A:visited{
COLOR: #991427;  
TEXT-DECORATION: none;
border-bottom:0px;
}

#subnav ul#ebene1 li.act A:hover,#subnav ul#ebene1 li.act A:active,#subnav ul#ebene1 li.act A:focus{
TEXT-DECORATION: none;

}


#subnav ul#ebene1 ul#ebene2{
COLOR: #5e5e5e;
padding:0px 0px 1px 0px;
BACKGROUND: #fff;
border:0px;
} 

#subnav ul#ebene1 ul#ebene2 li {
COLOR: #ababab;
margin:0px;
padding:0px;
}

#subnav ul#ebene1 ul#ebene2 li A:link, #subnav ul#ebene1 ul#ebene2 li A:visited{
DISPLAY: block;  
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;		
text-align: left;
letter-spacing: 0px;
font-weight: normal;
COLOR: #ababab; 
TEXT-DECORATION: none; 
PADDING: 3px 0px 3px 18px;
MARGIN: 0px;
border:0px;
}

#subnav ul#ebene1 ul#ebene2  li A:hover, #subnav ul#ebene1 ul#ebene2  li A:active, #subnav ul#ebene1 ul#ebene2 li A:focus{
	color:#991427;
TEXT-DECORATION: none;
}

#subnav ul#ebene1 ul#ebene2 li.act A:link, #subnav ul#ebene1 ul#ebene2 li.act A:visited{
DISPLAY: block;  
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;		
text-align: left;
letter-spacing: 0px;
font-weight: normal;
COLOR: #991427; 
TEXT-DECORATION: none; 
PADDING: 3px 0px 3px 18px;
MARGIN: 0px;
border-bottom:1px solid #fff;
}

#subnav ul#ebene1 ul#ebene2 li.act A:hover, #subnav  ul#ebene1 ul#ebene2 li.act A:active, #subnav  ul#ebene1 ul#ebene2 li.act A:focus{
TEXT-DECORATION: none
}




#subnav ul#ebene1 ul#ebene2 ul#ebene3{
COLOR: #000;
} 

#subnav ul#ebene1 ul#ebene2 ul#ebene3 li{
COLOR: #333;
margin:0px;
padding:0px;
}

#subnav ul#ebene1 ul#ebene2 ul#ebene3 li A:link, #subnav ul#ebene1 ul#ebene2 ul#ebene3 li A:visited{
BACKGROUND: #e9f6f7;
DISPLAY: block;  
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;		
text-align: left;
letter-spacing: 0px;
font-weight: bold;
COLOR: #333; 
TEXT-DECORATION: none; 
PADDING: 3px 0px 3px 28px;
MARGIN: 0px;
border-bottom:1px solid #fff;
TEXT-DECORATION: none;
}

#subnav ul#ebene1 ul#ebene2 ul#ebene3  li A:hover, #subnav ul#ebene1 ul#ebene2 ul#ebene3  li A:active, #subnav ul#ebene1 ul#ebene2 ul#ebene3 li A:focus{
BACKGROUND: #e9f6f7;
TEXT-DECORATION: none;
}


#subnav ul#ebene1 ul#ebene2 ul#ebene3 li.act A:link, #subnav ul#ebene1 ul#ebene2 ul#ebene3 li.act A:visited{
DISPLAY: block;  
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;		
text-align: left;
letter-spacing: 0px;
font-weight: bold;
COLOR: #000; 
TEXT-DECORATION: none; 
PADDING: 3px 0px 3px 28px;
MARGIN: 0px;
BACKGROUND: #e9f6f7;
border-bottom:1px solid #fff;
}

#subnav ul#ebene1 ul#ebene2 ul#ebene3 li.act A:hover, #subnav ul#ebene1 ul#ebene2 ul#ebene3 li.act A:active, #subnav ul#ebene1 ul#ebene2 ul#ebene3 li.act A:focus{
BACKGROUND: #e9f6f7;
COLOR: #000;  
TEXT-DECORATION: none
}



/*---------------------------------------------------------------------------------------------------------- 
----------------------------  Subnavmenue  -------------ENDE------------------------------------ */

/*- Menu Tabs E--------------------------- */

    #tabsE {

	 float:right;

	  text-align:right;  
      font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
font-weight:bold;
border-right:1px solid #c1c5d4;
	     margin:0px;
        padding:0px;

      }
    #tabsE ul {
	text-align:right; 
        margin:0px;
        padding:0px;
        list-style:none;
		border-right:1px solid #c1c5d4;
      }
    #tabsE li {
      display:inline;
      margin:0px;
      padding:0px;
      }
    #tabsE a {
      float:left;
      background:url(../images/tableftE.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
 float:right;
      display:block;
      background:url(../images/tabrightE.gif) no-repeat right top;
      padding:11px 15px 9px 6px;
      color:#3752ab;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#fff;
      }
    #tabsE a:hover {
      background-position:0% -37px;
      }
    #tabsE a:hover span {
      background-position:100% -37px;
      }

        #tabsE #current a {
                background-position:0% -37px;
        }
        #tabsE #current a span {
                background-position:100% -37px;
        }
        
/* Kontaktformular */


LABEL.left {
FLOAT: left; 
WIDTH: 100px; 
MARGIN-RIGHT: 0px; 
TEXT-ALIGN: left;
font-size:11px;
}


input.right6 {margin-left:20px; float:left;}





select.right {
FLOAT: left; 
MARGIN-LEFT: 20px; 
TEXT-ALIGN: left; 
FONT-SIZE: 12px;  
BORDER:#ccc 1px solid; 
margin-top:2px; 
margin-bottom:2px; 
WIDTH: 100px;
font-size:11px;
color:#414141;
}

select.right77 {
FLOAT: left; 
MARGIN-LEFT: 20px; 
TEXT-ALIGN: left; 
FONT-SIZE: 12px;  
BORDER:#ccc 1px solid; 
margin-top:2px; 
margin-bottom:2px; 
WIDTH: 250px;
font-size:11px;
color:#414141;
}
select.rightland {
FLOAT: left; 
MARGIN-LEFT: 20px; 
TEXT-ALIGN: left; 
FONT-SIZE: 12px;  
BORDER:#ccc 1px solid; 
margin-top:2px; 
margin-bottom:2px; 
font-size:11px;
color:#414141;
WIDTH: 190px;
}



LEGEND {
display:none;
visibility:hidden;
}

INPUT.formularbutton{

color:#333;
BORDER:1px solid #999 ;
background: #dedede ;
TEXT-ALIGN: center; 
FONT-SIZE: 12px;  
margin-top:12px; margin-bottom:2px;margin-left:0px;
}
.formulartextfeld{
font:12px Arial, Verdana, Helvetica, sans-serif;
}
FORM BR {
	CLEAR: both
}
FORM {
	FONT: 12px Arial, Verdana, Helvetica, sans-serif;
}

input.right3 {
FLOAT: left; 
MARGIN-LEFT: 100px; 
font:12px Arial, Verdana, Helvetica, sans-serif;

}

TEXTAREA.right {
 MARGIN-LEFT: 20px; font:11px Arial, Verdana, Helvetica, sans-serif;  margin-top:2px; margin-bottom:2px; WIDTH: 250px; BORDER: #ccc 1px solid; 
}

.stern {color:#F00;font-size:11px;padding-left:3px;}
.pflicht {color:f00;font-size:11px;margin:20px 0 0px 0;text-align:right;}


INPUT.right {
MARGIN-LEFT: 20px; 
TEXT-ALIGN: left; 
FONT-SIZE: 12px;  
BORDER: #ccc 1px solid; 
margin-top:2px; 
margin-bottom:2px; 
WIDTH: 250px;
font-size:11px;
color:#414141;
}

INPUT.rightplz {
MARGIN-LEFT: 20px; 
TEXT-ALIGN: left; 
FONT-SIZE: 12px;  
BORDER: #ccc 1px solid; 
margin-top:2px; 
margin-bottom:2px; 
WIDTH: 50px;
font-size:11px;
color:#414141;
}


LABEL.right { 
MARGIN-LEFT: 6px; 
TEXT-ALIGN: left; 
FONT-SIZE: 12px;  
margin-top:3px; 
margin-bottom:2px; 
font:1em Arial, Verdana, Helvetica, sans-serif;
color:#414141;
}

fieldset{
border:0px;
margin:0px;
padding:0px;
}


table.srmanu .td-0{width:80px;}
table.srmanu .td-1{width:120px;}


.historiedatum {font-weight:bold; vertical-align: top;}

#searchboxsr {
background:url(../images/backboxright.gif) repeat-x 100% 100% #f4feff;padding:0px;margin-bottom:20px;border-left:1px solid #999;display:block;width:178px;
border-right:1px solid #999;border-bottom:1px solid #999;
}

#searchboxsr h5{
color:#fff;
font:13px Arial, Helvetica, sans-serif; 
margin-bottom:4px;
font-weight:bold;
background:#999999;
margin-top:0px;
padding:2px 0px 1px 5px;
}

#searchboxsr .sucheingabefeld{
border:1px solid #9d9ea0;
color:#000;
font:12px Arial, Helvetica, sans-serif; 
height:14px;
 width:110px; 
background:#fff;
margin-bottom:5px;
margin-left:5px;
}

.srsuchbutton {padding-bottom:3px;}


table.datenblatt {
border:1px solid #0094a3;
	color:#000;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-top:20px;
}

table.datenblatt .tr-even{
	background: #f4feff;
	padding:2px; 
}

table.datenblatt .tr-odd{
	background: #fcfcfc;
	padding:2px; 
}

table.datenblatt .td-0{
font-weight:bold;
}

table.datenblatt td{
border:1px solid #0094a3;
padding-left:3px; 
padding-top:3px;
padding-bottom:3px; 
padding-right:20px; 
}


table.applikation {
border:1px solid #0094a3;
	color:#000;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-top:20px;
}
table.applikation .tr-even{
	background: #f4feff;
	padding:2px; 
}

table.applikation .tr-odd{
	background: #fcfcfc;
	padding:2px; 
}

table.applikation .tr-0{
font-weight:bold;
}

table.applikation td{
border:1px solid #0094a3;
padding-left:3px; 
padding-top:3px;
padding-bottom:3px; 
padding-right:20px; 
}

#extra ul{
  font:normal 12px Arial;
    margin: 0 0 0 -35px; padding-top: 3px;
	padding-right:3px; 
height:66px;
color:#999999;
  }
  

*:first-child+html #extra ul{
    margin: 0;
}

* html #extra ul{
    margin: 0;
}

#extra ul li {
    list-style: none;
    display: inline;float:left;
    margin: 0; padding: 0;
	color:#999999;
  }
  


.neuigkeitenkopf {text-align:center;background:#0094a3;margin-top:20px;font-weight:bold;color:#fff;}
.neuigkeitenkopf td{border-bottom:1px solid #e9f6f7;}
.neuigkeitenzeile{text-align:left;}
.neuigkeitenzeile td{border-bottom:1px solid #0094a3;}

ul.browsebox li {padding-right:7px;}

.tx-felogin-pi1 input[type=submit] {margin-top:20px;}

.tx-wecmap-map{border:1px solid #999999;}

.glossary:link {text-decoration:none;font-weight:bold;}
.glossary:visited {text-decoration:none;font-weight:bold;}
.glossary a:hover {text-decoration:none;font-weight:bold;}
.glossary a:active {text-decoration:none;font-weight:bold;}




/* default styles for extension "tx_srlanguagemenu_pi1" */
.tx-srlanguagemenu-pi1{	padding-top:2px;height:15px; float:right;margin:0px;padding-right:5px;}

   .tx-srlanguagemenu-pi1 p { font-family: Verdana, sans-serif; font-size: .8em; line-height:100%; color: #35006d; margin-top: 0px; padding: 0; text-indent: 0; }
   .tx-srlanguagemenu-pi1 img { margin: 0 5px; padding: 0; border-style: none; }
   .tx-srlanguagemenu-pi1 .CUR { float: left; font-size: .8em; }
   .tx-srlanguagemenu-pi1 .CUR a { background-color: transparent; color: #35006d; text-decoration: none; font-weight: bold; }
   .tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active { color:#333333; }
   .tx-srlanguagemenu-pi1 .NO { float: left; font-size: .8em; }
   .tx-srlanguagemenu-pi1 .NO a { background-color:transparent; color: #35006d; text-decoration:none; font-weight:bold; }
   .tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active { color:#333333; }
   .tx-srlanguagemenu-pi1 .INACT { float: left; font-size: .8em; }
   .tx-srlanguagemenu-pi1 .INACT a { background-color:transparent; color: #35006d; text-decoration: none; font-weight: normal; }
   .tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active { color: #333333; }
   .tx-srlanguagemenu-pi1 .SPC {  float: left; font-family: Verdana, sans-serif; font-size: .8em; line-height: 100%; color: #35006d; }
   .tx-srlanguagemenu-pi1 fieldset { }
   .tx-srlanguagemenu-pi1 fieldset legend { }
   .tx-srlanguagemenu-pi1 fieldset label { display: none; }
   .tx-srlanguagemenu-pi1 fieldset select { font-size: .8em; font-family: Verdana, sans-serif; background-color: #35006d; color: white; font-weight: bold; }
   .tx-srlanguagemenu-pi1 fieldset option.tx-srlanguagemenu-pi1-option-0 { }

/* jquery tooltip */
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	padding:4px;
	display:none;
	color:#666;
	}
	
.errormeldung{border:1px solid #ff0000; background:#f9e3de; padding:10px;margin-bottom:20px;}

.clear {   
clear:both  
}

/* slidertest */

#fader{
    width: 487px;
    height: 277px;
margin:0px 0 0px 11px;
  }
.faderum {background:url(../images/centerschatten.gif) no-repeat 50% 100%;padding:0px 0 11px 0;
}


#gallery {
	position:relative;
	height:277px;
margin:0px 0 0px 11px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}
 
	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:32px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}
 
	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:3px 5px 0 5px;
		color:#fff;
		text-align:right;
	}



.contentflowhuelle{width:487px; margin:25px 0 20px 0px;}



.ContentFlow .flow .item canvas.content{height:100%;width:100%}
			
.ContentFlow .flow .item .active{cursor:pointer}
.ContentFlow .flow .item img{cursor:hand}
.ContentFlow .flow .item .caption{font-size:11px;font-weight:700;text-align:center;color:#FFF;max-height:30%;bottom:10%;background:url(../images/1x1_0.5_black.png);width:100%;position:absolute;display:none}
* html .ContentFlow .flow .item .caption{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/1x1_0.5_black.png')}
.ContentFlow .scrollbar{width:50%;height:16px;background:url(../images/scrollbar_white.png) left center repeat-x;overflow:visible;position:relative;z-index:1;visibility:hidden;margin:10px auto 0}


.ContentFlow .scrollbar .slider{width:16px;height:16px;background:url(../images/slider_white.png) center center no-repeat;cursor:move;position:absolute}
* html .ContentFlow .scrollbar .slider{background-image:none}* html 
.ContentFlow .scrollbar .slider .virtualSlider{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='fileadmin/3iq/images/slider_white.png');height:100%}.ContentFlow .scrollbar .slider .position{top:120%;font-size:11px;font-weight:bold;color:#5e5e5e;position:absolute;text-align:center}









.ContentFlow .globalCaption{text-align:center;font-weight:bold;color:#5e5e5e;font-size:11px;height:20px;position:relative;z-index:1;margin:2em auto}.ContentFlow .loadIndicator{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;z-index:65000}.ContentFlow .loadIndicator .indicator{background:url(../images/loader.gif) center center no-repeat;width:100%;height:100%}* html .ContentFlow .loadIndicator .indicator{height:100px}.ContentFlow{position:relative;overflow:hidden}.ContentFlow *{margin:0;padding:0}.ContentFlow img{-ms-interpolation-mode:bicubic}.ContentFlow .mouseoverCheckElement{position:absolute;width:0;height:0;left:0;visibility:hidden}.ContentFlow:hover .mouseoverCheckElement{left:1px}.ContentFlow .flow{position:relative;z-index:0;visibility:hidden;width:100%;margin:0 auto}.ContentFlow .flow.hidden{visibility:hidden}.ContentFlow .flow .item{position:absolute;visibility:hidden;top:0;left:0}.ContentFlow .flow .item div.content{width:100%;height:100%}.ContentFlow .flow .item .label{display:none}.ContentFlow .flow .item canvas.reflection{margin-top:-1px}.ContentFlow .flow .item img.content,.ContentFlow .flow .item img.reflection,.ContentFlow .flow .item canvas.reflection{width:100%}

.ContentFlow .flow .item .caption a,.ContentFlow .flow .item .caption a:link,.ContentFlow .flow .item .caption a:visited,.ContentFlow .flow .item .caption a:active,.ContentFlow .globalCaption .caption a,.ContentFlow .globalCaption .caption a:link,.ContentFlow .globalCaption .caption a:visited,.ContentFlow .globalCaption .caption a:active,{color:#000;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0px 6px;padding:0px 0px 0px 8px;margin-bottom:0px;}


.ContentFlow .flow .item .caption a:hover,.ContentFlow .globalCaption .caption a:hover{color:#991427;font-size:11px;font-style:normal;text-decoration:none}


.contenttext .ContentFlow a {color:#000;border:0px;text-decoration:none;font-weight:normal; margin-bottom:0px;}
.contenttext .ContentFlow a:visited {color:#000;border:0px;text-decoration:none;font-weight:normal; margin-bottom:0px;}
.contenttext .ContentFlow a:hover {color:#991427;border:0px;text-decoration:none;font-weight:normal; margin-bottom:0px;}
.contenttext .ContentFlow a:active {color:#991427;border:0px;text-decoration:none;font-weight:normal; margin-bottom:0px;}



.ContentFlow .flow .item .caption a:hover,.ContentFlow .globalCaption .caption a:hover{text-decoration:underline}.ContentFlow .flow .item .content,.ContentFlow .flow .item .reflection{display:block}









/* Vorher mit overlay im hintergrund

.garagenbackbild{background:url(../../fbn/kopfbilder/fbn_loesungen.jpg) no-repeat 14px 0px; padding:0px 0 11px 0;width:501px; height:290px;}
.garagedoor{padding:200px 0 0 55px;}


.garagedoor a:active, .under_header a:active, .header a:focus, .under_header a:focus {
	outline: none; -moz-outline-style: none;
}

.garagedoor img {
	border: 0px; display: block; 	
}

.garagedoor .item .mouse {
	height: 80px;
	width: 116px;
	
	margin:0;padding:0;border:0;display:block;left:0;position:absolute;cursor:pointer;top:0;
}

.garagedoor .item .mouse img {
	height: 100px;
	width: 116px;
	
	margin:0;padding:0;
}

.garagedoor .item {
	height: 112px;
	width: 116px;
	color: black;
	
	overflow:hidden;display:block;overflow:hidden;position:relative;margin:0px 25px 12px 0;padding:0;float:left;background:url(../images/garageback.gif) no-repeat 100% 100%; text-decoration: none;
}

.garagedoor .item .underlay {
	padding: 18px 4px 4px 4px;
font-size:11px; color:#5e5e5e;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	position:absolute;left:0px;top:0px;background:#fff;
width:106px; margin-top:45px;height:30px;
}



.garagedoor .item .overlay {
	height: 100px;
	width: 116px;
	margin:0;padding:0;border:0;left:0;position:absolute;top:0;
}*/

.centers {background:url(../images/centerschatten.gif) no-repeat 50% 100%;padding:0px 0 11px 0;
}

.garagenbackbild{background:url(../../fis/headerbilder/FIS_Loesungen.jpg) no-repeat 14px 0px; padding:0px;width:501px; height:277px;}
.garagenbackbildhome{background:url(../../fis/headerbilder/FIS_Home.jpg) no-repeat 14px 0px; padding:0px; width:501px; height:277px;}
.garagenbackbildipt{background:url(../../fis/headerbilder/FIS_IP-Telefonie_Office.jpg) no-repeat 14px 0px; padding:0px; width:501px; height:277px;}
.garagenbackbilditi{background:url(../../fis/headerbilder/fis_it_infrastructure.jpg) no-repeat 14px 0px; padding:0px; width:501px; height:277px;}
.garagenbackbildconti{background:url(../../fis/headerbilder/FIS_IP-Telefonie_CallCenter.jpg) no-repeat 14px 0px; padding:0px 0 0 197px; width:501px; height:277px;}
.garagedoor{padding:136px 0 0 30px;}
.garagedoor a:active, .under_header a:active, .header a:focus, .under_header a:focus {outline: none; -moz-outline-style: none;}
.garagedoor img {border: 0px; display: block; }
.garagedoor .item .mouse {height: 100px;width: 121px;margin:0;padding:0;border:0;display:block;left:0;position:absolute;cursor:pointer;top:0;}
.garagedoor .item .mouse img {height: 150px;width: 121px;margin:0;padding:0;}
.garagedoor .item {	height: 141px;width: 121px;color: black;overflow:hidden;display:block;overflow:hidden;position:relative;margin:0px 15px 0px 0;padding:0;float:left;text-decoration: none;}
.garagedoor .item .jack {height: 250px;width: 121px;margin:0;padding:0;border:0;left:0;position:absolute;top:0;}
.garagedoor .item .jack .nase{padding-top:112px;}
.garagedoor .item .jack h1{color:#fff;
background: url(../images/vorlink_fis.gif) no-repeat 5px 12px #000;
font-size:10px;font-weight:bold;height:23px;padding:8px 0 0 14px;margin:0px;}

.garagedoor .item .jack .jacktext{padding: 4px;font-size:11px; color:#5e5e5e;border-top:none;border-left:1px solid #fff;	border-right:1px solid #fff;border-bottom:1px solid #fff;background:#fff;height:70px;}
.garagedoor .item .jack .jacktextsmall{padding: 4px 2px 4px 4px;font-size:11px; color:#5e5e5e;border:none;background:#fff;height:70px;}
.garagedoor .item .jack .jacktextsmall2{padding: 4px 0px 4px 1px;font-size:11px; color:#5e5e5e;border:none;background:#fff;height:70px;}

.premiump{font-weight:bold; font-size:9px; padding:0 0 7px 64px;}

.oben{vertical-align:top}

/* Vorher mit overlay im hintergrund */
	#logoParade
	{
		width: 489px;
		height: 38px;
		position: relative;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;

		padding:10px 0 10px 0;
	}
 
	#logoParade div.scrollableArea a
	{
		float: left;
		padding-left: 20px;
	}
	
	div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	vertical-align:middle
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
	vertical-align:middle
}
	
.scrollWrapper a img{border:0px;}







.social{ height:16px; padding-left:4px;}
.social1{float:left; width:30px; height:16px;text-indent:-99999px; display:block;}
.social1 a:link, .social1 a:visited {  display:block;height:16px; width:100px;font-size:1px; color:#fff; text-align:right; background: url(../images/xing_facebook.gif) no-repeat 0 -21px; border:0px; text-decoration:none;}
.social1 a:hover, .social1 a:active { 
  background: url(../images/xing_facebook.gif) no-repeat 0 -1px; border:0px; text-decoration:none;}

.social2{float:left; padding-left:20px; width:40px}
.social2 a:link, .social2 a:visited {  display:block;height:16px; width:100px;font-size:1px; color:#fff; text-align:right; background: url(../images/xing_facebook.gif) no-repeat -46px -21px; border:0px; text-decoration:none;}
.social2 a:hover, .social2 a:active { 
 background: url(../images/xing_facebook.gif) no-repeat -46px -0px; border:0px; text-decoration:none;}
























.startbackhinternews{background:url(../images/fis_start_backbild1.jpg) no-repeat 0px 0px; padding-top:50px;width:487px; height:245px;margin-left:15px;}
.newsstart
{

    margin: 193px 0 0px 0px;
    color: #e3e3e3;
    width: 473px;
    text-align: left;
   padding:9px 7px 5px 7px; height:20px;
font-size:12px;
float:left;
background:url(../images/fis_start_backnews1.jpg) no-repeat 0px 0px; 
font-weight:bold;

/* Mozilla ignores crazy MS image filters, so it will skip the following 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='fileadmin/3iq/images/schwarztrans.png');
}

.newsstart[class] {
  background-image:url(../images/schwarztrans2.png);*/
}


.newsstarthead{float:left; padding-left:5px;}
.newsstarttitel{float:left;color:#fff;font-weight:normal;}
.newsstartdatum{float:right; padding-right:4px;font-weight:bold; }



.clearb{clear:both}




ul#slidernews{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
ul#slidernews li{width:490px; padding-right:9px;margin:0px 30px 0 0;}



.slidernewshuellegesamt .go-prev{
display:none;}
	
.slidernewshuellegesamt .go-next{
display:none;}
	
.slidernewshuellegesamt{position:relative; float:left;}	

.slidernewshuellegesamt .bx-next {
	position:absolute;
	top:-3px;
	left:0px;
	z-index:999;
	width: 10px;
	height: 14px;
	text-indent: -999999px;
	background: url(../images/newspfeilobenweiss.png) no-repeat 0 0px;


}

/*previous button*/
.slidernewshuellegesamt .bx-prev {
	position:absolute;
	top:11px;
	left:0px;
	z-index:999;
	width: 10px;
	height: 14px;
	text-indent: -999999px;
	background: url(../images/newspfeiluntenweiss.png) no-repeat 0 0px;
	

}

.slidernewshuellegesamt .datum{
	font-weight:normal;

	padding-right:0px;
	padding-left:30px;
}


.slidernewshuelle{margin:0px 0px 0px 30px;}


.social1a{float:left;padding-left:7px}
.social2a{float:left;}

.roteschrift{color:#cc0a29}

.square {background: url(../images/square.gif) no-repeat 0 5px;padding:0px 0px 0px 16px; margin-left:0px;margin-bottom:8px;}

.referenzlinks {margin-bottom:8px;}
.referenzlinks a {color:#000;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0px 6px;padding:0px 0px 0px 16px;margin-bottom:0px; margin-left:0px;}
.referenzlinks a:visited {color:#000;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0px 6px;padding:0px 0px 0px 16px;margin-bottom:0px; margin-left:0px;}
.referenzlinks a:hover {color:#991427;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0 6px;padding:0px 0px 0px 16px;margin-bottom:0px; margin-left:0px;}
.referenzlinks a:active {color:#991427;border:0px;text-decoration:none;font-weight:normal; background: url(../images/vorlink_fis.gif) no-repeat 0 6px;padding:0px 0px 0px 16px;margin-bottom:0px; margin-left:0px;}


