/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.10.2014, 20:24:38
    Author     : Buisness
*/

@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css');

html,body{height:100%;}

.start, .Info, .Anfahrt, .Typen, .Kontakt{
   min-height: 100%;
   padding-top: 2%;   
}


.Info {
    background-color:#E3E3E0;

}
.Anfahrt {
    background-color:#FFF;

}.Typen {
    background-color:#E3E3E0;

}.Kontakt {
    background-color:#E3E3E0;

}

.alt2 {
    background:#333;
    min-height:150px;
    color:#fff;
    text-align:center;


}

#NavBar {
    background-color:rgba(34, 34, 34, 0.90);
}

.NavLink{
    color:#fff;
}
.NavLink:checked {
    color:#fec50f;
}
.NavLink:hover {
    color:#fec50f;
}