/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #32648D;

}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background-color: #32648D;

}
#header {
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px none #ccc;
 height: 180px;
 margin: 10px 0px 5px 0px;
 background: #32648D url(file:///N|/muench-objekte.de/moelliKlein.jpg) no-repeat center center;
}
#content {
	width: 900px;
	color: #333;
	border: 1px none #ccc;
	background: #32648D url(none);
	margin: 0px 0px 10px;
	padding: 10px;
	height: auto;

}
