body {
	margin:0;
	padding:0;
	
	height:100%;
	width:100%;
	
	background:url(../images/layout/body_BG.jpg) #CCCCCC top center repeat-x;
	background-attachment:fixed;
	background-color:#CCCC99;

	font-family:Verdana, Helvetica, sans-serif;
}

.clearer {
	clear:both;
	height:1px;
}

ul {
	list-style-image:url(../images/icons/icon_punktvoll.gif); 
}

ul ul,
ul ol,
ol ul {
	margin-bottom:0;
}

hr {
	height:1px;
	border:none;
	border-bottom: 1px solid #E4E6E8;
   margin-bottom:15px;
}

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 15px;
}