@charset "utf-8";



@font-face {
    font-family: 'fira_sanslight';
    src: url('firasans-light-webfont.woff2') format('woff2'),
        url('firasans-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sansthin';
    src: url('firasans-thin-webfont.woff2') format('woff2'),
        url('firasans-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sans';
    src: url('firasans-regular-webfont.woff2') format('woff2'),
        url('firasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* CSS Document Projekt Mikrogen */
html, body, ul, ul li, ul li ul, ul li ul li, p, a, img, li, select, input, h1, h2, h3, form {
	margin: 0;
	padding: 0;
  -webkit-font-feature-settings:  "liga" 0;
  -moz-font-feature-settings:     "liga" 0;
  -ms-font-feature-settings:      "liga" 0;
font-variant-ligatures: none;
font-feature-settings: "liga" 0;
    text-rendering: optimizeSpeed;
      	}


body {
    width:100%;
    font-family:"fira_sanslight";
    height:100%;
    font-weight: 200;
    font-size:17px;   
    line-height: 24px;
    text-rendering: optimizeSpeed;
    background:#eee;
}

h1, h2 {
    font-family:"fira_sansthin";
    color: #5180c1;
}

h1, h2 {
    font-size:40px;   
    line-height: 44px;
    padding-bottom:8px;
    padding-top:30px;
}


#wrap {  
	font-feature-settings: "liga" 0;
    width:100%;
}
#innerWrap {
    width:900px;
    margin: 0 auto;
    padding-top:65px;
}

#content{
    margin:-10px 0 40px 0;
    padding-left: 288px;
}

a {text-decoration: none; border-bottom:1px dotted #999; color: #888; }
a:hover  {text-decoration: none; border-bottom:1px solid #777;  color: #888; }


#logo {
	padding:25px 0 80px 18px;
	}
	
#content {
	color:#888;
	padding:0 0 0 38px;
	}
	
.ues {
	font-size:17px;
	}

strong, b {
font-family: fira_sans;
}
p.indent {
padding-left:42px;
}
