/* CSS Document */

/* ----global----*/
body 
	{
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	color: gray;
	background-color: white;
	text-align: left;
	padding:  0;
	}
#geel {
color:gray;}

#center {
  margin: auto;
  vertical-align: middle;
}

#constr {
	text-align:center;
	font-size:10px;
	line-height: 15px;
}

h1 {

	font-size:16px;
	text-align: left;
	
	}
		
a
	{
	color:gray;
	text-decoration:none;		
	}

a:hover
	{ color: #d4d600; text-decoration:underline; }
#midden {
	
	float:left;
	background-image: url(img/logo.jpg);
	background-repeat:no-repeat;
	width:168px;
	height:169px;
}

#icab a
	{
	float:left;
	background-image: url(img/logo2.jpg);
	background-repeat:no-repeat;
	width:168px;
	height:169px;
	}

#center
	{
	text-align: center;
}

#invtxt {
	color: #00425c;
	font-size: 12px;
	line-height: 14px;
}

#popup a {

	float:left;
	background-image: url(img/adKlein.gif);
	background-repeat:no-repeat;
	text-align:right;
	width:120px;
	height:123px;
}

DIV.outer
   {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 464px;
      height: 162px;
      margin-left: -232px; /* half of width */
      margin-top: -81px;  /* half of height */
      
   }