

/* General */
body {
	 font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
   margin-top: 0em;
   margin-left: 0em;
   margin-right: 0em;
	 margin-bottom: 1em;
   background-color: #FAFAFA;
   color: #404040;
	 /*color: #333333;*/
	 /*color: #404040;*/
}
form { display: inline; }
img { border-width: 0em; }
td { vertical-align:top;}
h1, h2 { margin-top: 0em; }
h2, h3, h4 { margin-bottom: 0em; }
h3, h4, h5 {
   margin-top: 0.5em;
}
p {
   margin-top: 0.80em;
   margin-bottom: 0.0em;
}
/* Links */
a { 
   color: #404040; 
	 /*background-color: white;*/
   text-decoration: underline;
}
a:hover {
   color: #cc0000; 
	 /*background-color: white;*/
   text-decoration: none;
}
a.back { 
   color: #cc0000;
	 /*background-color: white;*/
   text-decoration: underline;
}
a.back:hover {
   color: #cc0000; 
	 /*background-color: white;*/
   text-decoration: none;
}
/* Top */
.right-top {
   font-size: 8pt;
	 text-align:right;
	 padding: 0em 4pt 0em 0em;
}
.langselect {
	 font-family: 'Frutiger LT Std Light', Arial, Helvetica, sans-serif;
   font-size: 8pt;
	 text-align:left;
	 padding: 40pt 0em 0em 3pt;
}
.langselectIn {
   font-family: 'Frutiger LT Std Light', Arial, Helvetica, sans-serif;
   font-size: 9pt;
   text-align:left;
   padding: 5pt 0em 0em 2pt;
}
.leftbar {
   font-family: 'Frutiger LT Std Light Condensed', Arial, Helvetica, sans-serif;
   font-size: 10pt;
   line-height: 13pt;
   color: #999999;
   text-align:left;
   padding: 40pt 5em 0em 7pt;
}
.boldlink {
   font-family: 'Frutiger LT Std Black Condensed', Arial, Helvetica, sans-serif;
   font-size: 9pt;
   line-height: 13pt;
/*   color: #999999;*/
/*   color: #cc0000;*/
}

.hrstrike {
    font-family: 'Frutiger LT Std Black Condensed', Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #666666;
    display: block;
    text-align: left;
    padding: 12pt 0em 0pt 13pt;
    margin-left:5pt;
    margin-right: 50pt;
    overflow: hidden;
    white-space: nowrap; 
}

.hrstrike > span {
    position: relative;
    display: inline-block;
}

.hrstrike > span:before {
    content: "";
    position: absolute;
    top: 19%;
    width: 9999px;
    height: 7.5px;
    background: #999999;
}

.hrstrike > span:after {
    content: "";
    position: absolute;
    top: 19%;
    width: 9999px;
    height: 7.5px;
    background: none;
}

.hrstrike > span:before {
    right: 100%;
    margin-right: 9.5px;
}

.hrstrike > span:after {
    left: 100%;
    margin-left: 9.5px;
}

/* Buttons */

input.redButton {
width: 300px;
padding: 20px;
cursor: pointer;
font-weight: bold;
font-size: 150%;
background: #3366cc;
color: #fff;
border: 1px solid #3366cc;
border-radius: 10px;
-moz-box-shadow:: 6px 6px 5px #999;
-webkit-box-shadow:: 6px 6px 5px #999;
box-shadow:: 6px 6px 5px #999;
}
input.redButton:hover {
color: #ffff00;
background: #000;
border: 1px solid #fff;
}

