* {
	padding: 0;
	margin: 0;
}

body {    
	font: 12px Arial, Geneva, sans-serif;
	background: url(../images/body_bg.gif) #F5F5F5 repeat-x;
}

#mother {
	width: 870px;
	margin: 20px auto;
	border: 1px solid #999;
	-moz-box-shadow: 0 0 5px #AAA;
    -webkit-box-shadow: 0 0 10px #AAA;
}

#header {
	width: 870px;
	margin: 0 auto;
}

#header img {
	border: 0;
}

#footer {
	clear: both;
	width: 870px;
	margin: 0 auto;
	padding-left: 20px;
}

#footer_c {	
    margin-bottom: 25px;
	padding: 2px;
}

#footer_c a {
	text-decoration: none;
    color: #0099FF;
}

#footer_c a:hover {
	text-decoration: none;
    color: #0066FF;
}

#da_menu {
	width: 870px;
	margin: 0 auto;
	background: url(../images/menu_bg.gif) #EEE repeat-x;
}

#da_menu_c {
	margin: 0 auto;
	height: 30px;
	width: 870px;
}

#banner {
	width: 870px;
	height: 350px;
}

#child {
	width: 870px;
	margin: 0 auto;
	line-height: 16px;
	letter-spacing: 0.2px;
	background-color: #FFF;
}

#child ol, ul {
	list-style-position: inside;
}

#child li {
	margin: 5px 0;
}

#child_c {
	padding: 10px;
}

#child_left {
	float: left;
	width: 620px;
}

#child_left_c {
	padding: 15px;
}

#child_left_c a {
	text-decoration: none;
	color: #0099FF;
}

#child_left_c a:hover {
	text-decoration: none;
	color: #336699;
}

#child_left_c h1 {
	font-size: 20px;
	color: #336699;
	font-family: arial;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
	border-bottom: 3px solid #CCC;
}

#child_left_c h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 2px solid #CCC;
}

#child_left_c h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

#child_right {
	float: left;
	width: 245px;
}

#child_right_c {
	padding: 10px;
}

#child_right_c h1 {
	width: 231px;
	color: #666;
	font-size: 14px;
	margin-bottom: 3px;
}

#child_right_c img {
	border: 0;
}

.da_news {
}

.da_news h1 {
	font-size: 20px;
	color: #66CC33;
	font-family: arial;
	letter-spacing: -1px;
}

.da_news_c {
}

.da_news_side {
}

.da_news_side_c {
}

.da_news h1 {		
	font-size: 16px;
	font-family: arial;
	margin-bottom: 10px;
}

.da_news_title {
	font-weight: bold;
	font-size: 14px;
	line-height: 12px;
}

.da_news_title a {
	text-decoration: none;
	color: #333;
}

.da_news_title a:hover {
	text-decoration: none;
	color: #666;
}

.da_news_date {
	color: #666;
	font-size: 10px;
}

.da_news_content {	
	margin-bottom: 10px;
}

.da_news_content img {	
	margin: 5px 5px 0 5px;
	border: 0;
	padding: 3px;
}

.da_news_content a {
	text-decoration: none;
	color: #0033FF;
}

.da_news_content a:hover {
	text-decoration: none;
	color: #0099FF;
}

.da_news_more {
	margin: 5px 0;
}

.det_news {
	margin-top: -10px;
}

.det_news_date {
	color: #666;
	font-size: 10px;
	margin: 5px 0;
}

.det_news_content {	
	margin-bottom: 10px;
}

.det_news_content img {	
}

.det_news_content a {
	text-decoration: none;
	color: #0033FF;
}

.det_news_content a:hover {
	text-decoration: none;
	color: #0099FF;
}

.side_news {
}

.side_news_c {
	padding: 0 5px;
}

.side_news_title {
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}

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

.side_news_title a:hover {
	text-decoration: none;
	color: #999;
}

.side_news_date {
	font-size: 10px;
	margin-bottom: 5px;
	color: #999;
}

.side_news_content {
	margin-bottom: 15px;
}

.side_news_content a {
	text-decoration: none;
	color: #66CC33;
}

.side_news_content a:hover {
	text-decoration: none;
	color: #99CC33;
}

.breadcrumb {
	text-decoration: none;
	color: #333;
	margin-bottom: 5px;
}

.breadcrumb a {
	text-decoration: none;
	color: #999;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #666;
}

.tb {
    padding: 2px 5px;
	border: 2px solid #CCC;
}

.bt {
    background-color: #EEE;
    border: 1px solid #CCC;
    font-size: 9px;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0;
}

.bt:hover {
    background-color: #FFF;
    border: 1px solid #CC0000;
}

.notetext {
    background-color: #0099FF;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px 0;
}

.notetext a {
    text-decoration: none;
    color: #FFCC00;
}

.notetext a:hover {
    text-decoration: none;
    color: #CCC;
}

.warntext {
    background: url(images/warn.gif) top no-repeat;
    text-align: center;
    color: #CC0000;
    font-weight: bold;
    padding: 25px 10px 0 10px;
    margin-bottom: 2px;
}

.warntext2 {
    background-color: #CC0000;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px 0;
}

.paging {
    margin: 10px 0;
}

