@CHARSET "ISO-8859-1";
/********************************************************
	Version 1.00.00 11.09.2008 (Jens)
 ********************************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
}

*{
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
}
#seitenrahmen{
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -400px;
	width: 800px;
	height: 595px;

	background-image: url("../pics/haus.jpg"); /* hell_rosa(E5BE9F).jpg");*/
}

#inhalt{
	position: absolute;
	left: 0px;
	top: 150px;
	width: 800px;
	height: 390px;


}
