/* CSS Document */
body		{
	
	font-family:'Times New Roman','Arial',sans-serif;
  	background-color: #0073B5;
	font-size:12;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000000;
}

#topbar		{
	height:110px;
	width:770px;
}

#indhold	{
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
	width:600px;
	font-family:'Times New Roman','Arial',sans-serif;
	font-size:14px;
}
	
#menublok	{
	padding-top:10px;
	padding-left:5px;
	width:170px;
	font-family:'Times New Roman','Arial',sans-serif;
	font-size:14px;
}

a:link		{
	font-size: 14px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}

a:visited	{
	font-size: 14px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color:#000000;
}

A:active	{
	font-size: 14px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}

a:hover		{
	font-size:14px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight:bold;
	text-decoration: underline;
	color: #000000;
}

td		{
	background-color:#FFFFFF;
}

hr		{
		color: #0073B5;
		}

span.navn	{
	font-size: 14px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

span.farve	{
	font-size: 14px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #0073B5;
}

span.ny	{
	font-size: 14px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

span.stj	{
	font-size: 20px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

span.andet	{
	font-size: 16px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#billede_1		{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

#billede_2		{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}

#billede_3		{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}

#billede_4		{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

#billede_5		{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: right;
}