/* Entfernt border von img und fieldset */
img, fieldset 
{ border: 0; }

/* Richtet Text in caption und th links aus */
caption, th 
{ text-align: left; }

/* Entfernt Anführungszeichen aus q */
q:before, q:after
{ content :''; }

/* Zentrierung des Inhalts von html */
html 
{ text-align: center; }

/* Bodyelement als Positionierungskontext */
body
{   position: relative; 
    min-width: 67em;
    margin: 0 auto;
    max-height: 60em;
    /*text-align: left;*/
}

div#content {
    position: relative;
    top: 3em;
/*    background-color: #aaa;*/
}