/* Standaard Styles */
body {
	background-color: #4682B4;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	margin-bottom: 5px;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	margin-bottom: 2px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: normal;
}
p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6F6F6;
	font-weight: bold;
}
a {
	color: #44479D;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #FF6000;
	text-decoration: underline;
}
hr {
	border: solid 2px Black;
	width: 75%;
	text-align: center;
}
acronym {
	text-decoration: underline;
	cursor: help;
	text-shadow: Black;
	}
/* Classes */
.list {
	margin-left: 4px;
	padding-left: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.list li {
	margin-left: 14px;
	padding-left: 0px;
	display: list-item;
	list-style-position: outside;
	list-style-image: url(../grafic/bullet.gif);
}
.main_table {
	width: 790px;
	height: 100%;
	background-color: white;
	border: solid 1px #3399CC;
}
.logo { 	
	position: absolute;					
	margin-left:-126px;
	margin-bottom: -174px;
	padding-bottom: 0px;
	z-index: 1;
}
.logotxt {					/* De titel van de pagina 785px - 120 px = 665 px */
	width: 790px;
	height: 50px;
	vertical-align: bottom;
	padding-left: 134px;
}
.leftcol{
	width: 130px;
	vertical-align: top;
	padding-top: 150px;
}
.rightcol{
	width: 130px;
	height: 100%;
	vertical-align: top;
}
.navcell {					/* De cell voor de navigatie */
	border: solid 1px #3399CC;
	width: 126px;
	background-image: url(../grafic/sides_back.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #6EB5E1;
}
.vertnav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	color: #2C2D8A;
}

.vertnav a{
 	color: white;
	font-size: 13px;
	font-weight: normal; 
}
.vertnav li{
	border: 0px;
	
}

.vertnav li a{
	color: white;
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin:0;
}

.vertnav li a:hover{
	background: #3399CC;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
.shout {				/* De Shoutbox cell onder de navigatie */
	border: solid 1px #3399CC;
	background-image: url(../grafic/sides_back.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #6EB5E1;
	height: 200px;
	vertical-align: top;
	color: white;
	width: 126px; 
	max-width: 126px;
	font-size: 11px;
}
.shout a {
	color: #FF6000;
}
.tv {				/* De tv cell onder de sponsoren */
	border: solid 1px #3399CC;
	background-image: url(../grafic/sides_back.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #6EB5E1;
	height: 200px;
	vertical-align: top;
	color: white;
	width: 126px; 
	max-width: 126px;
}
.copy {						/* De copyright teksten */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: -50px;
	text-align: center;
	color: black;
}
.copy a{
	color: #2C2D8A;
}
.sponsors {					/* De sponsor logo's */
	width: 100px;
	padding: 0px;
	border: solid 1px #3399CC;
}
.smskrant {					/* De lichtkrant bovenaan */
	background-color: #FFFFFF;
	border: solid 1px #3399CC;
	max-height: 60px;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2D8A;
	font-weight: bold;
	vertical-align: top;
}
.text {
	color: #666699;
	background-color: #6EB5E1;
	border: solid 1px #3399CC;
	padding: 12px 8px 5px 8px;
	height: 650px;
	margin-bottom: 4px;
	vertical-align: top;
	width: 514px;
}
.foot {
	vertical-align: bottom;
}
.error {
	font-size: 13px;
	color: red;
	font-weight: bold;
}
.alert {
	font-size: 13px;
	color: white;
	font-weight: bold;
}
.table_head{
	font-size: 12px;
	color:#FF6000;
	font-weight: bold;
	text-decoration: italic;
}
.img_txt{
	margin: 3px 3px 3px 6px;
}