/* CSS Document */
body { background: #efefef url(images/bg.jpg) repeat-y; margin: 0px; font: normal 12px arial; color:#FFFFFF;  line-height:20px; }
p, td {font:normal 12px arial; color:#FFF; line-height:20px; margin-top:0px;}
#head { width:900px; height:190px; border-top: 30px solid #224A90; background: url(images/head.gif) no-repeat; }
#navbar { width:900px; height:38px; background: url(images/bg_nav.jpg) repeat-x;}
.titnav { width:310px; float:left;}
.menunav { float:left;}

.menu{
font: bold 12px arial;
letter-spacing:1px;
padding-left:20px;
padding-right:0px;
margin-bottom:0px;
margin-top:0px;
}

.menu ul{
margin: 0;
padding: 0;
float: left;
border-left: 1px solid #184575; 
border-right: 1px solid #649FCB; 
}


.menu ul li{
display: inline;
}

.menu ul li a{
float: left;
color: #FEFEF5; /*text color*/
padding: 13px 7px 10px 7px;
text-decoration: none;
border-left: 1px solid #649FCB; 
border-right: 1px solid #184575; 

}

.menu ul li a:visited{
color: white;
}

.menu ul li a:hover, .menu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 14px; /*shift text down 1px for selected and active item*/
padding-bottom: 9px; /*shift text down 1px for selected and active item*/
background: black url(images/bg_menu_hover.jpg) center center repeat-x;
}



#shade { width:890px; height:35px; background:url(images/shade.jpg)
no-repeat; padding-top:5px; padding-left:10px; font:normal 11px arial;
color:#FFF; }

#konten { width:680px; margin-left:200px; margin-top:20px;}
.bodytexttitle {font:normal 24px arial; color:#FFF;}
.heading  {font:normal 24px arial; color:#FFF;}
.bodytext {font:normal 12px arial; color:#FFF; text-decoration:none;}
.bodytext a {font:bold 12px arial; color:#FFF; text-decoration:underline;}
.bodytext a:hover {color:#FC0; text-decoration:none;}




#foot1 { width:710px; height:27px; margin-top:50px; background:url(images/bg_bottom.jpg) repeat-x; font: bold 11px arial; color:#FFFFFF; padding-left:190px; padding-top:10px; }
#foot1 a {font: bold 11px arial; color:#FFFFFF; text-decoration: none; margin-left:10px; margin-right:10px;}
#foot1 a:hover {text-decoration:underline; color:#006699;}

#foot2 {margin-top:20px; font:normal 11px arial; color:#FFFFFF; padding-left:200px; padding-bottom:20px;}

#konten a { font:bold 12px arial; color:#FFF; text-decoration:underline;}
#konten a:hover { color:#FC0; text-decoration:none;}

