/* CSS Document */

body {
	margin: 0px;
	background-color: #EBEBEB;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

A:link, A:visited { 
	color: #3B8DFE; 
	text-decoration: underline;
}

A:hover {
	color: #3B8DFE;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7F7E7E;
	margin-bottom: 10px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7E7E;
	margin-bottom: 10px;
}

.red {
	color: #FF2A05;
}

.blauw {
	color: #3B8DFE;
}

.shortcuts {
	padding-top: 20px;
	color: #3B8DFE;
	font-weight: bold;
}

.shortcuts A:link, .shortcuts A:visited { 
	color: #3B8DFE; 
	text-decoration: none;
}

.shortcuts A:hover {
	color: #3B8DFE;
	text-decoration: underline;
}

.home_menu_kop {
	font-weight: bold;
	text-align: center;
	color: #3B8DFE;
	padding-top: 5px;
	padding-bottom: 5px;
}

.home_menu_kop A:link, .home_menu_kop A:visited { 
	color: #3B8DFE;
	text-decoration: none;
}

.home_menu_kop A:hover {
	color: #3B8DFE;
	text-decoration: underline;
}

.home_menu_txt {
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}

.menu {
	color: #9DC6FF;
	padding-top: 15px;
	font-weight: bold;
}

.menu A:link, .menu A:visited { 
	color: #9DC6FF; 
	text-decoration: none;
}

.menu A:hover {
	color: #3B8DFE;
	text-decoration: underline;
}

.submenu {
	
}

.submenu A:link, .submenu A:visited { 
	color: #000000; 
	text-decoration: none;
}
/* #3B8DFE */

.submenu A:hover {
	color: #000000;
	text-decoration: underline;
}

.disclaimer A:link, .disclaimer A:visited { 
	color: #000000;
	text-decoration: none;
}

.disclaimer A:hover {
	color: #000000;
	text-decoration: underline;
}

/*
	basic borders 
*/

.border_left {
	background-image: url(/gfx/jpg/border_left.jpg); 
	background-repeat: repeat-y; 
}

.border_right {
	background-image: url(/gfx/jpg/border_right.jpg); 
	background-repeat: repeat-y; 
}

.blok_top {
	background-image: url(/gfx/jpg/blok_border_top.jpg); 
	background-repeat: repeat-x; 
}

.blok_left {
	background-image: url(/gfx/jpg/blok_border_left.jpg); 
	background-repeat: repeat-y;
}

.blok_right {
	background-image: url(/gfx/jpg/blok_border_right.jpg); 
	background-repeat: repeat-y;
}

.blok_bottom {
	background-image: url(/gfx/jpg/blok_border_bottom.jpg); 
	background-repeat: repeat-x; 
}

/*  lists */

.list_header {
	background-color: #459FFD;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.list_row {
	background-color: #E9F3FF;
	height: 20px;
	color: #3B8BFC;
	font-weight: bold;
}

.list_scheiding {
	border-top: 1px solid #459FFD;
}

.reserveer:link, .reserveer:visited { 
	color: #FF2A05;
	text-decoration: none;
	font-weight: bold;
}

.reserveer:hover {
	color: #FF2A05;
	text-decoration: underline;
}