/* Table */
#main {
	background-color:white;
	/*margin-left:auto; margin-right:auto;*/
}
/* Menu */
ul.main_navigation, ul.sub_navigation {
   list-style-type: none;
   padding: 0em 0em 0em 0em;
   margin: 0em 0em 0em 0em;
}
li.main_menu, li.sub_menu, li.subsub_menu {
   display: inline;
}
.menu, .menu_selected {
   width: 160pt;
	 font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10pt;
   display: block; 
   margin-top: 5pt;
   margin-left: 0.5em;
   padding-left: 1.3em;
   text-decoration: none;
   white-space: nowrap;
   background-repeat:no-repeat;
   background-image:url(../img/red-quadrat-empty_web_cc0000.gif);
   background-position: 0em 0.26em;
}
.menu:hover, .menu_selected {
   color:#cc0000;
	 /*background-color: white;*/
   background-image:url(../img/red-quadrat-full_web_cc0000.gif);
}
.menu_selected:hover {
   color:#cc0000; 
   /*font-weight: bold;*/
	 /*background-color: white;*/
   background-image:url(../img/red-quadrat-full_web_cc0000.gif);
}
.submenu, .submenu_selected { 
   font-size: 9pt;
   margin-top: 2pt; 
   margin-left: 6pt;
   padding-left: 1.5em; 
   display: block; 
   text-decoration: none;
   white-space: nowrap;
   background-repeat:no-repeat; 
   background-image:none;
}
.subsubmenu, .subsubmenu_selected { 
   font-size: 9pt;
   margin-top: 0.3em; 
   margin-left: 1em;
   padding-left: 3em; 
   display: block; 
   text-decoration: none;
   white-space: nowrap;
   background-repeat:no-repeat; 
   background-image:none;
}
.submenu:hover, .submenu_selected {
   color:#cc0000; 
}
.submenu_selected:hover {
   color:#cc0000; 
   /*font-weight: bold;*/
}
.subsubmenu:hover, .subsubmenu_selected {
   color:#cc0000; 
}
.subsubmenu_selected:hover {
   color:#cc0000; 
   /*font-weight: bold;*/
}
td.company {
   font-family: 'Frutiger LT Std Light Condensed', Arial, Helvetica, sans-serif;
   font-size: 9pt;
   /*color: #999999;*/
   line-height: 9pt;
   padding: 0em 0em 0em 7pt;
}
/* Menu and content placement*/
#logocell {
  padding: 10pt 0em 0em 7pt;
}
#leftcontent {
   padding: 1em 0em 0em 0em;
}
#centercontent {
	 font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
  padding: 0em 1.5em 0em 0em;
  line-height: 15pt;
  font-size: 11pt;
  text-align: left;
}
/* Image above the content */
p.lead-image {
   background-repeat:no-repeat;
   margin-top: 0em;
	 margin-bottom: 0em;
	 margin-left: 0.0em;
   display: none;
}
img.theme {
   padding: 0em 0em 0em 0em;
   margin-right: 0pt;
	 margin-left: -0.2em;
	 margin-top: -4pt;
}
img.themeSmall {
   padding: 0em 0em 0em 0em;
   margin-right: 0pt;
   margin-left: -0.2em;
/*   margin-top: 45pt;*/
   margin-top: -2pt;
   margin-bottom: -4pt;
}
img.inText {
   float: none;
   padding: 0em 0em 0em 0em;
   margin-top: 0pt;
	 margin-bottom: 0pt;
}
img.inTextSpecial1 {
   float: none;
   padding: 0em 0em 0em 0em;
   margin-top: -6pt;
   margin-bottom: -6pt;
}
#titel {
   /*margin-left: 2em;*/
   /*text-align: left;*/
	 /*color:#888888;*/
	 font-weight: normal;
   font-size: 18pt;
   line-height: 140%;
	 margin-top: 0px;
	 margin-left: 0em;
}

/* Page Layouts */
.einleitung {
	 font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
	 font-weight: normal;
}
.kursiv {
   font-family: 'Frutiger LT Std Light Italic', "Trebuchet MS", Helvetica, sans-serif;
   font-weight: normal;
}
.fett {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   font-weight: normal;
}
.fettGross {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   font-weight: normal;
   font-size: 16pt;
   color:#cc0000;
}
.ikeepred {
	color:#cc0000;
}
.inTableLeft {
  margin-left: -2.5pt;
  margin-right: 0em;
}
.inTableSmaller {
  font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
  padding: 0em 0em 0em 2em;
  line-height: 13pt;
  font-size: 10pt;
  text-align: left;
}
.mediumlink {
	margin-top: 12pt;
  font-size: 8pt;
}
.newsflashright {
  font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
  padding: 0em 0em 0em 0.7em;
  line-height: 13pt;
  font-size: 10pt;
  text-align: left;
  margin-top: 0pt;
}
ul.linklist {
   list-style-image:url(../img/red-quadrat-empty_web_cc0000.gif);
	 font-size: 8pt;
	 line-height: 12pt;
   padding-left: 12.5pt;
	 margin-top: 12pt;
	 margin-left: 0em;
   margin-bottom: 0em;
}
li.linklist {
   margin-top: 0.1em;
}
.expand {
   /* text-align: right; */
  font-size: x-small;
  font-weight: bold;
  margin-top: 0.0em;
  margin-bottom: -0.9em;
}
/* Front Page */
p.frontpageTitle {
	 font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
	 font-weight: normal;
	 font-size: 18pt;
	 line-height: 20pt;
	 margin-top: 15pt;
	 margin-bottom: 15pt;
	 margin-left: 0em;
}
h1.frontpageTitle {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
   font-weight: normal;
   font-size: 18pt;
   line-height: 20pt;
   margin-top: 15pt;
   margin-bottom: 15pt;
   margin-left: 0em;
}
.frontpageSmall {
	 margin-left: 2pt;
	 margin-top: 0.6em;
   margin-bottom: 0.15em;
}
ul.abstractFrontpage {
   list-style-image:url(../img/red-quadrat-full_web_cc0000.gif);
   padding-left: 15pt;
   margin-left: 0pt;
   margin-top: 1.20em;
   margin-bottom: 0em;
}
li.abstractFrontpage {
margin-top: 0.9em;
}

