@import "dansk_nav.css";

#header {
	height: 60px;
	background: #660000;
	background-image: url("../grafik/header_forside.jpg");
}

#indholdforside {
	font-size: 10pt;
	padding-left: 20px;
	text-align: left;
	clear: left;
}
#leftcol {
	width: 140px;
	margin-right: 20px;
	font-size: 8pt;
	float: left;
}
#rightcol {
	width: 567px;
	border-left: 1px solid #baba85;
	text-align: center;
	float: left;
}

#leftcol a {
	color: #baba85;
	text-decoration: none;
}
#leftcol a:hover {
	color: #eeeeee;
}

h1#forside {
	background: #393929;
	font-size: 8pt;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 7px;
	text-align: center;
}
.nyhed {
	display: block;
	padding-left: 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #393929;
	width: 138px;
}