.paging #pageresult {
    margin: 2px 0;
}

.paging a {
    text-decoration: none;
    font-weight: bold;
    color: #0099FF;
    padding: 2px 5px;
}

.paging a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    background-color: #EEE;
}

#smoothmenu {
	background-color: #DDD;
}

/* anythingSlider */
.anythingSlider { width: 820px; height: 350px; position: relative; }
.anythingSlider .wrapper { width: 820px; height: 350px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; list-style-position: inside; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 350px; width: 820px; position:relative; margin-right: 10px; }
.anythingSlider ul li img.slide {
	float:left;
}
.anythingSlider .arrow               { display: none; height: 80px; width: 53px; background:url(images/buttons.png) no-repeat left top; text-indent: -9999px; position: absolute; top: 146px; cursor: pointer; margin:0;}
.anythingSlider .forward                { display: none; background-position: 0 0; right:0; }
.anythingSlider .back                   { display: none; background-position: -53px 0; left: -155px; }
.anythingSlider .forward:hover          { display: none; background-position: 0 -80px; }
.anythingSlider .back:hover             { display: none; background-position: -53px -80px; }

#start-stop                             { display: none;}

.anythingSlider h2 {
	font-size:25px;
	width:100%;
	overflow:hidden;
	width:636px;
	margin-bottom:0;
	border-bottom:none;
	letter-spacing:-1px;
}
.anythingSlider h2 a {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
}
/* anythingSlider */

.home_wrapper {
	float: left;
	margin: 5px;
	/*background-color: #FFFAB8;*/
	background-color: #EEE;
}

.home_wrapper_c {
	padding: 12px;
}

.home_wrapper_title {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.home_wrapper_content {
	background-color: #333;
	color: #FFF;
	padding: 5px 10px;
	margin-bottom: 2px;
}

.home_clearer {
	clear: both;
	margin-bottom: 25px;
}

a.link_more {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}

a.link_more:hover {
	color: #0099FF;
}

a.link_more2 {
	text-decoration: none;
	color: #66CC33;
	font-weight: bold;
}

a.link_more2:hover {
	color: #99CC33;
}

a.link_more3 {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

a.link_more3:hover {
	color: #990000;
}

#supported_by {
	margin: 15px;
}

#supported_by h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

#supported_by_c {
	background-color: #660000;
	padding: 10px;
	color: #FFF;
}

.facility_bar {
	background-color: #cc9900;
	height: 40px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.facility {
	width: 860px;
}

.facility_c {
	padding: 10px 20px;
	margin-bottom: 10px;
}

.feature_box {
	float: left;
	width: 250px;
}

.facility_c h1 {
	color: #cc9900;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;	
}

.facility_title {
	font-weight: bold;
	font-size: 16px;
	line-height: 12px;
	margin-bottom: 5px;
}

.facility_title a {
	text-decoration: none;
	color: #333;
}

.facility_title a:hover {
	text-decoration: none;
	color: #666;
}

.facility_title_sub {
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 10px;
	padding-left: 10px;
}

.facility_title_sub a {
    text-decoration: none;
    color: #666;
}

.facility_title_sub a:hover {
    text-decoration: none;
    color: #999;
}

.facility_content {	
	margin-bottom: 10px;
}

.facility_content a {
	text-decoration: none;
	color: #66CC33;
	font-weight: bold;
}

.facility_content a:hover {
	color: #99CC33;
}

#feature {
	background: url(../images/newsoffer_bg.gif) top #EEE repeat-x;
	padding: 20px;
}

#feature img {
	border: 0;
}

.feature_c {
	margin-bottom: 20px;
	/*background-color: #CCC;*/
}

.feature_c_news {
	float: left;
	width: 375px;
	margin-right: 35px;
}

.feature_c .title {
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
	text-shadow: 1px 1px #FFF;
}

.feature_c {
}

.feature_c_title {
	font-weight: bold;
	font-size: 14px;
	line-height: 12px;
	color: #FFCC00;
	margin-bottom: 5px;
}

.feature_c_title a {
	text-decoration: none;
	color: #336699;
}

.feature_c_title a:hover {
	color: #0099FF;
}

.feature_c_date {
	color: #999;
	font-size: 10px;
}

.feature_c_content {	
	margin-bottom: 10px;
}

.feature_c_content img {	
	margin: 5px 5px 0 5px;
	border: 0;
	padding: 3px;
}

.feature_c_content a {
	text-decoration: none;
	color: #0099FF;
}

.feature_c_content a:hover {
	text-decoration: none;
	color: #0066FF;
}

#from_gm {
	background: url(../images/gm_bg.gif) no-repeat;
	width: 250px;
	height: 276px;
}

#from_gm_c {
	padding: 25px 15px 10px 15px;
}

#gm_title {
	color: #999900;
	border-bottom: 2px solid #999900;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.side_box {
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
}

.galeri_box {
	margin-bottom: 20px;
}

.gb_img {
	float: left;
	margin-right: 10px;
	border: 3px solid #CCC;
}

.tb_disabled {
    padding: 2px 5px;
    border: 2px solid #CCC;
    background-color: #FFFF99;
    color: #666;
    font-size: 18px;
    text-align: center;
}