body {
	background: url(images/bgtile.jpg) #999999 repeat-x;
	margin: 20px 0 0 0;
	padding: 0;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
}
td {
	vertical-align: top;
}
h1 {
	color: #202150;
	font-size: 12px;
	border-bottom: 1px solid #202150;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
}
a, a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	line-height: 150%;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
/* Table Layout :
#maintable
____________________________________________
|                                          |
|                                          |
| #rostermenu | .content      | #rightmenu |
| #submenu    |                            |
              ______________________________
				       #footer
              ______________________________
*/
#maintable {
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
}
/* Linkerkantste Menu */ 
#rostermenu {
	width: 188px;
}
#rostermenu a img {
	border: none;
}
.submenu {
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
	padding: 0 18px 0;
	height: 25px;
}
.submenu a, .submenu a:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
.submenu a:hover {
	color: #333333;
	text-decoration: none;
}


.content {
	padding: 10px 10px 0 10px;
}	
.contentnorm {
    padding: 10px 10px 0 10px;
}

/* Right hand column definitions*/
#rightmenu {
	border-left: 1px solid #D2D2C6;
 	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 70px;
	width: 115px;
	background: url(images/ticket.gif) no-repeat;
	background-position: bottom center;
	text-align: right;
}
#rightmenu img {
	border: 1px solid #999999;
}
#rightmenu a, #rightmenu a:visited {
	color: #202150;
	text-decoration: underline;
}
#rightmenu a:hover{
	color: #666666;
	text-decoration: none;
}
/* Footer Area definitions*/

#footer {
	background-color: #999999;
	color: #333333;
	text-align: center;
}
#footer a:hover {
	color: #000000;
}
