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