@import "dansk_nav.css";

#menucol {
	width: 150px;
	float: left;
}
#indholdcol { 
	margin-left: 20px;
	width: 537px;
	float: left;
	border-left: 1px solid #baba85;
}
#inderramme { 
	width: 516px;
	float: right;
}
a.index {
	display: block;
	text-decoration: none;
	width: 150 px;
	background: #393929;
	color: #baba85;
	border: 1px solid #baba85;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;	
}
a.index:visited { 
	color: #baba85; 
}
a.index:hover {
	color: #dddddd;
}
a.menu {
	display: block;
	text-decoration: none;
	width: 150 px;
	background: #000000;
	color: #baba85;
	border: 1px solid #baba85;
	font-size: 8pt;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.menu:visited { 
	color: #baba85; 
}
a.menu:hover  {
	color: #dddddd;
}
div.adresse {
	text-align: center;
	font-size: 8pt;
}
