/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

a, img {
	border: none;
	color: #ffffff;
}
* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
	background: #000000;
}

#backgroundimage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: #000000;
}

#site {
	position: relative;
	margin: 0px auto;
	padding: 0px 0px;
	width: 870px;
	clear:left;
	overflow: visible;
	font: 12px arial, verdana, sans-serif; 
	line-height: 18px;
	text-align: left;
	color: #ffffff;
}

#warning {	
	padding: 10px;
	font: 14px arial, verdana, sans-serif; 
	line-height: 22px;
	text-align: left;
	color: #ffffff;
	background-color: #bd0011;	
}

/* ------------------------------------------------------------------------- Header */ 

#header {
	height: 101px;
	background-color: #ffffff;
}

#header .logo {
	margin: 10px;
	width: 81px;
	height: 81px;
	float: left;
}

#navigation {
	float: left;
}

#navigation ul {
	position: relative;
	width: 769px;
	float: left;
	list-style-type: none;
}

#navigation li { float: left; }

#navigation li a:link, #navigation li a:visited {
	padding: 0px 10px;
	height: 101px;
	display: block;
	float: left;
	font: 12px arial, verdana, sans-serif; 
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 101px;
	color: #000000;
}

#navigation li a:hover { color: #000000;  border-bottom: 0px solid #000000; background-color: #b3b3b3; }

/* ------------------------------------------------------------------------- Content */ 


#content {
	width: 870px;
}

#content .tekstvak {
	padding: 30px 0px;
	border-bottom: 1px dashed #434343;
}

#content .top {
	font-size: 8pt;
	color: #ffffff;
	margin-bottom: 20px;
}


h1, td h1 {font: 19px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #ffffff ;  border-bottom: 1px solid #ffffff;}
#content a:hover { color: #ffffff;  border-bottom: 1px solid #ffffff; }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: olive;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

p { margin-bottom: 9px;}

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

#content .input-description {
	width: 200px;
	height: 24px;
	float: left;
	line-height: 22px;
}

#content input {
	float: left;
}

#content input.radio {
	float: none;
}

/* ------------------------------------------------------------------------- Footer */ 

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }
