/*
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 : 11/03/2017, 12:18:34 PM
    Author     : oliverjacobs
*/

#header {
    background-color:#f00;
    height:31px;
    color:white;
    padding:5px;
    text-align:right;
    padding-right:15px;
}
#header a {
    text-decoration:none;
    color:inherit;
}

#logoRow {
    margin-top:30px;
    margin-bottom:15px;
    text-align:left;
    padding-left:20px;
}
#logoRow img {
    width:80px;
}



#headerSub {
    padding:20px 30px;
}
#headerSub > div {
    display:inline-block;
}
#headSubTitle {
    font-size:2.8em;
    font-weight:bold;
}