/* Page Titles */ 
p.mainpageTitle {
	 font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
	 font-weight: normal;
	 font-size: 18pt;
	 line-height: 20pt;
	 margin-top: 15pt;
	 margin-bottom: 15pt;
	 margin-left: 0em;
}
h1.mainpageTitle {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
   font-weight: normal;
   font-size: 18pt;
   line-height: 20pt;
   margin-top: 15pt;
   margin-bottom: 15pt;
   margin-left: 0em;
}
p.subpageTitle {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
   font-weight: normal;
	 font-size: 18pt;
	 line-height: 20pt;
	 margin-top: 15pt;
	 margin-bottom: 12pt;
	 margin-left: 0em;
}
h1.subpageTitle {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
   font-weight: normal;
   font-size: 18pt;
   line-height: 20pt;
   margin-top: 15pt;
   margin-bottom: 12pt;
   margin-left: 0em;
}
p.subpageTitleInText {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
	 font-size: 14pt;
	 line-height: 18pt;
	 margin-left: -0.1em;
	 margin-top: 18pt;
	 margin-bottom: 0pt;
}
p.kurstitel {
	 font-size: 13pt;
	 line-height: 16pt;
	 margin-left: -0.1em;
	 margin-top: 10pt;
	 margin-bottom: 4pt;
}
/* UL formats */
ul.abstract {
   list-style-image:url(../img/red-quadrat-full_web_cc0000.gif);
   padding-left: 12.5pt;
   margin-left: 0em;
   margin-top: 0.3em;
   margin-bottom: 0.0em;
}
li.abstract {
margin-bottom: 0.2em;
}
ul.intextRed {
   list-style-image:url(../img/red-quadrat-full_web_cc0000.gif);
   padding-left: 12.5pt;
   margin-left: 0.0em;
   margin-top: 0.2em;
   margin-bottom: 0em;
}
li.intextRed {
   margin-top: 0.3em;
   padding-left: 0.2em;
}
ul.intextInRed {
	 list-style-type: square;
	 list-style-image:url(../img/red-quadrat-full_web_cc0000.gif);
   padding-left: 25pt;
   margin-left: 0em;
   margin-top: 0.6em;
   margin-bottom: 0.6em;
}
li.intextInRed {
   margin-top: 0.5em;
   padding-left: 0.2em;
}
ul.intextEmpty {
	 list-style-type: square;
	 list-style-image:url(../img/red-quadrat-empty_web_cc0000.gif);
   padding-left: 13.5pt;
   margin-left: 0.0em;
   margin-top: 0.3em;
   margin-bottom: 0em;
}
li.intextEmpty {
   margin-top: 0.3em;
   padding-left: 0.2em;
}
ul.intextInEmpty {
	 list-style-type: square;
	 list-style-image:url(../img/red-quadrat-empty_web_cc0000.gif);
   padding-left: 13.5pt;
   margin-left: 0.0em;
   margin-top: 0.1em;
   margin-bottom: 0em;
}
li.intextInEmpty {
   margin-top: 0.0em;
   padding-left: 0.2em;
}
ul.intextInAloneEmpty {
	 list-style-type: square;
	 list-style-image:url(../img/red-quadrat-empty_web_cc0000.gif);
   padding-left: 25pt;
   margin-left: 0em;
   margin-top: 0.2em;
   margin-bottom: 0em;
}
td.newsfeedTitle {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
   font-size: 13pt;
   color: #999999;
   line-height: 18pt;
}
td.newsfeedSource {
   font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
   font-size: 9pt;
   line-height: 15pt;
   color: #999999;
}
td.newsfeedText {
   font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
   font-size: 11pt;
   line-height: 15pt;
}
a.feedgrey {
  color: #999999;
}
ol.toclist {
	 list-style-type: decimal;
   padding-left: 13.5pt;
   margin-left: 0.0em;
   margin-top: 0.1em;
   margin-bottom: 0em;
}
li.toclist {
   margin-top: 0.0em;
}
/* Misc */
p.address {
	 font-size: 10pt;
	 margin-left: 0em;	
	 line-height: 125%;
}
p.forminLarge {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13pt;
	 margin-left: 3pt;
	 margin-top: 0.5em;
}
p.forminSmall {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 10pt;
	 margin-left: 3pt;
	 margin-top: 0.5em;
}
p.forminSmallNormal {
   font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
   font-size: 10pt;
   margin-left: 3pt;
   margin-top: 0.5em;
}
.smallPara {
   font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
   font-size: 10pt;
   line-height: 11pt;
}
/* Footer */
td.copyright {
   font-size: 8pt;
   padding-left: 5pt;
	 padding-bottom: 3pt;
}
/* bylines */
.fineprint {
   font-family: 'Frutiger LT Std Light Condensed', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
   font-size: 10pt;
   margin-left:0pt;
   margin-top: 15pt;
   margin-bottom: 0pt;
   line-height: 0pt;
}
.fineprint8 {
   font-size: 8pt;
   line-height: 1.3em;
	 margin-top: 10pt;
	 margin-bottom: 10pt;
}
.fineprint6 {
   font-size: 6pt;
   line-height: 1.3em;
}

