

body {font-family: verdana,arial,helvetica;	
font-size: 12px;
color: black;
line-height:130%;
margin:0;
padding:0;
background-color: #c4b7a6; /*dark brownish*/
text-align: center;}

div {
	border: 0; padding: 0; margin: 0;
	}
	
a:link, a:visited {  color:#034ea2; text-decoration:underline; }
a:hover, a:active {  color: #FF6600; text-decoration:underline;}

h1 { font-size:15px;
margin:15px 0;
color: #999;}
	
.text10px {font-size:10px; font-weight:normal;}

img	{border:0;}	

/*äußere Box*/
div#top {width: 570px; 
text-align: left; 
margin: auto; 
margin-top:30px;
background-color: white;
padding: 15px;
padding-bottom:30px;
border:1px solid #000;
}

/*IE, ohne Abzug des paddings*/
* html div#top {
	width: 600px;
}

div#logo {padding:0; margin: 15px 0;}

/*hebt float auf*/
div.fixfloat {float: none; clear: both; font-size: 0; line-height: 0; height: 1px;} 
/*Footer*/
div#footer {width: 930px; height: 22px; margin-top: 3px; text-align: left; background-color: #455560;}

div#copyright {float: left; color:white; font-size: 10px; width: 190px; padding: 3px 0 0 10px; }/*padding-left von Gesamtbreite abziehen*/
* html div#copyright {width: 200px; }

