.kotaktext {

    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #959595;
    -webkit-border-top-left-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomright:2px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}

.referral, ul{
        margin-left:auto;
        margin-right:auto;
		margin-top: 110px;
		margin-bottom: 0px;
        padding:30px;   
		width: 865px;
        background-color:#FFFFFF;        
		font-family : "exo_2.0regular";
		font-size : 14px;
		line-height:24px;
		font-weight: normal;
		color : #1f1f1f333;
		letter-spacing: 1px;
		scrollbar-face-color:#DCDCDE;
		scrollbar-highlight-color:#FFFFFF;
		scrollbar-3dlight-color:#C2C2C2;
		scrollbar-darkshadow-color:#808080;
		scrollbar-shadow-color:#E7E7E9;
		scrollbar-arrow-color:#FFFFFF;	
       
    }

#header-content{
		font-size:20px;
		font-weight:bold;
		color:#959595;
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 50px;
		margin-top: -40px;
}

#submenu-wrapper{
	width:auto;
	height:50px;
	margin:0;
	margin-top:-40px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#submenu{
	width:955px;
	height:50px;
	margin-left: -34px;
}

a.panduanlink-off{
	display:block;
	float:left;
	width:auto;
	height:20px;
	padding:10px 10px 12px;
	text-decoration:none;
	font-family:"exo_2.0regular";
	letter-spacing: 1px;	
	color:#ebebeb;
	font-size:13px;
	background-color:#0DA020;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	box-shadow: 0 0 3px gray;

}

a.panduanlink,a.panduanlink-off:hover{
	display:block;
	float:left;
	width:auto;
	height:20px;
	padding:10px 10px 12px;
	text-decoration:none;
	font-family:"exo_2.0regular";
	letter-spacing: 1px;		
	color:#fff;
	font-size:13px;
	background-color:#0DA020;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	box-shadow: 2px 2px 2px gray;
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;

}

.panduangroup {
	display:block;
	float:left;
	width:auto;
	height:20px;
	padding:10px 10px 12px;
	text-decoration:none;
	font-family:"exo_2.0regular";
	letter-spacing: 1px;
	font-weight: bold;
	color:white;
	font-size:13px;
	background-color:#0d690a;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	box-shadow: 2px 2px 2px gray;
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;

}

#footer {
        background-color:#2C2C2C;
        background-image: url("images/bg_footer.jpg");
        background-repeat: repeat-x;
        height:55px;
        margin-top:0px;
}

.copyright{
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    margin-top: 7px;
    padding-bottom: 20px;
    text-align: center;
    
}
	