/* RM Program Styles */
.RMDayTitle {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   font-weight: normal;
   color: #cc0000;
   border-bottom: 2px #cc0000 solid;
   margin-left: 15pt;
    line-height: 13pt;
    font-size: 14pt;
    text-align: left;
}
.RMDayGoal {
  font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: normal;
  margin-left: 15pt;
  margin-bottom: 12pt;
  line-height: 13pt;
  font-size: 10pt;
  text-align: left;
}
.RMtitle {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   font-weight: normal;
   margin-left: 15pt;
   margin-top: 0pt;
    line-height: 13pt;
    font-size: 11pt;
    text-align: left;
}
.RMgoal {
  font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: normal;
  margin-left: 15pt;
  margin-top: 3pt;
  margin-bottom: -4pt;
  line-height: 13pt;
  font-size: 10pt;
  text-align: left;
}
ul.RMitem {
     list-style-type: square;
     list-style-image:url(../img/red-quadrat-full_web_cc0000.gif);
     font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
     font-weight: normal;
     margin-left: -2pt;
     margin-top: 0pt;
     font-size: 10pt;
   }
ul.RMitemNoBold {
     list-style-type: square;
     list-style-image:url(../img/red-quadrat-full_web_cc0000.gif);
     font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
     font-weight: normal;
     margin-left: -2pt;
     margin-top: 0pt;
     font-size: 10pt;
   }
