/* CSS Document */

body{
	background-color:#4b4b4b;
	color:#FFFFFF;
	margin:0;
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:13px;
}

#bg_hotnews{
	background-color:#000000;
}
		
#content-tabel{
	background:url(../images/bg/content_bg.png);
}
		
#header{
	background:url(../images/bg/header.png);
	height:150px;
}
		
#title-left{
	background:url(../images/bg/bg-title1.png) no-repeat;
	width:631px;
	padding:5px 5px 0 5px;
	font-size:20px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:39px;
	color:#DD8309;
}
		
/*
#content-left p{
	width:631px;
	color:#CCCCCC;
	font-size:13px;
	padding:10px 5px;
}
*/
		
#title-left-part{
	background:url(../images/bg/bg-title1.png) no-repeat;
	width:305px;
	padding:5px 5px 0 5px;
	font-size:20px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:39px;
	color:#DD8309;
}
		
#content-left-part{
	width:305px;
	/*height:auto;*/
	padding:10px 5px;
}
		
#title-right{
	background:url(../images/bg/bg-title-right.png) no-repeat ;
	width:290px;
	padding:5px 5px 0 5px;
	font-size:20px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:39px;
	color:#DD8309;
}

table#title{
	font-size:20px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:39px;
	color:#DD8309;
}
		
#content-right{
	width:290px;
	padding:10px 5px;
}

a{ 
	color: #f1f1f1; 
}
		
a#hot-news{
	text-decoration:none;
	color:#CCCCCC;
	font-size:12px
}
a:hover#hot-news{
	color:#1DCCEF;
	text-decoration:underline
}

a#news-kat{
	text-decoration:none;
	color:#CCCCCC;
	font-size:14px
}

a#img-galeri{
	opacity:0.4;
	filter:alpha(opacity=40)
}
a:hover#img-galeri{
	opacity:1;
	filter:alpha(opacity=100)
}

a#title-galeri{
	text-decoration:none;
	color:#999999;
}
a:hover#title-galeri{
	color:#FFFFFF;
}

a#news{
	color:#CCCCCC;
	text-decoration:none;
	font-size:14px
}
a:hover#news{
	color:#DD8309;
	text-decoration:underline
}

a#guestbook-coment{
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none
}
a:hover#guestbook-coment{
	color:#00FF33;
	text-decoration:underline;
}

a#title-guestbook{
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none
}
a:hover#title-guestbook{
	color:#00FF33;
	text-decoration:underline;
}

span#tgl{
	font-size:10px
}
span#news-prev{
	font-size:12px;
	color:#999999
}
		
div#info-header{
	position:absolute;
	text-align:right;
	height:50px;
	width:925px;
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:10px;
}

#footer-div{
	padding:0 5px;
}

#footer-tabel{
	font-size:10px;
	color:#999999;
	background:url(../images/bg/bg-footer.png);
}

#footer-link{
	text-decoration:none;
}
:hover#footer-link{
	color:#999999;
}

:hover#hov{
	background-color:#171717;
}
