/* /////////////// Globals ////////////////////// */

body {
	background: #CCCCBA;
	color: #000;
}
body,
input,
textarea,
select {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
h1,h2,h3,h4,h5 {
	margin-bottom: 1em;
}

/* /////////////////// Container //////////////// */

body.standard {
	background: #7d2231;
	color: #fff;
}
body.standard a {
	color: #fff;
}
body.klangraum {
	background: #ffddc9;
	color: #333;
}
body.klangraum a {
	color: #333;
}

#header {
	background: #fff;
	height: 134px;
	text-align: center;
	color: #666 !important;
	cursor: pointer;
}
#header img {
	margin-top: 27px;
}
#slogan {
	font-size: 11px;
}
body.standard #slogan {
	margin: -5px 0 0 300px;
}
body.klangraum #slogan {
	margin: -5px 0 0 140px;
}
#shanty {
	margin: auto;
	width: 895px;
	padding: 20px 90px 20px 10px;
	position: relative;
}
.standard #shanty {
	color: #e4e4e4;
}
.klangraum #shanty {
	color: #333;
}
#navigation {
	width: 169px;
	margin-right: 42px;
	float: left;
}
#navigation li {
	list-style-type: none;
}
#navigation li li {
	list-style-type: circle;
}
#navigation a {
	display: block;
	text-decoration: none;
	padding-bottom: 0.5em;
}
* html #navigation a {
	display: inline;
}
* html #navigation li {
	padding-bottom: 0.5em;
}
#navigation a:hover,
#navigation .menuactive {
	font-weight: bold;
}
#navigation li li:hover,
#navigation li li.menuactive {
	list-style-type: disc;
}
#navigation li li a:hover,
#navigation li li a {
	font-weight: normal;
}
#navigation ul ul li {
	margin-left: 20px;
}
#content {
	width: 684px;
	float: left;
	min-height: 300px;
}
#content img {
	border: 5px solid #E4E4E4;
	max-width: 690px;
}
.klangraum #content img {
	border-color: #fff;
}
#content ul,
#content ol {
	margin: 1em 0 1em 2em;
}
#footer {
	font-size: 11px;
	padding: 44px 0;
}
#note {
	position: absolute;
	bottom: 30px;
	right: 20px;
	width: 144px;
	height: 253px;
	background: url(/templates/images/noteKlangraum.gif) no-repeat;
}


/* /////////////////// Helpers /////////////////////*/

.barrierReef {
    position: absolute;
    left: -5000px;
}
.clear {
	clear: both;
}
.printOnly {
	display: none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
.clearfix {display:block;}
	/* End hide from IE Mac */

* html .clearfix {height:1px;}
