*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 100%/1.2em "Arial", Geneva, Arial, Verdana, sans-serif;
	text-align: center;
	color: #2B3326;
	background-color: #2B3326;
}

.imageSlideshowHolder
{
	margin: 0;
	padding: 0;
	width: 981px;
	height: 290px;
	position: relative;
	/* Don't remove this line */
}

.imageSlideshowHolder img
{
	position: absolute;
	width: 981px;
	height: 290px;
	left: 0px;
	top: 0px;
}

/* CSS FOR SLIDESHOW SCRIPT */
p
{
	font-size: 0.8em;
	bottom: auto;
}

ul
{
	font-size: 0.8em;
	margin: 0 0 0 35px;
	padding: 0;
}

H1
{
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 12px;
}

H3
{
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 2px;
}

#header
{
	width: 981px;
	height: 290px;
}

#container
{
	width: 981px;
	margin: 10px auto 200px auto;
	text-align: left;
	background-color: #FFF;
	border-bottom: 10px #666 solid;
	padding-bottom: 20px;
}

#overlay
{
	width: 343px;
	height: 290px;
	position: absolute;
	z-index: 1;
	background: url(overlay.png) no-repeat 0 0;
	behavior: url(css/iepngfix.htc);
}

#overoverlay
{
	width: 343px;
	height: 290px;
	position: absolute;
	z-index: 3;
}

#sidebar
{
	width: 300px;
	float: left;
	color: #2B3326;
	margin: 20px;
}

#sidebar a
{
	color: #6A5E21;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	outline: none;
}

/*#sidebar a.normal
{
	font-weight: normal;font-style: normal;}*/

#mainContent #content { margin: 0px 0 0 345px; }

#movies
{
	float: left;
	width: 818px;
}

#icons
{
	padding-top: 10px;
	width: 135px;
	float: right;
}

#icons img
{
	border: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
}

#icons a { border: 0px; }

#footer
{
	text-align: left;
	padding-left: 10px;
	background-color: #fff;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.accordion_toggle
{
	padding: 15px 2px 2px 15px;
	font-weight: normal;
	outline: none;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	margin-right: 10px;
}

.accordion_toggle:hover
{
	padding: 15px 2px 2px 15px;
	font-weight: normal;
	outline: none;
	cursor: pointer;
	margin-right: 10px;
	background-color: #ECEEE4;
	background-image: url(../img/pfeil.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}

.accordion_toggle_active
{
	padding: 15px 2px 2px 15px;
	background-color: #ECEEE4;
	background-image: url(../img/pfeil.gif);
	background-repeat: no-repeat;
}

.accordion_toggle_active:hover { background-color: #ECEEE4; }

.accordion_content
{
	overflow: hidden;
	background-color: #ECEEE4;
	padding: 0 10px 20px 0;
	margin-right: 10px;
}

.accordion_content p { padding: 15px 15px 0px 15px; }
.accordion_content ul { padding: 15px 15px 0px 15px; }
.accordion_content ul li { padding: 0 0 10px 0; }

.accordion_content a
{
	color: #000;
	text-decoration: none;
}

.accordion_content a:hover
{
	color: #000;
	text-decoration: underline;
}

/*.accordion_content ul { padding: 15px 0 0 0; }*/
.vertical_accordion_toggle { /*
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
*/ }
.vertical_accordion_content { overflow: hidden; }
#vertical_container { /*border-bottom: 10px solid #DBECFF;*/ }

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.clearer
{
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

/*#overoverlay p { font-size: 0.9em; width: 343px; position: absolute; bottom: 0; color: #fff; text-align: center; margin-bottom: 16px; letter-spacing: 1px; z-index: 2; }*/

/*#overoverlay a { color: #fff; text-decoration: none; }
#overoverlay a:hover { color: #666; background-color: #ECEEE4; text-decoration: underline; }*/

