*
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: #000;
	font-family: verdana;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

img
{
	border: 0px;
}

table
{
	font-family: verdana;
	color: #000;
	font-weight: bold;
	font-size: 11px;	
}

tr
{
	border: 1px solid #000000;
}

a
{
	color: #333;
	text-decoration: none;
}

a.gb
{
	text-decoration: underline;
}

a:hover
{
	color: #888;
}

textarea,input,select,option
{
	font-family: verdana;
	color: #000;
	font-weight: bold;
	font-size: 11px;	
	background-color: #efe9d3;
	border: 1px solid #000;
	margin-right: 5px;
}

/**************** class's ****************/

.sp
{
	color: #000;
}

.sp2
{
	font-size: 17px;
	color: #339;
	font-weight: bold;
	font-family: 'verdana';
}

/**************** ID's ****************/

#button
{
	width: 100px;
	font-size: 12px;
}

#light
{
	width: 90%;
}

#rij
{
	background-color: #cba;
	border: 1px solid #f00;
	vertical-align: top;
	padding-top: 5px;
}

#table_head
{
	background-color: #306;
	color: #fff;
	height: 20px;
	vertical-align: middle;
	margin-left: 5px;
}

#border
{
	border: 5px solid #FFFFFF;
}



/**************** DIV ID's ****************/

#center
{
	text-align: center;
	margin-top: 50px;
}

#container
{
	position: absolute;
	background-image: URL('./../images/site_bg.jpg');
	width: 990px;
	height: 575px;
	left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: -288px;
}

#nav
{
	position: absolute;
	width: 530px;
	height: 30px;	
	margin-top: 120px;
	margin-left: 240px;
	font-size: 12px;
	overflow: hidden;
	font-family: 'verdana';
}



#footer
{
	position: absolute;
	width: 990px;
	height: 14px;	
	font-weight: normal;
	text-align: right;
	margin-top: 575px;
	font-size: 10px;
	color: #60636A;
	overflow: hidden;
	font-family: 'verdana';
}
#footer a 		{ color: #666; text-decoration: none; }
#footer a:hover { color: #999; }






#cont-form
{
	position: absolute;
	width: 100%;
	height: auto;	
	text-align: center;
	padding-top: 30px;
	font-size: 11px;
	overflow: hidden;
	font-family: 'verdana';
}

#link	{ text-decoration: none; }

#cont-adres
{
	position: absolute;
	width: 100%;
	height: auto;	
	text-align: center;
	margin-top: 335px;
	font-size: 11px;
	overflow: hidden;
	font-family: 'verdana';
}


#content
{
	position: absolute;
	width: 655px;
	height: 395px;	
    margin-top: 165px;
	margin-left:  170px;
	text-align: left;
	overflow: auto;
}

#header
{
	position: absolute;
	width: 950px;
	height: 100px;	
	margin-top: 20px;
	margin-left: 20px;
	font-size: 40px;
	text-align: center;
	padding-top: 25px;
}

/* Lightbox */
#lightbox		{ background-color:#eee; padding: 10px;	border-bottom: 2px solid #666;	border-right: 2px solid #666; }
#lightboxDetails{ font-size: 0.8em;	padding-top: 0.4em;	}	
#lightboxCaption{ float: left; }
#keyboardMsg	{ float: right; }
#closeButton	{ top: 5px; right: 5px; }
#lightbox img	{ border: none; clear: both;} 
#overlay img	{ border: none; }
#overlay		{ background-image: url(./../images/overlay.png); height: 100%; width: 100%; z-index: 5; }
* html #overlay	{ background-color: #333; back\ground-color: transparent; background-image: url(blank.gif);	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/../images/overlay.png", sizingMethod="scale"); }

#overlay			{ position: absolute; z-index: 1; height: 100%; width: 100%; display: block; background-image: url(./../images/overlay.png);}
* html #overlay  	{ background-color: #333; back\ground-color: transparent; margin: 0px; padding: 0px; height: 100%; width: 99%; background-image: url(./../images/blank.gif);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./../images/overlay.png", sizingMethod="scale"); }

.portrait			{ border: 5px solid #FFF; margin: 5px; }