body {
    color: #b44331; 
	background-color: #2f333c;
    font-size: 100.01%;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

a {
	color : #000000;
	text-decoration : none;
	cursor:pointer;
}

a:visited  {
	color : #000000;
	text-decoration : none;
}

a:active  {
	color: #000000;
	text-decoration : none;
}

a:hover  {
	color: #666;
	text-decoration : none;
}

p {
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
}



div#head {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	margin-top: 25px;
    padding: 0;
    background: #2f333c; /*url(hintergrund.gif) repeat-y;*/
	width:654px;
	position:relative;
}

div#head h1 {
	font: 16px/14px Verdana, Arial, Helvetica, sans-serif;

}

div#main {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	margin-top: 0;
    padding: 0;
    background: #c7ae5e; /*url(hintergrund.gif) repeat-y;*/
	width:654px;
	position:relative;
}

