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

body{
	background-color: #0b4ca0;
	margin: 0;
	padding: 0;
	font-family: "Arial Narrow", arial;
	font-size: small;
	color: #ffffff;
	letter-spacing: 1px;
}
#melding {
	position: absolute;
	right: -400px;
	top: 80px;
	font-weight: bold;
	font-size: 1.25 em;
}
#melding a:link, #melding a:visited {
	text-decoration: none;
	color: #084ba2;
}
#melding a:hover {
	text-decoration: underline;
	color: #084ba2;
}
#Top{
	background-color: #0b4da2;
	background-image: url(../images/body_top_bg.gif);
	background-repeat: repeat-x;
	height: 200px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#Top #MenuTop{
	position: relative;
	width: 600px;
	margin-left: -90px;
	top: 170px; 
	left: 50%;
	font-size: 16px;
}

#Top #langSelect{
	position: absolute;
	width: 200px;
	top: 170px;
	left: 50%;
	margin-left: -430px;
	font-size: 16px;
}

#Top #langSelect ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#Top #langSelect li{
	float: left;
	padding: 0 5px;
	height: 30px;
}

#Top #langSelect a {
	color: #FFFFFF;
	text-decoration: none;
}

#Top #langSelect a:hover {
	text-decoration: underline;
}

#Top #MenuTop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 90%;
}

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

#Top #MenuTop a {
	color: #ffffff;
	text-decoration: none;
}

#Top #MenuTop a:hover{
	text-decoration: underline;
}

#Middle{
	background-color: #ffffff;
}

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

#Middle #MiddleLogo{
	position:relative;
	width: 311px;
	height: 192px;
	margin-left: -425px;
	left: 50%;
}

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

#Middle #MiddleBottomBorder #Tricolor{
	padding: 0;
	position: relative;
	width: 700px;
	margin-left: -251px;
	left: 50%;
}

#Middle #MiddleBottomBorder #Orange{
	margin: 0;
	padding: 0;
	line-height: 0;	
	float: left;
	background-color: #f5821f;
	height: 10px;
	width: 166px;
	border-left: 1px solid #ffffff;
}

#Middle #MiddleBottomBorder #Green{
	margin: 0;
	padding: 0;
	line-height: 0;	
	float: left;
	background-color: #889976;
	height: 10px;
	width: 166px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;	
}

#Middle #MiddleBottomBorder #Pink{
	margin: 0;
	padding: 0;
	line-height: 0;	
	float: left;
	background-color: #ec008c;
	height: 10px;
	width: 166px;
	border-right: 1px solid #ffffff;
}

#Middle #MiddleBottomBorder #Yellow{
	margin: 0;
	padding: 0;
	line-height: 0;	
	float: left;
	background-color: #fdb813;
	height: 10px;
	width: 166px;
	border-right: 1px solid #ffffff;
}

#Bottom{
	background-color: #0b4ca0;
	background-image: url(../images/body_bottom_bg.gif);
	background-repeat: repeat-x;
	height: 400px;
	width: 100%;
}

#Bottom #Boxes{
	position: relative;
	width: 700px;
	/*height: 110px;*/
	margin-left: -251px;
	left: 50%;
}

#Bottom #Boxes h1{
	padding-left: 10px;
	padding-top: 10px;
	margin: 0;
	font-size: 100%;
}

#Bottom #Boxes p{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 85%;
}

#Bottom #Boxes .Box{
	float: left;
	min-height: 170px;
	width: 166px;
	border-left: 1px solid #ffffff;
}

* html #Bottom #Boxes .Box{
	height: 170px;
}

#Bottom #Boxes .Box .ReadMore {
	position: absolute;
	top: 155px;
	/*bottom: -3px;*/
	margin-left: 80px;
	z-index: 10;
}

#Bottom #Boxes a {
	color: #ffffff;
	text-decoration: none;
}

#Bottom #Boxes a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#Bottom #Bullets{
	position: relative;
	clear: both;
	margin-left: -258px;
	width: 700px;
	left: 50%;
}

#Bottom #Bullets ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
}

#Bottom #Bullets ul a{
	text-decoration: none;
	color: #ffffff;
}

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

#Bottom #Bullets li{
	display: block;
	float: left;
	text-indent: 20px;
	width: 167px;
}


.orange{
	background-image: url(../images/orange_bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.green{
	background-image: url(../images/green_bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.pink{
	background-image: url(../images/pink_bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.yellow{
	background-image: url(../images/yellow_bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


