body {
	margin:0;
	padding:0;
	
	height:100%;
	width:100%;
	
	background-color:#FFFFFF;
}

.clearer {
	clear:both;
	height:1px;
	width:100%;
	background-color:red;
	font-size:1px;
	visibility:hidden;
}

hr {
	height:1px;
	border:0px solid white;
	border-bottom: 1px solid #E4E6E8;
}

#content_right ul li {
	list-style-type:none;
	background:url(../images/layout/content_li.gif) 0 6px no-repeat;

	padding-left: 13px;
	margin-left:-20px;
}

/*----------------------------------------------------- Barrierenfreiheit ------- */

.unsichtbar {
	display: inline;
	position: absolute;
	left: -1000px;
	top:  -1000px;
	overflow: hidden;
	width: 0px;
	height: 0px
}

/*
ul, li, ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

p {
	margin-top: 0px;
	margin-bottom: 0px;
}