body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 11px;
	background: url('images/bg.gif');
}

a { color: #454545; text-decoration: none; }
a:hover { color: #454545; text-decoration: underline; }

img {
	border: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #454545;
	display: inline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #454545;
	padding-top: 4px; padding-bottom: 5px;
	background: url('../images/dotted.gif') repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-bottom: 9px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
	padding-top: 4px; padding-bottom: 5px;
	background: url('../images/dotted.gif') repeat-x;
	background-position: bottom;
}

.text {
	color: #454545;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.menuLink { color: #454545; }
.menuLink a { color: #454545; text-decoration: none; }
.menuLink a:hover { color: #454545; text-decoration: underline; }

.white { color: #ffffff; }
.white a { color: #fff; text-decoration: none; }
.white a:hover { text-decoration: underline; }

.yellow { color: #fce700; }
.yellow a { color: #fce700; text-decoration: none; }
.yellow a:hover { color: #fce700; text-decoration: underline; }


.orange {
	color: #ffae00;
}

.black { color: #000; font-weight: normal; }

.uitslag { width:  100px; height: 10px; background: url('../images/uitslagGrijs.gif'); margin: 0px; padding: 0px; }

.gameInhoudsopgave a {
	color: #454545;
	text-decoration: none;
}

/* Game info */
.gameInfo {
	background: #efefef;
	padding: 5px;
	margin: 5px;
	width: 180px;
}
.gameInhoudsopgave a:hover { text-decoration: underline; }

.floatLeft{float: left;} 
.floatRight{float: right;} 
.image-left{float: left; vertical-align: text-top;} 
.image-right{float: right; vertical-align: text-top;} 
div.wrapContainer{ width:99.5%; float:left; } 

/* Tabel */
.tabel {
	width: 100%;
	border: 1px solid #ececec;
	color: #FFF;
}

.tabel .top {
	background: url('../images/tabelHeader.gif');
	height: 27px;
	color: #FFF;
	padding-left: 4px;
}

.tabel .item {
	padding: 5px;
	color: #454545;
	border-top: 1px solid #ececec;
}

.tabel .item a { color: #454545;  }


/* Error/Succes handling :-p */
.errorBox {
	background:url('../images/bg_errBox.gif') no-repeat bottom;
	padding-bottom:10px; width:450px; margin: 0 auto;
}
.successBox {
	background:url('../images/bg_successBox.gif') no-repeat bottom left;
	padding-bottom:10px; width:450px; margin: 0 auto;
}
.successBoxTop {
	background:url('../images/bg_successBoxTop.gif') no-repeat; height: 6px;
}
.errorBoxTop {
	background:url('../images/bg_errBoxTop.gif') no-repeat; height:6px;
}

.successIcon {
	background:url('../images/icon_success.gif') no-repeat 10px 10px;
}

.errorIcon {
	background:url('../images/icon_error.gif') no-repeat 10px 10px;
}

.msgBoxContent {
	padding:10px 10px 10px 30px;
}

.msgBoxContent p {
	margin: 2px 0;
}
		
/* Posts */
.userPost {
	width: 100%;
	padding: 0px; margin: 0px;
	border-collapse: collapse; 
}

.userPost .titel {
	font-weight: bold;
	padding: 4px;
	background: #efefef;
	border-bottom: 1px solid #e3e3e3;
}

.userPost .avatar {
	padding: 4px;
	width: 100px;
	border-right: 1px solid #ececec;
}

.userPost .message {
	padding: 4px;
	vertical-align: top;
}

/* Submenu */
.submenu {
	position: absolute; 
	padding: 0px;
	margin: 0px;
	
	/* FF e.d. */
	margin-top: 20px;
	margin-left: -15px;
	
	/* ZUCHT, IE fix */
	*margin-top: 35px; 
	*margin-left: -75px;
	
	
}

.submenu li { display: inline; padding: 0px; margin-left: 15px }
.submenu li a { color: #454545; }

/* Pagina navigatie */
.navigatie { font-weight: bold; border-top: 1px solid  #e3e3e3; margin-top: 15px; }
.paginaNavigatie { padding: 0px; margin: 0px; }
.paginaNavigatie li { display: inline; padding: 5px; font-weight: normal; border: 1px solid  #e3e3e3; margin: 2px; }
.paginaNavigatie li.actief { background: #efefef;  }

/* Formulieren */
.form {
	width: 100%;
	border-collapse: collapse;	
}

.form td { border-top: 1px solid #e3e3e3; padding: 3px; }
.form td.header { background: #efefef;  }

/* Notificatie box */
.notificatie { padding: 4px; background: #FEFEE1; margin-top: 10px; border: 1px solid #808080; color: #000; }
