* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url("../imagepool/design/back.gif");
	font-family: Trebuchet MS;
	text-align: center;
}

#content a {
	color: #8c9a00;
	text-decoration: none;
}
#content a:hover {
	color: #fff;
	background: #8c9a00;
}
#content a:visited {
	color: #999;
}

#mainContainer {
	width: 896px;
	margin: 0px auto;
	text-align: left;
	background: url("../imagepool/design/artwork_links.png") no-repeat;
	height: 100%;
	min-height: 500px;
}

#shadowTop {
	background: url("../imagepool/design/shadow_top.png") no-repeat;
	width: 896px;
	height: 20px;
	position: absolute;
	top: 42px;
}

#contentContainer {
	background: transparent;
	background: url("../imagepool/design/content_back.png") repeat-y;
	position: absolute;
	top: 62px;
	width: 896px;
	min-height: 400px;
	overflow: visible;
}
#innerContainer {
	margin: -5px 121px 0px 175px;
}
#menu {
	background: #fff;
	margin: -20px 0px 20px 0px;
	height: 15px;
}
#mainmenu {
	list-style-type: none;
}
#mainmenu li {
	float: left;
}
#mainmenu a {
	display: block;
	margin-right: 36px;
	font-size: .7em;
	font-style: normal;
	color: #000;
	text-decoration: none;
	padding: 0px 10px 4px 0px;
}
#mainmenu a:hover {
	color: #000 !important;
	background: url(../imagepool/design/menu_marker.gif) bottom repeat-x;	
}
#mainmenu a.active {
	color: #8c9a00;
	background: url(../imagepool/design/menu_marker.gif) bottom repeat-x;
}
#mainmenu a:visited {
	color: #000 !important;
}
#content {
	padding: 35px 20px 40px 20px;
}
#content .newsItem {
	float: left;
	clear: left;
	width: 360px;
} 
#content h2 {
	font-size: .7em;
	text-transform: uppercase;
	color: #8c9a00;
	line-height: 1.4em;
}
#content h3 {
	font-size: .7em;
	line-height: 1.4em;
}
#content p {
	font-size: .7em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}
#content img.left {
	float: left;
	margin: 0px 15px 20px 0px;
}
#content a.lightbox:hover {
	background: #fff;
}
#content .lightbox img {
	margin: 5px 17px 0px 0px;
	float: left;
	border: 1px solid #ccc;
}
#content fieldset {
	margin-top: 2px;
	border: none;
}
#content legend {
	display: none;
}
#content label {
	display: block;
	width: 75px;
	float: left;
	clear: left;
	font-size: .7em;
}
#content input, #content textarea {
	float: left;
	width: 286px;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: .7em;
	font-family: inherit;
	margin-bottom: 10px;
}
#content textarea {
	height: 130px;
}
#content .error {
	border: 1px solid #900;
	color: #900;
	font-size: .7em;
	font-weight: bold;
	padding: 6px;
	margin-top: 6px;
	width: 355px;
}
#content button {
	border: none;
	background: #8c9a00;
	color: #fff;
	padding: 3px 15px;
	margin-left: 75px;
}
#concertContainer {
	float: right;
	width: 170px;
	margin: 15px 0px 0px 20px;
}
#concertContainer h2, #concertContainer li {
	padding: 4px 0px 4px 10px;
}
#concertContainer h2 {
	color: #000 !important;
	background: url(../imagepool/design/kalender_marker.gif) left repeat-y !important;
}
#concertContainer h2 span {
	padding: 4px 0px;
	border-bottom: 1px solid #ddd;
}
#concertContainer ul {
	list-style-type: none;
	padding: 0px;
}
#concertContainer li {
	background: url(../imagepool/design/kalender_marker.gif) left repeat-y !important;
	font-size: .7em;
	margin: 6px 0px 0px 0px;
}
#concertContainer li a {
	position: absolute;
	z-index: 9;
}
#content .vcard {
	font-size: .7em;
	margin: 6px 0px 0px 0px;	
}
#concertContainer .vcard {
	margin-left: 10px;
}
#content .vcard div {
	display: inline;
}
#shadowBottom {
	position: absolute;
	bottom: -25px;
	background: url("../imagepool/design/shadow_bottom.png");
	width: 896px;
	height: 25px;
	z-index:2;
}
#artworkRight {
	background: url("../imagepool/design/artwork_nur_rechts.png") bottom right no-repeat;
	position: absolute;
	bottom: -45px;
	height: 390px;
	right: -2px;
	z-index:0;
	width: 123px;	
}
#artworkBottom {
	background: url("../imagepool/design/artwork_unten.png") bottom right no-repeat;
	position: absolute;
	bottom: -81px;
	height: 81px;
	right: 121px;
	z-index:0;
	width: 400px;	
}
.clearer {
	clear: both;
}
