@charset "utf-8";
/* CSS Document */

body{
	background-color: #0b4da2;
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Arial Narrow;
	color: #ffffff;
	line-height: 19px;
	
}

#Top{
	background-color: #0b4da2;
	background-image: url(../images/home_top_bg.gif);
	background-repeat: repeat-x;
	height: 48px;
	width: 100%;
}

h1{
	font-size: 170%;
	line-height: 19px;
	
}
a {
	color: #6e6e6e;
}
a:hover {
	color: #ec008c;
}

#Middle #Content #Menu .note a{
	font-size: 85%;
	color: #6e6e6e;
}
#Middle #Content #Menu .note a:hover{
	font-size: 85%;
	text-decoration: underline;
}

#PageContent .note {
	font-size: 80%;
	color: #999999;
}
#talenMenu {
	position: absolute;
	left: -410px;
	top: 0;
}
#Top #TopMenu{
	position: relative;
	font-size: 14px;
	top: 30px;
	left: 50%;
	margin-left: -80px;/* positie boven navigatie 1*/
	width: 502px;
}

#Top #TopMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

#Top #TopMenu li {
	float: left;
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
}

#Top #TopMenu a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

#Middle{
	background-color: #ffffff;
}

#navTable #tdLeftTop{
	background-image: url(../images/menu_top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 90px;
}
#navTable #tdRightTop{
	background-image: url(../images/menu_top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-position: top;
	min-height: 90px;
}
#navTable #tdLeftFill{
	background-image: url(../images/menu_left_fill.gif);
	background-repeat: repeat-y;
}
#navTable #tdRightFill{
	background-image: url(../images/menu_right_fill.gif);
	background-repeat: repeat-y;
}
#navTable #tdLeftBottom{
	background-image: url(../images/menu_bottom_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 97px;
}
#navTable #tdRightBottom{
	background-image: url(../images/menu_bottom_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 97px;
}

#Middle #Content{
	position: relative;
	min-height: 600px;
	width: 960px;
	margin-left: -480px;
	left: 50%;
	/*border: 1px solid red;*/
	font-family: Arial;
	color: #0b4da2;
}

* html #Middle #Content {
	height: 600px;
}

#Middle #Content #Page{
	float: right;
	width: 570px;
	margin-right: 150px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#Middle #Content #Page #PageHeader{
	width: 570px;
}

#Middle #Content #Page #PageContent{
	width: 500px;
	margin-left: 70px;
}

#Middle #Content #Menu{
	float: left;
	color: #6e6e6e;
	width: 200px;
	margin-top: 50px;
	margin-bottom: 20px;
}

#Middle #Content #Menu img{
	margin-left: 22px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#Middle #Content #Menu p{
	color: #6e6e6e;
	text-align: right;
	margin-right: 45px;
	margin-bottom: 10px;
}

#Middle #Content #Menu p a{
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

#Middle #Content #Menu p a:hover{
	color: #ec008c;
	text-decoration: underline;
}

#Middle #Content #Menu h3{
	color: #0b4da2;
	border-bottom: 1px solid #0b4da2;
	text-align: right;
	width: 145px;
	margin-left: 10px;
}

#Middle #Content #Menu ul{
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	text-align: right;
	font-weight: bold;
}

#Middle #Content #Menu li{
	margin-bottom: 10px;
}

#Middle #Content #Menu a{
	color: #6e6e6e;
	text-decoration: none;
}

#Middle #Content #Menu a:hover{
	color: #0099da;
}

#Middle #MiddleTopBorder{
	padding: 0;
	background-color: #0099da;
	line-height: 0;
	height: 10px;
	width: 100%;
	border-top: 1px solid #ffffff;
}

#Middle #MiddleBottomBorder{
	background-color: #0099da;
	margin: 0;
	padding: 0;
	line-height: 0;	
	height: 10px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

#Middle #MiddleTopBorder #Tricolor{
	position: relative;
	height: 10px;
	width: 502px;
	margin-left: -80px;/* positie boven navigatie 2*/
	left: 50%;
}

#Middle #MiddleTopBorder #Tricolor #Orange{
	float: left;
	background-color: #f5821f;
	line-height: 0;
	height: 10px;
	width: 120px;
	border-left: 1px solid #ffffff;
}

#Middle #MiddleTopBorder #Tricolor #Green{
	float: left;
	background-color: #889976;
	line-height: 0;	
	height: 10px;
	width: 120px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;	
}

#Middle #MiddleTopBorder #Tricolor #Pink{
	float: left;
	background-color: #ec008c;
	line-height: 0;
	height: 10px;
	width: 120px;
	border-right: 1px solid #ffffff;
}

#Middle #MiddleTopBorder #Tricolor #Yellow{
	float: left;
	background-color: #fdb813;
	line-height: 0;
	height: 10px;
	width: 120px;
	border-right: 1px solid #ffffff;
}

#logoTitle{
	margin: 10px 0;
}

#Bottom{
	background-color: #0b4da2;
	background-image: url(../images/home_bottom_bg.gif);
	background-repeat: repeat-x;
	height: 111px;
	/*width: 960px;*/
}

#Bottom #Intracto a{
	position: relative;
	text-decoration: none;
	color: #0099da;	
	font-size: 14px;
	float: right;
	margin: 20px 20px 0 0;
}

#Bottom #Intracto a:hover{
	text-decoration: underline;
}

.clear
{
	clear				: both; 
	height				: 1px; 
	margin				: 0; 
	padding				: 0; 
	font-size			: 0px;
	line-height			: 0px;
}

.menufillleft{
	background-image: url(../image/menu_left_fill.gif);
}

#Middle #Content #Page #PageContent .tdLogo {
	padding: 15px 0;
}
/************** nieuws ***************/

#Middle #Content #Page #PageContent .newsitems{
	display: block;
	width: 90%;
	border: 1px solid #e3e2e2;
	padding: 10px;
	margin: 10px;
}
#Middle #Content #Page #PageContent .backButton {
	float: right;
}
