

@font-face {
  font-family: 'Source Sans Pro';
  font-style:  normal;
  font-weight: 400;
  src: url(../dist/fonts/SourceSansPro-Light.otf.woff) format('woff');
}
html {
  position: relative;
  height: 100%;
  width: 100%;

  min-height: 100%;
}

body {
  height: 100%;
  width: 100%;

 
  padding-top: 83px;
 
  
}

.navbar-fixed-top {
    height: 83px; /* Whatever you want. */
}
.navbar-nav > li > a 
{ 
	padding-top:15px !important; 
	padding-bottom:0px !important;

}

.navbar2 > li > a 
{ 
	padding-top:0px !important; 
	padding-bottom:0px !important;

}

 .navbg{
 background: url(../img/nav_bg.png);
  background-repeat:repeat-x;
  float:left;
 
 }
 
 .nav > .active a{
	background: url(../img/nav_bg_aktiv.png);
	background-color: #FF0000;
	background-repeat:repeat-x;
  float:left;
 }
 
 .footer {
 
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 103px;
  background-color: #f5f5f5;
  background: url(../img/footerbg.png);
  background-repeat:repeat-x;
  float:left;
  color: #fff;
}

.container .text-muted {
  margin: 30px 0;
  color: #fff;
  font-size: 14px;
}

.container .hblue {
  color: #006ab3;
}

.colorA { background: #88a; }  
.colorB { background: #FFFFFF; }  

/* partial opacity hack: configuration */  
.opacity {   
    opacity: 0.7;       /* modern browser */  
    -moz-opacity: 0.7;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=70); /* IE5.x -7.0 */  
}   
  
/* partial opacity hack, part I: Don't change the following properties! */  
.opacity-wrapper,  
.opacity-wrapper * {  
    position:relative;  
}  
  
.opacity {   
    /* partial opacity hack, part II: Don't change the following properties! */  
    width: 100%;  
    height: 100%;  
    position:absolute;  
    top:0;  
    left:0;  
}   
  
/* partial opacity hack, part III: IE6 support */  
* html .opacity-wrapper {   
    overflow:hidden;  
}  
* html .opacity {   
    width: 2000px;   
    height: 2000px;  
} 
