/***********************************************/
/* style.css                                   */
/* Eigenschaften, Aussehen des Seiteninhalts   */
/***********************************************/

/*	----------------------------------------------------------------------//
// 	Christian Späth - www.sv1845es.de											 //
//	----------------------------------------------------------------------//
//    letzte Änderung: 25.09.2006													 //
//	----------------------------------------------------------------------*/


body {
	background: #99CCFF url(background.gif) fixed;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#logo {
	margin-bottom: 10px;
	width: 900px;
}

#inhalt {
	background: #9cf;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	width: 800px;
	margin-bottom: 0px;
	margin-top: 5px;
}

#footer {
	top: 0;
	left: 0px;
	right: 0px;
	bottom: 0;
	background: #99CCFF url(background.gif);
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 800px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}


