body {
	font-family: arial;
	background-color: #f2f2f2;
	
}

.holder {
	border: 1px solid black;
	width: 800px;
	height: 600px;
	background-color: #e4e4e4;
	margin: auto;
}

.banner {
	height: 150px;
	width: 750px;
	margin: auto;
}

.links {
	border: 1px solid black;
	width: 125px;
	height: 400px;
	margin-left: 25px;
	background-color: white;
	padding: 10px;
	float: left;
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
}

.ffk_banner {
	text-align: center;
}

a:link {color: black; text-decoration: none;}
a:visited {color: #818479; text-decoration: none;}
a:hover {color: silver; text-decoration: none;}
a:active {color: #747e05; text-decoration: none;} /* green */


.content {
	border: 1px solid black;
	width: 555px;
	height: 400px;
	margin-right: 25px;
	background-color: white;
	padding: 10px;
	float: right;
	overflow: auto;
}

.mindre_tekst {
	font-size: 12px;
}

.footer {
	height: 26px;
	width: 625px;
	text-align: center;
	line-height: 23px;
	float: right;
}