/* CSS Document */

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 0px;	
}
.txt a {
	color: #333333;
	text-decoration: none;
}
.txt a:link {
	color: #333333;
	text-decoration: none;
}
.txt a:active {
	color: #333333;
	text-decoration: none;

}
.txt a:hover {
	color: #3366CC;
	text-decoration: underline; 
}
.link {
	font-weight:bold;
	color:#100d82;
}
.lille-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #100d82;
	text-decoration: none;
	padding: 0px;	
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #100d82;
	padding: 0px;
}

.billede {
	float: right;
	margin: 0 1em 1em 1em; 
	display: inline;
	padding: 10px;
}
.billede-m-kant {
	float: right;
	margin: 0 1em 1em 1em; 
	display: inline;
	padding: 0px;
	border: 1px solid #000000;
}



