* {
    padding: 0;
    margin: 0;
    border: 0px solid red;
}
.clear {
    clear: both;
}
body {
    background: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
    width: 945px;
    font: normal 12px Helvetica, Arial, sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

#menu {
    height: 48px;
    background-image: url(../img/menu/cure_53_logo.svg);
    background-repeat: no-repeat;
    background-position: 32px 18px;
    background-size: 165px 26px;
    background-color: #ffffff;
    padding: 10px 0 0 350px;
}
#menu span {
    position: relative;
    top: 5px;
}
#menu a {
    display: inline-block;
    width: 88px;    
    color: #403f3e;
    padding:  15px 0 20px 0; 
    font-weight: bold;
}
#menu a#home-anchor {
    background-image: url(../img/menu/home_morse.svg);
    background-size: 69px 7px;
    background-repeat: no-repeat;
}
#menu a#services-anchor {
    background-image: url(../img/menu/services_morse.svg);
    background-size: 45px 7px;
    background-repeat: no-repeat;
}
#menu a#publications-anchor {
    background-image: url(../img/menu/publications_morse.svg);
    background-size: 45px 7px;
    background-repeat: no-repeat;
}
#menu a#team-anchor {
    background-image: url(../img/menu/team_morse.svg);
    background-size: 7px 7px;
    background-repeat: no-repeat;
    width: 60px;
}
#menu a#contact-anchor {
    background-image: url(../img/menu/contact_morse.svg);
    background-size: 56px 7px;
    background-repeat: no-repeat;
}
#menu a#impressum-anchor {
    background-image: url(../img/menu/impressum_morse.svg);
    background-size: 81px 7px;
    background-repeat: no-repeat;
}
#menu a#datenschutz-anchor {
    margin:  -15px 0 0 -14px;
}
.spacer {
    height: 16px;
}

/**
 * Index Section
 */
#index {
    border-bottom: 1px solid black;
}
#index .strapline {
    background-image: url(../img/index/cure_53_morse.svg);
    background-repeat: no-repeat;
    background-position: 28px 28px;
    background-color: #e6e6e6;
    background-size: 274px 233px;
    font-weight: bold;
    font-size: 48px;
    line-height: 52px;
    color: #403f3e;
    padding: 90px 90px 90px 320px;
}
#index .column {
    width: 305px;
    float: left;
    margin: 0 15px 0 0;
}
#index .column.last {
    margin: 0;
}
#index .column a {
    color: #403f3e;
}
#index .column span a {
    display: block;
    text-align: right;
    background-image: url(../img/index/view_all_arrow.svg);
    background-size: 9px 10px; 
    background-repeat: no-repeat;
    background-position: 290px 10px;
    padding: 9px 20px 5px 5px;
}
#index .headline {
    height: 48px;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    color: #403f3e;   
    border-top: 1px solid black;
    border-bottom: 1px solid black;   
    padding: 16px 0 8px 0;
}
#index .headline.services {
    background-image: url(../img/index/services_icon.svg);     
    background-repeat: no-repeat;
    background-size: 21px; 
    background-position: 282px 12px; 
}
#index .headline.papers,
#index .headline.reports {
    background-image: url(../img/index/download_icon.svg);     
    background-repeat: no-repeat;
    background-size: 16px; 
    background-position: 286px 12px; 
}
#index .content {
    font-weight: bold;
    border-bottom: 1px solid black;
    padding: 10px 0;
}
#index .content a {
    color: #403f3e;
}
#index .headline .gray {
    color: #999898;
}

/**
 * Services Section
 */
#services {
    background-image: url(../img/services/info_icon_large.svg);
    background-size: 48px;     
    background-repeat: no-repeat;
    background-position: 896px 0px; 
    padding: 0 0 15px 0;
    border-bottom: 1px solid black; 
}
#services .header {
    background-image: url(../img/services/service_morse.gif);
    background-repeat: no-repeat;
    background-size: 124px 160px;
    font-size: 36px;
    font-weight: bold;
    color: #403f3e;
    padding: 192px 0 3px 0;
    border-bottom: 1px solid black;       
}
#services .header .black {
    width: 309px;
    display: inline-block;
}
#services .header .gray {
    color: #999898;   
}
#services .column {
    width: 275px;
    min-height: 605px; 
    float: left;
    line-height: 16px;
    color: #403f3e;
    padding: 35px 15px 15px 15px;
    margin: 0 15px 0 0;
    background-color: #ffffff;
    background-image: url(../img/services/security_icon.svg);
    background-size: 16px 20px;
    background-repeat: no-repeat;
    background-position: 15px 15px;    
}
#services .column.first {
    background-image: url(../img/services/penetration_icon.svg);
    background-size: 24px 16px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
}
#services .column.last {
    margin: 0;
    background-image: url(../img/services/training_icon.svg);
    background-size: 20px 16px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
}
#services .column .headline {
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    color: #403f3e;
    padding: 15px 0;
}
#services .column p {
    padding: 15px 0 0 0;
}

/**
 * Publications Section
 */