ul.RMsubItem {
   list-style-type: square;
   list-style-image:url(../img/red-quadrat-empty_web_cc0000.gif);
  font-family: 'Frutiger LT Std Light', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: normal;
   padding-left: 12.5pt;
   margin-left: 0.0em;
   margin-top: 0em;
   margin-bottom: 0em;
}
.RMsubpageTitleInText {
   font-family: 'Frutiger LT Std Black Condensed', "Trebuchet MS", Helvetica, sans-serif;
   /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
   /*font-family: Arial, Helvetica, sans-serif;*/
   color: #666666;
   border-bottom: 3px #666666 solid;
   font-size: 14pt;
   line-height: 18pt;
   margin-left: -0.1em;
   margin-top: 20pt;
   margin-bottom: 15pt;
}
/* Button */
.form-style-1 input[type=submit] {
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
    margin:10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
    -webkit-appearance: none;
}
.form-style-1 input[type=submit]:hover {
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

/*  Specials for Printing  */
@media print {
   body {
background-color:transparent;
color:#000000;
padding: 15pt;
margin: 15pt;
   }
a { 
   color: #000000; 
   /*background-color: white;*/
   text-decoration: underline;
}
   #main { width:100%; }
   #logocell, td.right-top, #leftcontent, #navbar {display:none}*/
	 
	 
	 ul.abstract {
		 list-style-type: square;
     list-style-image:url(../img/red-quadrat-full_web_cc0000.gif);
   } 
	 ul.abstractFrontpage {
		 list-style-type: square;
     list-style-image:url(../img/red-quadrat-full_web_cc0000.gif);
   } 
	 ul.intextRed {
		 list-style-type: square;
     list-style-image:url(../img/red-quadrat-full_web_cc0000.gif);
   } 
   ul.intextInRed {
		 list-style-type: square;
     list-style-image:url(../img/red-quadrat-full_web_cc0000.gif);
   } 
	 ul.linklist {
		 list-style-type: square;
     list-style-image:url(../img/red-quadrat-full_web_cc0000.gif);
   }
	 ul.intextEmpty {
		 list-style-type: square;
     list-style-image:url(../img/red-quadrat-empty_web_cc0000.gif);
   } 
	 ul.intextInEmpty {
		 list-style-type: square;
     list-style-image:url(../img/red-quadrat-empty_web_cc0000.gif);
   } 
	 ul.intextInAloneEmpty {
		 list-style-type: square;
     list-style-image:url(../img/red-quadrat-empty_web_cc0000.gif);
   } 

}

 /* Fonts */
@font-face { font-family: 'Frutiger LT Std Light'; 
  src: url('../fonts/frutiger_lt_std_light/frutiger_lt_std_light.eot'); 
  src: url('../fonts/frutiger_lt_std_light/frutiger_lt_std_light.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/frutiger_lt_std_light/frutiger_lt_std_light.svg#Frutiger LT Std Light') format('svg'), 
  url('../fonts/frutiger_lt_std_light/frutiger_lt_std_light.woff') format('woff'), 
  url('../fonts/frutiger_lt_std_light/frutiger_lt_std_light.ttf') format('truetype'); 
  font-weight: normal; font-style: normal;}
@font-face { font-family: 'Frutiger LT Std Light Italic'; 
  src: url('../fonts/frutiger_lt_std_light_italic/frutiger_lt_std_light_italic.eot'); 
  src: url('../fonts/frutiger_lt_std_light_italic/frutiger_lt_std_light_italic.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/frutiger_lt_std_light_italic/frutiger_lt_std_light_italic.svg#Frutiger LT Std Light Italic') format('svg'), 
  url('../fonts/frutiger_lt_std_light_italic/frutiger_lt_std_light_italic.woff') format('woff'), 
  url('../fonts/frutiger_lt_std_light_italic/frutiger_lt_std_light_italic.ttf') format('truetype'); 
  font-weight: normal; font-style: normal;}
@font-face { font-family: 'Frutiger LT Std Light Condensed'; 
  src: url('../fonts/frutiger_lt_std_light_condensed/frutiger_lt_std_light_condensed.eot'); 
  src: url('../fonts/frutiger_lt_std_light_condensed/frutiger_lt_std_light_condensed.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/frutiger_lt_std_light_condensed/frutiger_lt_std_light_condensed.svg#Frutiger LT Std Light Condensed') format('svg'), 
  url('../fonts/frutiger_lt_std_light_condensed/frutiger_lt_std_light_condensed.woff') format('woff'), 
  url('../fonts/frutiger_lt_std_light_condensed/frutiger_lt_std_light_condensed.ttf') format('truetype'); 
  font-weight: normal; font-style: normal;}
@font-face { font-family: 'Frutiger LT Std Black Condensed'; 
  src: url('../fonts/frutiger_lt_std_black_condensed/frutiger_lt_std_black_condensed.eot'); 
  src: url('../fonts/frutiger_lt_std_black_condensed/frutiger_lt_std_black_condensed.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/frutiger_lt_std_black_condensed/frutiger_lt_std_black_condensed.svg#Frutiger LT Std Black Condensed') format('svg'), 
  url('../fonts/frutiger_lt_std_black_condensed/frutiger_lt_std_black_condensed.woff') format('woff'), 
  url('../fonts/frutiger_lt_std_black_condensed/frutiger_lt_std_black_condensed.ttf') format('truetype'); 
  font-weight: normal;}
