*{ 
	moz-box-sizing: border-box; 
	margin:0;
	padding:0;
}

p,h1,h2{margin:0 0 1em 0}

html,body {
	height:100%;
}

body {
	background:#DADEEE;
	background-image:url(/picture/bg_r.png);
	background-position:bottom right;
	background-repeat:no-repeat;	
	}

div {
	font-family:arial;
	font-size:12px;

}

#outer{
	height:100%;
	min-height:100%;
	min-width:600px;
	margin-left:30px;
	margin-right:30px;
	background:#FFFFFF;
	background-image:url(/picture/kiwa_new.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	margin-bottom:-22px;
	color: #000000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	background:#FFFFFF;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	color: #000000;
	text-align:center;
	position:relative;
	margin:0 -31px;
	padding-top:0px;
}

/* mac hide \*/
* html #header{height:165px;he\ight:10px}/* height needed for ie to force layout*/
/* end hide*/

#left {
	position:relative;
	width:30px;
	float:left;
	margin-left:-29px;/*must be 1px less than width otherwise won't push footer down */
	left:-2px;
	margin-right:-1px;
}
#right {
	position:relative;
	width:30px;
	float:right;
	margin-right:-29px;
	color: #000000;
	margin-left:-1px;
	left:2px
}

* html #left {padding-bottom:52px ;margin-right:-3px;}/*3px jog */
* html #right{margin-left:-3px;	left:4px;
}

#footer	{
	width:100%;
	clear:both;
	height:20px;
	border-top:1px solid #FFFFFF;
	background-color: #1A257D;
	color: #000000;
	text-align:center;
	position:relative;
}

* html #footer {/*only ie gets this style*/
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}

#clearfooter{clear:both;height:30px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

* html #centrecontent {height:1%;}/* combat IE's 3 pixel jog */

html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#centrecontent {
	position:relative;
	width:100%;
	float:left;}/*stacking context for image*/




/**/
/* navigatie */
/**/
#navcontainer	{
	margin:0 0 0 120px;
	position:relative;
	background:#1A257D;
	border:0px dotted green ;
}

#navcontainer ul {
	height:30px;
	width:*;
	margin:0;
	padding:0;
	white-space:nowrap;
	list-style:none;
}

#navcontainer li {
	float:left;
	display:block;
	border-right:1px solid #ffffff;
}

#navcontainer li a {
  display: block;
  color: #FFFFFF;
  padding: 7px 5px 7px 5px;
  font-size:11px;
  text-decoration:none;
}

#navcontainer li a:active,  #navcontainer li a:hover {
  background:#514EB8;
  color:#FFFF00;
}  

#footer a {
	color:#FFFF00;
}

#footer a:hover {
text-decoration:none;
}

#centrecontent h1 {
	font-size:18px;
	font-weight:normal;
	margin:0 0 20px 0;
}

#centrecontent h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
}

#centrecontent a {
	color:#1A257D;
	font-weight:bold;
}

#centrecontent a:hover {
	text-decoration:none;
}

div.window{
	/**
	To use as floating windows
	**/
	position: absolute;
	visibility: hidden;
	width: 220px; 
	height: 130px;
	border: outset #7a89b9 1px;
	padding: 5px;
	background-color: #7a89b9;
	color:#ffffff;
}



/*kaartje europa */

div.kaart_europa{
	position: relative;
	float: right;
	border: solid 1px #000;
	height:190px;
	width:300px;
	background: transparent url('/images/KAARTJES/kaartrechts.jpg');
}

div.kaart_europa a {
	color:#fff !important;
	background-color: transparent;
	background-image: url('/images/KAARTJES/bol_rood2.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	padding: 0 0 0 10px;
	height: 10px
}

div.kaart_europa a:hover {
	color:#fff !important;
	background-position: bottom left;
	padding: 0 0 0 10px;
	height:10px;

}
a.emmen{
	position: absolute;
	top: 20px;
	right: 45px;
	width: auto;
}

a.heijningen{
	position: absolute;
	top: 28px;
	right: 46px;
	width: auto;
}

a.lommel{
	position: absolute;
	top: 40px;
	right: 60px;
	width: auto;
}

a.izon{
	position: absolute;
	top: 110px;
	right: 145px;
	width: auto;
}

a.lavilledieu{
	position: absolute;
	top: 125px;
	right: 60px;
	width: auto;
}

a.beziers{
	position: absolute;
	top: 140px;
	right: 100px;
	width: auto;
}

a.foz{
	position: absolute;
	top: 140px;
	right: 185px;
	width: auto;
}

div.kaart_europa a.hongarije{
	position: absolute;
	top: 90px;
	right: 1px;
	width: auto;
	background-position:right top;
	padding: 0 10px 0 0;
	display:block;
	height:10px;
}
