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

html {
	overflow-x: hidden;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	background:#efefdf;
}

#container {
	width:1004px;
	margin:0px auto;
}

#header {
	width:1004px;
	height:234px;
	background:url(../images/header.png) no-repeat;
	margin-top:16px;
	margin-bottom:16px;
}

#menu {
	position:relative;
	top:16px;
	left:65px;
	font-weight:bold;
	font-size:14px;
	color:#000;	
	display:block; /*
	text-align:center; */
	height:20px;
	width:890px;
}

#menu a {
	font-size:14px;
	color:#000;
	text-decoration:none;
}

#split {
	padding-right: 10px;
	background:url(../images/menu_divider.png) right no-repeat;
}

#menu a:hover {
	text-decoration:underline;
	color:#fff;
}
#content {
	width:1004px;
	height:auto;
}

#content_left {
	width:720px;
	height:auto;
	background:#fff;
	border:4px solid #e29c5a;
	padding-top:10px;
	padding-left:8px;
	padding-bottom: 10px;
	float:left;
}

#cl_left_text {
	float:left;
	width:506px;
	height:95%;
	font-size:11px;
	overflow: hidden;
}

#cl_left_text a {
	color: #e67000;
}

#cl_left_text a:visited {
	color: #bf650f;
}


#cl_left_text h1 {
	font-weight:bold;
	color:#cd2907;
	font-size:18px;
	padding-left:20px;
	background:url(../images/h1_image.png) left no-repeat;
}

#cl_left_text h2 {
	font-weight:bold;
	color:#cd2907;
	font-size:18px;
	display:block;
	padding-left:30px;
	padding-top:2px;
	width:476px;
	height:25px;
	background:url(../images/h2_image.png) no-repeat;
}
#cl_left_text h2 .news_date {
	font-size:10px;
}

#cl_right_text {
	float:left; 
	background:url(../images/content_divider.png) left top repeat-y;
	width:189px;
	padding-left:10px;
	margin-left:9px;
	min-height:562px;
	height:95%;
	font-size:11px;
}

#content_right {
	background:#eaeada;
	border:7px solid #ed8e78;
	margin-left:5px;
	padding:5px;
	width:238px;
	height:auto;
	float:left;
}

#footer {
	background:url(../images/footer.png) no-repeat;
	width:1004px;
	height:39px;
	margin-top:12px;
	display:block;
}

.newsfooter {
	text-align: center;
	border-top: 1px solid #CCC;
	padding-top: 2px;
	color: #999;
}

#news_clear {
	margin: 10px 0 0 0;
	border-top: 1px solid #CCC;
	text-align: center;
}

#gr_names {
	margin: 0 0 0 15px;
	font-size: 16px;
}

#gr_names a {
	color: #e67000;
}


#latest_news {
	padding-bottom: 20px;
}

#latest_news a {
	color: #e67000;
}

#latest_news ul {
	margin: 0 10px;
	padding: 2px;
}


#agenda {
	margin: 0;
	padding: 10px 0 0 0px;
}

	#agenda_navigation ul {
		list-style: none;
		height: 12px;
	}
	
	#agenda_navigation li {
		float: left;
		margin-left: 10px;
	}

	#agenda_navigation a {
		border: none;
	}
	#agenda_navigation a:hover {
		background-color: #B8D03B;
	}

	#agenda_loading {
		position: absolute;
		margin: 20px 0 0 20px;
		height: 16px;
		width: 16px;
		visibility: hidden;	
	}
	#agenda_today {
		margin-left: 5px;
		font-size: 12px;
	}

	#agenda_content {
		margin-left: 0px;
		font-size: 12px;
	}

	#agenda_content a {
		color: #e67000;
	}


.minical {
	overflow:hidden;
	margin-left: 20px;
}

.week {
	width: 30px;
	text-align: right;
}

.weekend {
	width: 30px;
	text-align: right;
	background-color: #ed8e78;
}

.today {
	width: 30px;
	text-align: right;
	color: #FFFFFF;
	background-color: #666;
	
}

#news_text {
	overflow: hidden;
	width: 500px;
}

#news_text img {
	max-width: 500px;
}

.slideshow { width: 232px; min-height: 250px; margin: auto }
.slideshow img { max-height: 250px; padding: 0px; border: 1px solid #ccc; background-color: #eee; }

#showAllWeblogs {
	color: #e67000;
	text-decoration: underline;
}

#showAllWeblogs:hover {
	cursor: pointer;
}