*{
	margin:0;
	padding:0;
}

html{	
	overflow: -moz-scrollbars-vertical !important;
	overflow-x:hidden; 
	}

html, body {
	height:100%;
	width:100%;
	}

body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333;
	background-image:url(/img/background.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#17383D;
	font-size:20px;	
}

#container{ 
	margin: 0 auto ;
	position:relative; 	
	width: 950px;	
	min-height: 100%;
	height:auto !important; 
	height:100%;	
	
}

.sikbTitle{
	margin-left:50px;
	text-align:center
}

.logo{
	float:left;
	margin:35px 0 0 200px;
}

#footer{
	color:#FFF;
	font-size:12px;		
	position:absolute;
	bottom:0px;		
	left:0px;
	width: 950px;
	height:40px;
}

#wrap{
	padding-bottom: 50px;
	text-align:left;
	}

#footer a{
	color:#FFF;
	font-size:12px;	
}

#footer .disclaimer{ 
	font-size:10px;
}

#footer .disclaimer a{ 
	font-size:10px;
	line-height:14px;
}


hr{
	background-color:#FFF;
	height:1px;
	border:none;
	width: 750px;
	margin:0px 0 0px 90px;
}
		
.login{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
	border:1px solid #17383D;
	width:425px;
	padding:20px 10px 20px 10px;
	background-color:#5A868B;	
	line-height:18px;	

}

.login h1{
	font-size:26px;
	color:#FFCA06;
	padding-bottom:20px;
}

#scoreSum{
	float:right;
	border:0px solid #000000;
	height:300px;
	width:415px;
	margin:0px 0 0 0px;
	color:#FFFFFF;
	text-align:left;	
}

#scoreSum h1{
	font-size:22px;
	color:#FFCA06;
	text-align:center;
	padding:20px 0 10px 0;
}

#scoreSum .monthSum{
	border:1px solid #17383D;	
	width:390px;
	background-color:#5A868B;
	padding:0 0 20px 10px;
}

#scoreSum .yearSum{
	background-color:#5A868B;
	border:1px solid #17383D;	
	width:390px;
	margin-top:20px;
	padding:0 0 20px 10px;	
}

#score{
	float:right;
	border:0px solid #000000;
	height:300px;
	width:920px;
	margin:0px 0 0 0px;
	color:#FFFFFF;
	text-align:left;	
}

#score h1{
	font-size:22px;
	color:#FFCA06;
	padding:10px 0 20px 0;
}

#score .month{
	float:left;
	border:1px solid #17383D;
	width:390px;
	background-color:#5A868B;
	padding:0 0 20px 10px;
}

#score .year{
	float:right;
	background-color:#5A868B;
	border:1px solid #17383D;
	width:390px;	
	padding:0 0 50px 10px;	
}

#language{
	color:#FFCA06;
	text-align:center;
}

#language h1{
	font-size:32px;
	padding:0px 0 0px 0;
}

#language h2{
	font-size:22px;
	padding:0px 0 0px 0;
	margin:0px;
}

#language .nl{
	float:left;
	width: 200px;
	height:100px;
	margin:40px 0 0 250px;
}

#language .en{
	float:right;
	width: 200px;
	height:100px;
	margin:40px 250px 0 0px;
}

#language_small{
	position:absolute;
	left:435px;
	top:170px;
	width: 110px;
	text-align:center;
	color:#FFCA06;
}

#language_small .nl_small{
	float:left;
	width: 50px;
	height:30px;
}

#language_small .en_small{
	float:right;
	width: 50px;
	height:30px;
}

/* General Style Info */
a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;
	line-height:26px;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}


a.loginA{
	color:#333;
	font-size:16px;
	font-weight:bold;
}

a:hover.loginA{
	text-decoration:underline;
}


/* forms */

form {
	margin-top: 2em;
	text-align:center;
}

label {
	display: block;
	font-size: 20px;
	padding-bottom: 5px;
	color:#FFFFFF;
	text-align:center;
}

input, textarea {
	clear: both;
	/*display:block;*/
	font-size: 22px;
	font-family: inherit;
	width:350px;
	height:30px;
	border:1px solid #17383D;
	/*margin-left:35px;*/
	text-align:center;
	margin:10px 0 10px 0;
}

input[type=submit] {
	display: inline;
	vertical-align: bottom;
	font-size:18px;
	width:120px;
	margin: 30px 0 20px 0;
}

input[type=button] {
	display: inline;
	vertical-align: bottom;
	font-size:18px;
	width:100px;
	margin: 30px 0 20px 0;;
}

.error_message, .error_message a {
	color:#900;
	font-size: 16px;
	margin: 8px 0px;
	font-weight: bold;
}