/* Orange */
/* color: #f6a828; */
/* background-color: #f6a828; */

/* AWI Eisblau */
/* color: #00ace5; */
/* background-color: #00ace5; */
    
/* AWI Tiefblau */ 
/* color: #003e6e; */
/* background-color: #003e6e; */
    
/* AWI Dunkler Graus */  
/* color: #4b4b4d; */  
/* background-color: #4b4b4d; */  
    
/* AWI Heller Graus */
/* color: #bcbdbf; */  
/* background-color: #bcbdbf; */  

body{
    width:auto;
    height:auto;
    font-family: Calibri, Arial;
    overflow: hidden;
    
    font-size: 20px;
    
}

header, footer {
    position: fixed;
    left:   0px;
    right:   0px;
    height: 40px;
    background-color: #00ace5;
}

header{
    top:    0px;
    border-bottom: 1px solid #bcbdbf;
}
#title{
   color: white;
   font-size: 1.2em;
   position: absolute;
   top: 10px;
   left: 100px;
}
header > a > img{
   height:40px;
   
}
header > span{
	position: absolute;
	top: 0.1em;
	color: white;
	font-size: 1.2em;
	
}
footer{
    bottom:    0px;
    border-top: 1px solid #bcbdbf;
    text-align: center;
    line-height: 40px;
    color: white;
    letter-spacing: 0.1em; 
}
footer > a > img{
   height:
}

.custom-link, a{
    text-decoration: none;
    color: #00ace5;
}
    
.custom-link:active, a:active{
    text-shadow: 0px 0px 5px #f6a828;
}
.custom-link:hover, a:hover{
    text-decoration: none;
    color: #003e6e;   /* AWI Tiefblau */ 
}
.footer-link{
    text-decoration: none;
    color: white;
}
    
.footer-link:active {
    text-shadow: 0px 0px 5px #f6a828;
}
.footer-link:hover{
    text-decoration: none;
    color: #003e6e;   /* AWI Tiefblau */ 
}
#content-container{
    position: absolute;
    background-color: #bcbdbf;
/*     padding: 1.5em; */
/*     margin-left: 20%; */
/*     margin-right: 20%; */
/*     width: 60%; */
/*     min-height: 100%; */
    top:41px;
    bottom:41px;
    right: 0;
    left: 0;
/*     background-color: white; */
    overflow-y: scroll;
}
#content{
    position: relative;
    padding: 1.5em;
/*     margin-left: 20%; */
/*     margin-right: 20%; */
    width: 900px;
/*     min-height: 100%; */
/*     top:41px; */
/*     bottom:41px; */
/*     right: 10%; */
/*     left: 10%; */
    margin: auto;
    background-color: white;
    
}


h1, h2, h3, b{
	color: #00ace5;
	margin: 5px;
}
