body {
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 30px auto 20px auto;
	width: 1000px;
	border: 1px #999 solid;
}
/* KLADBLOK */
#Kladblok {
	position: fixed;
	top: 0px;
	margin-left: 100px;
	width: 800px;
	height: 10px;
	border: 2px #444 solid;
	background: #fff;
	z-index: 10;
	top: -10000px;
}

/* KLOK */
#Clock {
	position: absolute;
	top: 80px;
	margin-left: 730px;
	z-index: 2;
	font-family: Verdana;
	color: #000;
	font-size: 75px;
	filter: alpha(opacity=20);
	opacity: .20;
}

/*     TOPBALK    */
#TopBalk {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-image: url(../images/topbalk.png);
	background-position: bottom;
	z-index: 9;
	filter: alpha(opacity=96);
	opacity: .95;
}
#TopBalkText {
	float: left;
	text-align: center; /* Was eerst LEFT */
	padding-top: 2px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
}
#TopBalkText A{ color: #000; text-decoration: underline; }
#TopBalkText A:hover { color: #999; text-decoration: none; }
#TopBalkRight {
	float: right;
	padding-top: 2px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align:right;
}
#TopMessage {
	border: 1px black solid;
	background: white;
	font-size: 12px;
	position: relative;
	text-align: left;
}
/*     TOPBALK    */



#Site {
	background: #444;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	position: relative;
	min-height: 1000px;
}

#SiteLogin {
	background: #444;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	position: relative;
	min-height: 500px;
}

#MenuLeft {
	position: absolute;
	left: 0px;
	padding: 4px;
	margin: 0px;
	top: 200px; 
	width: 200px;
}
#MenuRight {
	position: absolute;
	right: 0px;
	padding: 4px;
	margin: 0px;
	top: 200px;
	width: 190px;
}
#StatsLogin {
	position: absolute;
	right: 16px;
	padding: 0px;
	margin: 0px;
	top: 205px;
	width: 240px;
}
#StatsAanmelden {
	position: absolute;
	right: 16px;
	padding: 0px;
	margin: 0px;
	top: 346px;
	width: 240px;
}
#copyright {
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #222;
	background: #CCC;
	border: 1px #222 solid;
}


#Pagina {
	margin-left: 200px;
	padding: 5px;
	margin-right: 200px;
}
#PaginaLogin {
	margin-left: 10px;
	padding: 5px;
	margin-right: 10px;
}



.Menu{
	border: 2px #888 solid;
	background: #EEE;
	padding: 1px;
	width: 184px;
	margin-bottom: 8px;
}
.MenuKop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FF;
	font-weight: bold;
	border: 1px #999 solid;
	background: #1F1F1F;
	padding: 3px;
}
	
.MenuLinks, .MenuLinks a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 4px;
	margin-left: 6px;
}
.MenuLinks a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #AAA;
	text-decoration: none;
}






.subTitle, .subTitleSmall, .subTitle a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
/* 	border-bottom: #CCC dotted 1px; */
	font-weight: bold;
	border: 1px #999 solid;
	background: #1F1F1F;
	padding: 3px;

}
 .subTitleSmall { 
 	font-size: 12px;
 }
 .subTitle a{
	border: none; 
 }
.mainTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	
	
	border: 1px #999 solid;
	background: #EEE;
	padding: 3px;

}
.mainTxt a,td a {
	text-decoration:underline;
	color: #333;
}
.mainTxt a:hover,td a:hover {
	text-decoration: none;
	color: #AAA;
}
