html, body {
	font-family:Arial,Helvetica,sans-serif;
}

#wrapper-printheader {
	height: 20px;
	font-size: 10px;
}

/* Menu-Links oben links */
#wrapper-printheader p.fL, a{
    font-size: 12px;
    color: #003768;
    font-family: arial; 
    text-decoration: none;
}

/* DGTHG|Online oben rechts */
#wrapper-printheader p.fR{
    font-size: 10px;
    font-family: arial; 
}

body{
    color: #003768;
}

#titel {
    font-size: 14px;
    font-weight: bold;
    color: #003768;
    font-family: arial; 
}

#autor {
    font-size: 11px;
    font-family: arial; 
    color: #003768;
    font-style: italic;
}

#content .messageAccessDenied {
        font-size: 13px;
        font-weight: bold;
        border: 1px solid #FF5353;
        padding: 12px;
        margin-top: 12px;
	width: 500px;
}


