
body {
	background-color: #fff;
}

#wrapper {
	margin: 0 auto;
	width: 999px;
}

#container {
	float: left;
	margin: 0 auto;
	padding: 24px 0;
	position: relative;
	width: 999px;
}


/* ------------------------- *

		UTILITY STYLES

* -------------------------- */

.hidden {
	display: none;
}

/*	slightly enhanced, universal clearfix hack from
	http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



/* TOP */

#top {
	height: 134px;
	position: relative;
	z-index: 10;
}

#top #language {
	position: absolute;
	right: 0px;
	top: 62px;
	width: 161px;
	text-indent: -9999px;
	padding-bottom: 4px;
	margin-right: 15px;
	background: url(../img/language-underline.png) no-repeat left bottom;
}

#top #language li {
	display: inline;
}

#top #language a {
	/*font-weight: normal;
	text-transform: uppercase;
	margin-left: 15px;*/
}

#top #language a:hover {
	color: #909090;
}

#top #language a.active {
	color: #005ca8;
}

/* TOP: LANGUAGE IMAGE REPLACEMENTS */

#top #language li {
	background: none;
	padding-left: 0;
	margin-left: 0;
}

#top #language li a,
#top #language li span {
	float: left;
	width: 80px;
	height: 30px;
}

#top #language li.de a,
#top #language li.de span {
	background-image: url(../img/deutsch.png);
}

#top #language li.en a,
#top #language li.en span {
	background-image: url(../img/english.png);
}

/* LANGUAGE HOVER */

#top #language a:hover {
	background-position: 0px 30px;
}

/* LANGUAGE ACTIVE */

#top #language span.a {
	background-position: 0px 30px;
}



/* TOP: LOGO */

#top a {
	border-bottom-width: 0;
}

#top a.logo {
	margin-left: 22px;
	margin-top: 8px;
	display: block;
	width: 220px;
	height: 79px;
}

/* TOP: SLOGAN */

#top #slogan {
	position: absolute;
	left: 265px;
	top: 38px;

}

/* Top: Warenkorb */

#warenkorb {
	position: absolute;
	top: 0;
	right: 200px;
	text-align: right;
	z-index: 9999;
}

#warenkorb img {
	margin-right: 12px;
}

#warenkorb a {
	color: #fff;
	border-bottom: 1px solid #999;
	position: relative;
	top: -5px;
	left: 0;
}

#warenkorb a:hover,
#warenkorb a:focus {
	border-bottom-color: #fff;
}



/* LINKS */

#left {
	position: absolute;
	width: 180px;
	left: 24px;
	top: 158px;
	z-index: 100;
}


/* CONTENT */

#graffiti {
	margin-left: 228px;
	margin-bottom: 36px;
}

#brush-container {
	float: left;
	display: inline;
	width: 843px;
	z-index: 60;
	position: relative;
}

#brush-footer {
	position: relative;
	z-index: 20;
	clear: left;
}

#stage {
	margin-bottom: 12px;
}

#stage ul li {
	background: none;
	padding-left: 0;
	margin-left: 0;
}

#main {
	position: relative;
	float: left;
	display: inline;
	width: 721px;
	background: #fff;
	padding: 24px;
}

#content {
	float: left;
	display: inline;
	width: 721px;
	position: relative;
	z-index: 100;
}

#content div.contenttext {
	padding-left: 0px;
	width: 423px;
	margin-right: 24px;
	float: left;
}

#sidebar {
	width: 274px;
	float: left;
}

div.topprintlinks {
	text-align: right;
	clear: both;
	position: relative;
}

div.topprintlinks a {
	padding-left: 12px;
	background-image: url(../img/doppelpfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	position: absolute;
	top: 0px;
}

div.topprintlinks a.linktop {
	right: 0px;
	z-index: 1000;
}

div.topprintlinks a.linkprint {
	left: 0px;
	display: none;
}

body.home div.topprintlinks {
	display: none;
}

/* Aufklappbarer Text */

.expandable-text {
	overflow: hidden;
}

.view-more, .view-less {
	position: relative;
}

.view-more a, .view-less a {
	position: absolute;
	right: 0;
	top: 0;
}

