
body{
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:0.8em; 
text-align: center;/*fuer IE_quirks (Fehlt die Doctype-Angabe, wird der Quirks-Modus verwendet)*/
font-weight:normal;
background:#836e5d url(images/bg-body.gif) left top repeat-x;
}

p { line-height:1.4em;}


strong {color:#fff;}
h1 { font-size:1.5em; color:#fff; margin:0;padding:0 0 5px 0; font-style:italic}
h2 { font-size:1em; color:#fff; margin:0;padding:0 0 5px 0;}
h3 { font-size:1em; color:#fff; 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:underline; color:#fff;}
a:visited {text-decoration:underline; color:#fff;}
a:hover { color:#fff; text-decoration:underline;}
a:focus { color:#fff; text-decoration:underline;}

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


#wrapper {
width:930px;
margin:auto;
padding:0px;
}

.header { width:930px; height:127px; background:transparent url(images/logo.gif) left bottom no-repeat; color:#836e5d;}

#content { width:930px;  text-align:left;background: transparent url(images/blueten.jpg) left top no-repeat; margin-top:29px;}

#story {line-height:1.5em; padding:280px 0px 0px 0px; margin:auto; text-align:right; width:930px;}

.left { float:left; width:800px; text-align:left;}

