.kotaktext {
	
	border: 1px solid #959595;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;"	
}

#header-content{
		font-size:25px;
		font-weight:bold;
		color:#959595;
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 50px;
		margin-top: 0;
}

#submenu-wrapper{
	width:auto;
	height:50px;
	margin:0;
	margin-top:-40px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#submenu{
	width:960px;
	height:50px;
	margin-left: -34px;
}

a.panduanlink-off{
	display:block;
	float:left;
	width:auto;
	height:20px;
	padding:14px 10px 8px 10px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;	
	color:#ffffff;
	font-size:12px;
	background-color:#505050;
    margin-left:1px;
    margin-right:1px;	

}

a.panduanlink,a.panduanlink-off:hover{
	display:block;
	float:left;
	width:auto;
	height:20px;
	padding:14px 10px 8px 10px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;		
	color:white;
	font-size:12px;
	background-color:#ea1111;
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    margin-left:1px;
    margin-right:1px;    

}

.panduangroup {
    margin-left:1px;
    margin-right:1px;
	display:block;
	float:left;
	width:auto;
	height:20px;
	padding:14px 10px 8px 10px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	color:white;
	font-size:14px;
	background-color:#dd1f00;
	-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: #333;
    font-family: Tahoma;
    font-size: 12px;
	font-weight: bold;    
    padding-bottom: 20px;
    text-align: center;
    
}
.game{
	background:white;
	margin:0 auto;
}
	