/* base.css */
html {
	min-height: 100%;
}

body {
	display: block;
	min-height: 100%;
	
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-style: normal;
}

/* stage */
#stage {
	position: relative;
	
	width: 977px;
	
	margin: 0 auto;
	padding: 0 7px;
	
	background-color: #ececec;
}
#stage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* index */
#logo {
	position: absolute;
	top: 36px;
	left: 7px;
	
	width: 217px;
	height: 44px;
	
	overflow:hidden;
	text-indent:-22222px;
	
	background-image: url('/fileadmin/web/images/logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#topmenu {
	position: absolute;
	top: 0;
	right: 7px;
	
	width: 747px;
	height: 16px;
	
	padding: 18px 7px 0 0;
	
	background-color: #ffffff;
	
	text-align: right;
}
#topmenu span {
	margin: 0 18px 0 0;
}
#topmenu .last {
	margin: 0;
}
#topmenu a {
	color: #000000;
	text-decoration: none;
}

#mainmenu {
	float: left;
	width: 100%;
	
	padding: 0 0 7px 0;
	
	border-bottom: 7px solid #ececec;
}
#mainmenu li{
	width: 199px;
	height: 20px;
	
	padding: 7px 0 0 0;
	margin: 0 10px;
	
	border-bottom: 1px solid #bfbfbf;
}
#mainmenu li a {
	display: block;
	text-decoration: none;
	color: #676767;
}
#mainmenu li .active, 
#mainmenu li a:hover {
	background-image: url('/fileadmin/web/images/act.gif');
	background-position: 2px 4px;
	background-repeat: no-repeat;
}


/* content */
#content {
	color: #666666;
}
#content:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#left {
	float: left;
	width: 217px;
	
	padding: 202px 0 0 0;
	
	background-color: #ffffff;
}
#content_left {
	float: left;
	width: 197px;
	
	padding: 13px 10px;
}

#center {
	float: left;
	width: 753px;
	
	background-color: #ffffff;
}

#right {
	float: right;
	width: 753px;
	
	margin: 38px 0 0 0;
}
#content_right {
	float: right;
	width: 0px;
	
	display: none;
}



/* news */
#center .news-latest-container {
	width: 760px;
	margin: 0 0 0 -7px;
	overflow: hidden;
}
#center .news-latest-container h2 {
	display: none;
}
#center .news-latest-container .news-latest-gotoarchive {
	display: none;
}
#center .news-latest-container .news-latest-item .news-latest-date {
	display: none;
}
#center .news-latest-container .news-latest-item {
	position: relative;
	float: left;
	width: 246px;
	height: 176px;
	margin: 0 0 0 7px;
	overflow: hidden;
	display: inline;
}
#center .news-latest-container .news-latest-item h3 {
	margin: 0;
	height: 20px;
	
	padding: 3px 0 0 11px;
	
	background-image: url('/fileadmin/web/images/news/news_header.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#center .news-latest-container .news-latest-item h3 a {
	text-decoration: none;
	color: #ffffff;
	
	font-size: 12px;
}
#center .news-latest-container .news-latest-item .bodytext {
	position: absolute;
	bottom: 14px;
	left: 0;
	
	width: 240px;
	height: 28px;
	
	color: #ffffff;
	padding: 4px 0 0 6px;
	margin: 0px 0px 0px 0px;
	
	opacity: 0.5;
	filter: alpha(opacity=50);
	
	background-color: #000000;
}
#center .news-latest-container .news-latest-item .clearer {
	display: none;
}
#center .news-latest-container .news-latest-item .news-latest-morelink {
	position: absolute;
	bottom: 0;
	left: 0;
	
	margin: 0;
	width: 233px;
	height: 13px;
	
	padding: 1px 13px 0 0;
	text-align: right;
	
	background-image: url('/fileadmin/web/images/news/news_more.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#center .news-latest-container .news-latest-item .news-latest-morelink a {
	text-decoration: none;
	color: #ffffff;
	
	font-size: 10px;
}


#center .news-single-item .news-single-timedata {
	display: none;
}
#center .news-single-item .news-single-author {
	display: none;
}
#center .news-single-item .news-single-img {
	margin: 12px 0 12px 0;
}
#center .news-single-item .clearer {
	display: none;
}
#center .news-single-item .news-single-backlink {
	margin: 12px 0 0 0;
}



/* footer */
#footer {
	position: relative;
	display: block;
	height: 55px;
	width: 984px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	
	background-color: #ececec;
}
#footer .copyright {
	float: left;
	margin: 8px 0 0 13px;
	
	font-size: 10px;
}
#footer .fmenu {
	float: right;
	margin: 8px 24px 0 0;
	
	font-size: 10px;
}
#footer .fmenu span {
	margin: 0 0 0 15px;
}
#footer .fmenu a {
	color: #9a9a9a;
	text-decoration: none;
}

