/* Dig Mig Os Aps og EyeCue v. Michael Naurbjerg */
HTML
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
BODY{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-family: georgia, verdana, sans-serif;
	background-color: #F5F7F9;
	overflow: auto;
}

IMG{	border: none;	float:  inheret;}
.link{	cursor: pointer;}
#header
{
	margin: 20px 0;
	width: 100%;
	text-align: center;
	background-color: #7F9EB0;
	height: 18,5;
}
#header #banner
{
	padding: 10px 0;
	background-image: url(../images/banner_bg.png);
}
#content
{
	margin: 0 10px 70px 10px;
}
#content #contentwrapper
{
	margin: auto;
	overflow: auto;
	border: 1px solid #999999;
	width: 960px;
}
#content div.fpbox { display: inline; float: left; padding: 0 10px;}
#footer {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #7F9EB0;
	background-image: url(../images/banner_bg.png);
	height: 50px;
}

div#fpleft{		width: 300px;}
div#fpmid{		width: 300px;}
div#fpright{	width: 300px;}
div#cleft{		width: 670px;}
div#cright{		width: 250px;}

.fpbox{	height: 100%;}
.fpbox h3{
	height: 35px;
	background-color: #263B45;
	border: 1px outset #003F62;
	text-align: center;
	padding-top: 10px;
}
body,td,th {	color: #1C313B;}

h3 {color: white;}
h3 a {color: white;}
a {text-decoration: none; color: #909090;}
ul {
	padding-left: 20px;
}
li {
	list-style-type: circle;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

