/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    min-height:100%;
}

html {
    position: relative;
    color: #000;
    background: url('../images/background.png') top left #f6f6f6;
}

div.coffee {
    min-height: 650px;
    text-align: center;
    background: url('../images/coffee.png') no-repeat top center transparent;
}

div.coffee span {
    display: block;	
}

span.sitename {
    padding-top: 250px;
    font-size: 46px;
    font-weight: 300;
}

span.sitename_warning {
    font-size: 19px;
    font-weight: lighter;
    color: #bbb;
}

span.curriculum_vitea {
    padding-top: 50px;
    font-weight: lighter;
    color: #bbb;
}

span.curriculum_vitea img {
    padding-bottom: 1px;
}

div.div_documenterror {
    padding-top: 150px;
}

div.div_documenterror span {
    display: block;	
    text-align: center;
    font-weight: 300;
}

div.div_documenterror span.errorcode {
    font-size: 80px;
}

div.div_documenterror span.errormessage_big {
    font-size: 20px;
    font-weight: normal;
}

div.div_documenterror span.sitename {
    padding-top: 25px;
}