*{
margin: 0;
padding: 0;
}

html, body {
height: 100%;
background: #B1B9C5;
}

/*filler of the whole Content + page column*/
#page {
position: relative;
min-height: 100%;
width: 50%;
margin: 0 auto;
background-color: white;
}

/*filler of the actual content*/
#content {
    background-color: white;
}
 

#footer {
    position:absolute;
    bottom: 0;
    width: 100%;
    
    background-color: #E8B390;
    font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
}

#header {
    width: 100%;
    background-color: #B1B9C5;
    font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
}


/* entfernt underline im <a> tag */
#breadcrumbs a {text-decoration:none;}
#breadcrumbs a:hover {text-decoration:underline;}


#maintitle {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 40px;
text-align: Center;
color: #2D4A74;
Background: #647A99;
}

#centerbody {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 16px;
text-align: Center;
}


/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=33F0u0klllZ3xFFcatatMftP58g 

.color-primary-0 { color: #2D4A74 } /* Main Primary color
.color-primary-1 { color: #B1B9C5 } /* lighter contrast
.color-primary-2 { color: #647A99 }
.color-primary-3 { color: #0C2851 } 
.color-primary-4 { color: #01122B } /* darkest contrast

.color-secondary-1-0 { color: #AF973A }	/* Main Secondary color (1)
.color-secondary-1-1 { color: #FFF9E3 }
.color-secondary-1-2 { color: #E8D690 }
.color-secondary-1-3 { color: #7B6409 }
.color-secondary-1-4 { color: #423400 }

.color-secondary-2-0 { color: #AF683A }	/* Main Secondary color (2)
.color-secondary-2-1 { color: #FFEEE3 }
.color-secondary-2-2 { color: #E8B390 }
.color-secondary-2-3 { color: #7B3609 }
.color-secondary-2-4 { color: #421A00 }

/* Generated by Paletton.com ﾃつｩ 2002-2014 */
/* http://paletton.com */