/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:auto;
	background: url(images/page_bg.gif);
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h2 {
	font-size:130%;
	background:url(images/bg-h2.gif) repeat-x;
	height:30px;
	color:#FFFFFF;
	margin: -10px -10px 10px -10px;
	padding-left: 10px;
	padding-top:5px;
}

#utama {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background:#FFFFFF;
}

#inner {
	background:url(images/atas.gif);
	width:846px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	height:9px;
	margin:auto;
	
}

#header {
	background:url(images/logo-header.gif) no-repeat;
}

#menu {
	background: url(images/bg-menu.gif) repeat-x;
	border-bottom: 1px solid #D8D7D7;
	border-top: 2px solid #ffffff;
	height: 25px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0px 0;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 5px 12px 4px 12px;
	color: #2B81AC;
	background:#fff;
}

#content {
	margin: 10px 10px 10px 0px;
	padding:10px;
	border:1px solid #e5e5e5;
}

#selengkapnya{
	font-size:8pt; 
	color: #000; 
	background:#ccc;
	padding: 0px 5px 1px 5px;
}

#selengkapnya a:hover{
	background: #00CCFF;
}

#sidebar {
	margin:10px;
}

#sidebar-head {
	background: #c80000; 
	font-size:12px; 
	font-weight:bold; 
	padding:4px 10px 4px 15px; 
	color:#FFFFFF;
	position: relative;
}

#sidebar-ctt {
	background: #227293;
	margin-bottom:3px;
	margin-top:1px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
}

#sidebar-ctt a {
	color:#FFFFFF;
	text-decoration:none;
}

#sidebar-ctt a:hover {
	text-decoration: underline;
}

#indexs {
	position: absolute; 
	text-align: right; 
	right: 10px; 
	top: 0px; 
	padding: 3px 0 5px 0;
	color:#FFFFFF;
	font-weight:normal;
	font-size:80%;
}

#indexs a{
	color:#FFFFFF;
	text-decoration:none;
}

#indexs a:hover{
	text-decoration:underline;
}

#judul {
	font-weight:bold;
}

#kategori {
	font-size: 8pt;
	color: #666666;
	margin-top:-5px;
}

#footer {
	text-align:center;
	font-size:80%;
	background: #c80000;
	color:#FFFFFF;
}