#publications {
    background-image: url(../img/publications/publications_icon_large.svg);
    background-size: 39px 48px;     
    background-repeat: no-repeat;
    background-position: 896px 0px; 
    border-bottom: 1px solid black;
}
#publications .header {
    background-image: url(../img/publications/publications_morse.gif);
    background-repeat: no-repeat;
    background-size: 124px 242px;
    font-size: 36px;
    font-weight: bold;
    color: #403f3e;
    padding: 260px 0 3px 0;
    border-bottom: 1px solid black;       
}
#publications .header .black {
    width: 305px;
    display: inline-block;
}
#publications .header .gray {
    color: #999898;   
}
#publications p {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    color: #403f3e;
    padding: 15px 0 0 316px;
}
#publications .subheader {
    font-size: 36px;
    font-weight: bold;
    color: #403f3e;
    padding: 16px 0 0 0;
    border-bottom: 1px solid black;       
}
#publications .column {
    width: 472px;
    float: left;
    background-image: url(../img/index/download_icon.svg);     
    background-repeat: no-repeat;
    background-size: 16px; 
    background-position: 425px 45px;     
}
#publications .column span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #403f3e;
    padding: 30px 0 3px 0;
}
#publications .column a {
    display: block;
    color: black;
    padding: 10px 0;
    border-top: 1px solid black; 
    margin: 0 16px 0 0;  
}
#publications .column.right {
    background-position: 440px 45px;
}
#publications .column.right a {
    margin: 0 0 0 0; 
} 
#publications .column.full {
    width: 960px;
    float: none;   
    background-position: 915px 45px;
}
#publications .column.full a {
    font-weight: bold;   
}

/**
 * Team Section
 */
#team {
    background-image: url(../img/team/team_icon.svg);
    background-size: 40px 18px;
    background-repeat: no-repeat;
    background-position: 896px 0px; 
    border-bottom: 1px solid black;
}
#team .header {
    background-image: url(../img/team/team_morse.gif);
    background-repeat: no-repeat;
    background-size: 86px 82px;
    font-size: 36px;
    font-weight: bold;
    color: #403f3e;
    padding: 100px 0 3px 0;
    border-bottom: 1px solid black;
}
#team .header .black {
    width: 308px;
    display: inline-block;
}
#team .header .gray {
    color: #999898;   
}
#team .column {
    color: #403f3e;
    width: 305px;
    min-height: 605px; 
    float: left;
    line-height: 16px;
    color: #403f3e;
    padding: 15px 0 0 0;
    margin: 0 15px 0 0;
}
#team .column.last {
    margin: 0;
}
#team .column span.member {
    display: block;
    padding: 10px; 
    margin: 0 0 15px 0;
    background: #ffffff;
    font-weight: bold;
    background-image: url(../img/team/person_icon.svg);
    background-size: 16px 20px;
    background-repeat: no-repeat;
    background-position: 275px 15px;
}
#team .column span.member span {
    display: block;
}
#team .column span.member a {
    font-weight: normal;
    font-style: normal;
    color: #403f3e;
}

/**
 * Contact Section
 */
#contact {
    background-image: url(../img/contact/contact_icon.svg); 
    background-size: 44px 32px;    
    background-repeat: no-repeat;
    background-position: 896px 0px; 
}
#contact .header {
    background-image: url(../img/contact/contact_morse.gif);
    background-repeat: no-repeat;
    background-size: 131px 145px;
    font-size: 36px;
    font-weight: bold;
    color: #403f3e;
    padding: 160px 0 3px 0;
    border-bottom: 1px solid black;
}
#contact .header .black {
    width: 313px;
    display: inline-block;
    vertical-align: top;
}
#contact .header .gray {
    color: #999898;
    width: 600px;
    display: inline-block;
    position: absolute;
    margin: -85px 0 0 0;
}
#contact .header a {
    font-weight: bold;
    color: #403f3e;
}
#contact .column {
    color: #403f3e;
    width: 200px;
    float: left;
    line-height: 16px;
    color: #403f3e;
    padding: 15px 0;
    margin: 0 15px 0 0;
}
#contact .column.first {
    margin: 0 0 0 315px;
}
#contact .column.last {
    margin: 0;
}
#contact .column a {
    font-weight: normal;
    font-style: normal;
    color: #403f3e;
    display: block;
}
#contact .column strong {
    display: block;
    margin: 10px 0 0 0;
}
#contact .column address {
    font-style: normal;
}

/**
 * Footer Section
 */
#footer {
    background-color: #403f3e;
    color: #ffffff;
    padding: 15px;
    margin: 0 0 100px 0;
}

/**
 * Datenschutz & Impressum
 */
#impressum,
#datenschutz {
    color: #403f3e;
    padding: 15px 15px 0 15px;
    background-color: #ffffff; 
}

#impressum h1,
#impressum h2,
#impressum h3,
#datenschutz h1,
#datenschutz h2, 
#datenschutz h3 {
    border-bottom: 1px solid black;
    padding: 15px 15px 0 0;
    margin: 0 0 15px 0;
}
#impressum a,
#datenschutz a {
    color: #403f3e;
}
#impressum address,
#datenschutz address {
    font-style: normal;
}
#impressum p,
#datenschutz p {
    padding: 0 0 15px 0;
}
#impressum ul,
#datenschutz ul {
   margin: 0 0 15px 15px;
}
#impressum ul li,
#datenschutz ul li {
   padding: 5px 15px 0 15px;
}