
body{
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:0.8em; 
text-align: center;/*fuer IE_quirks (Fehlt die Doctype-Angabe, wird der Quirks-Modus verwendet)*/
font-weight:normal;
}

strong {color:#00722c;}
h1 { font-size:1.3em; color:#c00; margin:0;padding:0 0 5px 0;}
h2 { font-size:1em; color:#999; margin:0;padding:0 0 5px 0;}
h3 { font-size:1em; color:#666; margin:0;padding:0 0 5px 0;}

hr {height: 1px;border: 0 none; border-top: 1px dotted #ccc; margin-top:15px;}

a:link { text-decoration:none; color:#c00;}
a:visited {text-decoration:none; color:#c00;}
a:hover { color:#c00; text-decoration:none;}
a:focus { color:#c00; text-decoration:none;}

/***************************************************** mainboxes ***********************************************************/


#wrapper {
width:850px;
margin:auto;
margin-top:70px;
border-right:1px solid #c00;
border-bottom:5px solid #ccc;
}

#content { width:100%; text-align:left; background-image:url(images/logo.gif); background-position:left top; background-repeat:no-repeat;}
#story {line-height:1.5em; padding:50px 0px 0px 300px; margin:0;}

.left { float:left; margin-right:25px;}

/******************************************************** footer ****************************************************/
#footer-border {width:890px;
margin:auto;
margin-top:10px;
border:1px solid #fff;
background-color:#00722c;
padding:5px;}

#footer {
font-size:0.9em;
clear:both; 
height:20px;
text-align:center;
background-color:#fff;
margin:0px; padding-top:2px; padding-bottom:10px;}

*html #footer {padding:5px; }
