body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

/* FONTS */

.kop-black {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.font-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 0px;
}

.font-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
}


/* LINKS */
.link-default {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

a.link-default:hover { 
	color: #ffffff; text-decoration: underline
}

/* LAYOUT - ARTICLES */

#navigationbox {
	position: absolute;
	float:left;
	width: 290px;
	min-height: 200px;
	top: 0px;
	left: 0px;
	background-color: #000000;
}

#imagesbox {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
	background-color: #000000;
}

#footerbox {
	clear:both;
	position: absolute;
	float:left;
	width: 500px;
	min-height: 60px;
	bottom: 0px;
	left: 0px;
}
