body
{
  color: #000000;
  font-family: verdana,arial,helvetica,sans-serif;
  margin: 0px;
  border: 0px;
  padding: 0px;
  background-color:#5F5F5F;
  text-align: center; /*Für Zentrierung in IE notwendig*/
}

p { font-size: 0.8em; }

h1 { font-size: 1em; border-bottom: 2px dashed #FF0000; padding-left: 1em; padding-bottom: 5px;}
h2 { font-size: 0.8em; font-weight: bold;}

a { text-decoration: underline; color:#FF0000;}

ul { list-style-type: square; }
li { font-size: 0.8em; margin-bottom: 5px;}

/*text-align:left als Ausgelich zu obiger Zentrierung für IE*/
/*width in Verbindung mit margin: 0px auto sorgt für Breite und Zentrierung in Mozilla */ 
#head { border-top: 15px solid #FF0000; height:80px; background:url(../images/bg.gif) repeat; width:760px; margin:0px auto; text-align:left;}
#logo { float:left; width:230px; height:80px;}
#header { margin-left:230px;}

/*Gleicher Background wie navleft damit sich navleft "verlängert"*/
/*text-align:left als Ausgelich zu obiger Zentrierung für IE*/
/*width in Verbindung mit margin: 0px auto sorgt für Breite und Zentrierung in Mozilla */ 
#body { background:url(../images/bg.gif) repeat; width:760px; margin:0px auto; text-align:left;} 

#navleft { float:left; width:230px; background:url(../images/bg.gif) repeat; padding-top:15px;}

#main { margin-left:230px; padding-left:20px; padding-right:20px; background-color:#FFFFFF;}
#content { padding-top:5px; overflow:auto;}
#footer {}
		
#navleft a {display: block; padding-left: 10px; padding-bottom: 5px; width: 220px; font-size: 0.8em; font-weight: bold; color:#000000;
		text-decoration: none; text-align: left; margin: 3px 0 10px 0; border-bottom: 1px solid #FFFFFF;
		background:url(../images/bg.gif) repeat;}
		
#navleft a:hover { text-decoration: underline; color:#FF0000;}

#navleft a:active { color:#FF0000; }
#navleft a.active { color:#FF0000; }

#logo img { margin:8px 15px 0px 15px;}
#header img { margin:0px; padding-right:8px; border:0px; float:left;} /*Float:left, damit kein Abstand zwischen Bildern ist*/

/* #content img { float:right; margin-left:10px; margin-bottom:10px; } ALT */
#content img{float: right; margin: .3em .2em .2em .4em!important} /* einfach-fuer-alle.de */

#footer p { font-size: 0.6em; text-align: center;}




