body {
	background: #e8e8e8;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#footer {
	width: 100%;
	background-image: url(../images/layout/footer_back.png);
	background-repeat: repeat-x;
	height: 90px;
	font-size: 10px;
	line-height: 14px;
}
.centered #footer .box {
	width: 940px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
}
#footer p {
	margin: 0px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
	width: 77px;
}
.bigger {
	font-size: 14px;
	font-weight: bold;
}
.dotted_right {
	margin-right: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	padding-top: 20px;
	height: 70px;
}
.ohne {
	margin-right: 20px;
	padding-right: 20px;
	padding-top: 20px;
	height: 70px;
}
#footer a,active,visited {
	color: #444;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444;
}
#footer a:hover {
	color: #E8E8E8;
	text-decoration: none;
	background-color: #444;
}
.clearfloat {
	clear:both;
	height:0px !important;
	font-size: 1px !important;
	line-height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	visibility: hidden;
}
.highlight {
	background-color: #444;
	color: #fff;
}

