@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg.png) repeat-x #CC0000;
	text-align: center;
	color: #000;
	margin: 0 auto;
	padding: 0;
	min-width: 1000px;
	border-top: 10px solid #000;
}
#darkCover {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
}
#berichtBox {
	display: none;
	position: fixed;
	z-index: 100;
	background: #CCC;
	margin-top: 50px;
}
#closeBericht {
	width: 16px;
	height: 16px;
	background: url(../images/close_hi.png);
	float: right;
	margin: 4px;
	cursor: pointer;
}
#berichtFrame {
	background: #CCC;
	width: 600px;
	padding: 0 24px 24px;
}
#newsBar {
	width: 30px;
	height: 300px;
	position: fixed;
	z-index: 99;
	cursor: pointer;
}
#newsBar.close {
	background: url(../images/newsbar_close.png);
}
#newsBar.open {
	background: url(../images/newsbar_open.png);
}
#newsContent {
	width: 500px;
	height: 300px;
	background: #FFF;
	position: fixed;
	z-index: 98;
	margin-left: -600px;
	border: 0px solid #000;
}
#accordion {
	display: none;
	margin: 20px;
	height: 260px;
}
.ui-icon {
	width: 25px;
	height: 25px;
	float: left;
}
.ui-icon-triangle-1-s {
	background: url(../images/arrow_open.png) no-repeat center center;
}
.ui-icon-triangle-1-e {
	background: url(../images/arrow_close.png) no-repeat center center;
}
.date {
	width: 75px;
	float: left;
	text-indent: 0px;
	font-weight: normal;
	text-align: center;
}
.ui-accordion .ui-accordion-header {
	opacity: 0.8;
	text-indent: -100px;
	font-size: 12px;
	width: 458px;
	height: 25px;
	line-height: 25px;
	background: url(../images/news_bg.png) left center repeat-x;
	margin: 1px 0 0;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	cursor: pointer;
	outline: none;
}
.ui-accordion .ui-state-active {
	opacity: 1;
	background: #EBEBEB;
	border-bottom: 1px solid transparent; 
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
}
.ui-accordion .ui-state-hover {
	opacity: 1;
}
#accordion h3 a {
	color: #000;
	text-decoration: none;
}
#accordion .normal {
	width: 438px;
	height: 108px;
	padding: 20px 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	overflow: hidden;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	background: #EBEBEB;
	margin-bottom: 1px;
}
#accordion .small {
	margin: 10px 20px;
	line-height: 14px;
	font-size: 11px;	
}
#container {
	width: 1000px;
	height: auto;
	margin: auto;
} 
#header {
	float: left;
	background: url(../images/header.png) no-repeat;
	width: 1000px;
	height: 150px;
}
#header #logo {
	float: left;
	width: 225px;
	height: 150px;
	background: url(../images/logo.png) no-repeat center;
	margin-left: 100px;
}
#header ul {
	list-style: none;
	margin-top: 114px;
	position: relative;
}
#header ul li {
	height: 35px;
	width: 90px;
	float: left;
	background: url(../images/tab.png) repeat-x #999;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	margin-left: -1px;
}
#header ul li:hover{
	background: url(../images/tab_hover.png) repeat-x #F30;
}
#header ul li.active {
	height: 38px;
	background: url(../images/tab_active.png) repeat-x #CCC;
	margin-top: -2px;
}
#header ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin-top: 1px;
	line-height: 36px;
	padding: 0 10px;
	outline: none;
	font-weight: bold;
}
#leftcolumn {
	float: left;
	background: url(../images/left_bg.png) no-repeat;
	width: 100px;
	height: 520px;
}
#content {
	float: left;
	width: 740px;
	min-height: 485px;
	background: #CCC;
	border: 1px solid #000;
	height: 100%;
	padding: 29px 29px 29px;
}
#rightcolumn {
	float: right;
	background: url(../images/right_bg.png) no-repeat;
	width: 100px;
	height: 520px;
}
#footer {
	float: left;
	background: url(../images/footer.png) no-repeat;
	width: 1000px;
	height: 68px;
	font-size: 12px;
} 
#footer a {
	margin: 0 25px;
	line-height: 68px;
	text-decoration: none;
	color: #000;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}