
/* body, Main, Page */

body {
	margin: 0;
	background: url(../img/clouds-bg-tiled.jpg) repeat center bottom;
}

div#page {
	margin: 0 auto;
	margin-top: 12px;
	width: 980px;
	position: relative;
}

#wrapper {
	width: 960px;
}

.signposts {
	font-size: 0.1em;
	height: 5px;
	width: 100%;
	clear: left;
	float: left;
	background: url(../img/signposts-bg.png) no-repeat left top;
}

div#main {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	padding: 24px 10px 0;
}

.sign-shadow {
	border-right: 1px solid #bbb;
}


/* Top */

div#top {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 100;
	color: white;
	padding: 5px 10px 0;
	background: #fff;
}

div#top img#logo {
	margin: 0;
	border-width: 0;
}

div#top ul#sysnav {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
}

div#top ul#sysnav li {
	float: left;
	margin: 0;
	padding: 4px 8px 2px 9px;
	border-left: 1px solid #BDC0C2;
	background: none;
}

div#top ul#sysnav li.first-child {
	border-left-width: 0;
}

div#top ul#sysnav li.logged-in,
div#top ul#sysnav li.logged-out {
	padding-left: 0;
	height: 20px;
	background-position: right top;
	background-repeat: no-repeat;
}

div#top ul#sysnav li.logged-in {
	width: 66px;
	background-image: url(../img/login-button-bg.png);
}

div#top ul#sysnav li.logged-out {
	width: 72px;
	background-image: url(../img/logout-button-bg.png);
}

div#top ul#sysnav li.logged-in a,
div#top ul#sysnav li.logged-out a {
	padding-left: 34px;
}

div#top ul#sysnav li a {
	font-family: Verdana !important;
	font-size: 90%;
	color: #666;
}


/* Login */

#loginform {
	display: none;
}

a#TB_closeWindowButton, #loginform-content a {
	color: #E0005A !important;
}




/* Content */

div#content {
	position: relative;
	float: left;
	display: inline;
	width: 474px;
	margin: 0 26px;
	padding-bottom: 72px;
}

.features-disabled div#content {
	margin-right: 0;
	width: 708px;
}

div#features {
	padding-top: 30px;
	float: left;
	width: 208px;
	padding-bottom: 72px;
}

.clearing {
	clear: both;
}

#facebook-like{
	margin-top: 12px;
	float: right;
	width: 120px;
}


/* Footer */


div#footer {
	clear: both;
	width: 100%;
	margin: 0;
	height: 880px;
	background: url(../img/footer-bg.jpg) no-repeat center bottom;
	color: #fff;
}

#footer .wrapper {
	width: 960px;
	padding: 10px;
	margin: 0 auto;
	padding-top: 250px;
	position: relative;
}

#footer #projekte a, #footer #button-direktkontakt a {
	margin: 0;
	padding: 0;
	background: none;
}

#footer #button-direktkontakt {
	top: 0;
	left: 50px;
}

#footer #projekte {
	position: absolute;
	left: 250px;
	top: 250px;
}

#footer #projekte h2 {
	color: #fff;
}

#footer #projekte ul {
	list-style-type: none;
}

#footer #projekte li {
	background-image: none;
	position: absolute;
}

#footer #banner-1 {
	top: 50px;
	left: 30px;
}

#footer #banner-2 {
	top: 70px;
	left: 250px;
}

#footer #banner-3 {
	top: 30px;
	left: 500px;
}

#footer #banner-4 {
	top: 240px;
	left: 100px;
}

#footer #banner-5 {
	top: 200px;
	left: 380px;
}



/* Print- und TellAFriendlink */

#pageend {
	clear: both;
}

div#feature_pageend {
	float: right;
	width: 208px;
	padding: 12px 0;
}

div#feature_pageend a {
	display: block;
	margin: 0 12px;
	cursor: pointer;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 3px;
}

div#feature_pageend a.printpage {
	background-image: url(../img/printpage.png);
}

div#feature_pageend a.printpage:hover {
	background-image: url(../img/printpage-hover.png);
}

div#feature_pageend a.tellafriend {
	background-image: url(../img/tellafriend.png);
}

div#feature_pageend a.tellafriend:hover {
	background-image: url(../img/tellafriend-hover.png);
}

.tellAFriendWrapper {
	border-top: 3px solid #009CDE;
	border-bottom: 1px solid #009CDE;
}

.tellAFriendWrapper .tafCloseMessageLink {
	background-image: url(../img/close-jfe.png);
}

