body 	{
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	background-color: rgb(58,196,255);
	background-image: url("images/vertikal_bar_kort.png");
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#boks1 {
	border-width: 0px;	
	border-style: solid ;	
	border-color: rgb(58,196,255);
	position:absolute;
	width: 150px;
	top: 150px;
	left: 20px;
}
#boks2 {
	border-width: 1px;	
	border-style: solid;	
	border-color: white;
	position:absolute;
	background-color: rgb(29,98,255);
	top: 150px;
	left: 220px;
	right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#boks3 {
	border-width: 0px;	
	border-style: solid;	
	border-color: white;
	position:absolute;
	top: 150px;
	left: 220px;
	right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#boks4 {
	border-width: 0px;	
	border-style: solid;	
	border-color: rgb(58,196,255);
	position: absolute;
	width: 150px;
	bottom: 0px;
	left: 20px;
}
.boks5 {
	border-width: 0px;	
	border-style: solid;	
	border-color: rgb(58,196,255);
	position: relative;
	width: 580px;
}
.boks6 {
	border-width: 0px;	
	border-style: solid;	
	border-color: white;
	position: relative;
	width: 350px;
}
#listh3    {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
}
.noprint	{
	visibility: visible;
}
.print	{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
.popup 	{
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: left;
	width: 350px;
}
.luk	{
	text-align: center;
	width: 126px;
	padding: 10px;
}
.floatleft	{
	float: left;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.floatright	{
	float: right;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
h1    	{
	color: white;
	background-color: rgb(00,00,255);
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 200%;
	text-align: center;
	padding-left: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(58,196,255);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(58,196,255);
}
h2	{
	color: white;
	background-color: rgb(00,00,255);
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(58,196,255);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(58,196,255);
}
h3      	{
	color: white;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
	text-align: left;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 3px;
}
p     	{
	color: white;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right:4px;
	font-size: 70%;
	text-indent: 0pt;
}
ul	{
	color: white;
}
li	{ 
	 margin-left: -20px;	
} 
a:link 	{
	color: white;
	text-decoration: none;
}
a:visited	{
	color: white;
	text-decoration: none;
}
a:active	{
	color: rgb(255,0,0);
	text-decoration:none;
}
a:hover	{
	color: rgb(255,0,0);
	text-decoration: none;
}