@CHARSET "UTF-8";

body 
{
	font-family:    	Arial, Helvetica, sans-serif;
	font-size: 			12px;
	background-color:   #FFFDD6;
	background-image:    url(../images/background.jpg);
	background-repeat:   repeat-x;
	background-position: center top;	
}


a, a:link, a:active,a:hover
{ 
	color: 					#A40309; 
	text-decoration: 		none; 
}

a:hover
{ 
	color: 					#ff6600; 
	border: 				0 none;
	font-weight:			bold;
}

h2 
{
	font:					13pt verdana; 
	color:					#AB1900;
	font-weight:			bold;
}

h3 
{
	color:					#000;
	padding:				4px;
	text-align:				left;
	font-family: verdana;
	font-size: 10pt;
}

span 
{
	font-weight:			bold; 
}

hr 
{
	border:					1px dashed #A1A1A1; 
	margin-right:			20px; 
}

br 
{
	padding-bottom:			2px; 
}


#container 
{
	position:			absolute;
	width:				840px;
	top:				5px;
	display: 			block;	
	margin-left: 		-420px;
	left:				50%;
	z-index:			0;
	
	
}


#logo {
	height:					250px;
	position:				absolute;
	width:					864px;
	z-index:				2;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;	
}

#menu_lay {
	
	background-repeat:repeat-x;
	height:68px;
}
/*MENU*/
#menu {
	z-index: 30;
	width:					980px;
	position: relative;
	top: 59px;
}

#menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#menu li a {
	display: block;
	margin:0;
	padding: 4px 10px;
	width: 76px;
	height:60px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-image:url(../images/euro1.jpg);
	background-repeat:no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}
	

#menu li a:hover {
	color:#AB1900;
	text-decoration:underline;
}

#menu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #3CF;
}

#menu div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 86px;
	height: 10px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #3CF;
	color: #2875DE;
	font: 11px arial;
	border:#093A8E solid 1px;
}

#menu div a:hover	{	
	background: #49A3FF;
	color: #FFF
}


/*MENU_BOTTOM*/
#menu_bottom {
	margin-top:10px;
	font-size:6px;
	float:right;
}
#menu_bottom ul {
	list-style: none;
}
#menu_bottom ul li {
	float: left;
}
#menu_bottom ul li a {
	padding: 10px 2px;
	color:#666;
}
#menu_bottom ul li a:hover {
	padding: 10px 2px;
	color:#FFF;
}


#content 
{
	z-index: 				2;
	position:				relative;
	top: 					165px;
	height:					auto;
	overflow:				auto;
	
	width:					710px;
	overflow:				auto;
	
	margin: 0 auto;
}

#bottom
{
	position:				relative;
	top:					210px;
	height:					164px;
	width:					839px;
	z-index: 				2;
	background-repeat: no-repeat;	
}

p.menu
{
	margin-left:			15px;
}

td.formError 
{
	border:					1px solid red;
}

p.errors
{
	color:					red;
	font-size:				10px;
}	

p.uitleg
{
	color:					#3344BB;
	font-size:				11px;
	font-weight:			bold;
	margin-right:			20px;
}

#clock 
{ /* hiero moet mijn main code voor clock komen */
}

/* style sheet voor het popup menu */

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}



