/* ################################################################
#
#  Info
#
################################################################ */

/* ---------------------------------------------------------------------------------------------
-
- ...box = Äussere Box für Maße
- ...box2 = innere Box für Abstände (IE Box-Bug)
-
--------------------------------------------------------------------------------------------- */

/* ################################################################
#
#  AREAS
#
################################################################ */

html {
    font-size: 87.5%; 
}

body, table, input, textarea, select, th {
    color: #000000; 
    font-family: 'Raleway', 'Corbert', Verdana, Arial, Helvetica, sans-serif; 	
    line-height: 1.5em;
}

body {
    background: #7eb2e5;
}

/* ################################################################
#
#  LINKS
#
################################################################ */

a, .linkfont { 
    color: #000080; text-decoration: none;
    font-weight: bold;
}

a:hover, a:focus { 
    color: #000000;
    text-decoration: underline;
}