/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


html {

}

body,
a {
	color: #606060;
	font-size: 16px;
	line-height: 22px;
	font-family: "Frutiger Condesed", Frutiger, Univers, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

body {
	background-color: #595d63;
	min-height: 100%;
}

.center {
	margin: 0 auto;
	width: 970px;
	background-color: #fff;
	min-height: 100%;
}

body.eniteo {

}

body.akzent {

}

header {
	width: 100%;
	height: 89px;
	position: relative;
}

body.eniteo header {
	background-color: #3d3d3d;
	border-bottom: 1px solid #4c4a4b;
}

body.akzent header {
	background-color: #fff;
	border-bottom: 1px solid #aaaaaa;
}

header div {
	margin-top: 48px;
	margin-right: 54px;
	float: right;
	font-size: 16px;
	line-height: 22px;
}

body.eniteo header div {
	color: #fff;
}

body.akzent header div {
	color: #606060;
}

body.eniteo header img {
	position: absolute;
	top: 15px;
	left: 44px;
}

body.akzent header img {
    position: absolute;
    top: 6px;
    left: 42px;
}

main {
	padding: 66px 46px 46px;
}

main h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 42px;
}

main p, 
main ul {
	margin-top: 0;
	margin-bottom: 18px;
}

main p.disclaimer {
	margin-top: 26px;
	color: #a6a6a6;
}

main a {
	color: #ee8f11;
}

main a:hover {
	text-decoration: underline;
}

main .link-container {
	margin-top: 38px;
	text-align: center;
}

main .link-container a {
	font-weight: bold;
	border-radius: 2px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 16px 64px 14px;
	background-color: #ee8f11;
}

main .link-container a:hover {
	color: #21272f;
}

.info {
	background-color: #f4f4f4;
	border-bottom: 1px solid #fff;
	padding: 18px 46px;
}

.info h3 {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 30px;
	margin-top: 0;
}

.info p {
	margin-top: 0;
	margin-bottom: 0;
}

.info a:hover {
	color: #a6a6a6;
}

.info .info-tel {
	float: left;
	width: 217px;
}

.info .info-email {
	float: left;
	width: 330px;
}

.info .info-post {
	float: left;
	width: 330px;
}

.footer-links {
	background-color: #f4f4f4;
	margin: 0;
	padding: 18px 46px;
	list-style: none;
}

.footer-links a:hover {
	color: #a6a6a6;
}

.footer-links li {
	float: left;
	font-weight: bold;
	margin-right: 30px;
}

.finanzgruppe {
	padding: 20px 44px;
}


