@charset "utf-8";

/* Reset der Abstände */
* { 
	margin: 0px;
	padding: 0px; }

/* globale Einstellungen */	

html, body {
	font-family: Arial, Helvetica;
	color: #000000;
	background-color: #E7E7E7;}
	
a {
	text-decoration: none; }
	
/* divs */
div#content, div#img_box, div#header {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000; }

div#wrapper {
	margin: auto; }
	
div#header {
	text-align: center;
	width: 762px;
	margin: 25px auto 0px auto; 
	background-color: #dddddd;}
	
div#img_box {
	margin: 5px auto;
        border-width: 0px;
	width: 760px; }

div#img_box img {
        border-style: solid;
        border-width: 1px;
        border-color: #000000; }
	
div#footer {
	text-align: center;
	width: 762px;
        font-size: 11px;
	margin: 10px auto; }

div#content {
	text-align: center;
	margin: 0px auto; }
				