/******************************************************
	Her defineres forskellige klasser m.v.
*******************************************************/
fieldset {
	margin: 10px;
	padding: 10px;
}

legend {
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: green;
	background: inherit;
}

code {
	width: auto;
	display: block;
	font-family: courier, serif;
	font-size: 14px;
	text-align: left;
	color: red;
	background: #eee;
	margin: 10px;
	padding: 10px;
	border: 1px solid #999;
}

a.txtlink, a.txtlink:visited {
	text-decoration: none;
	color: #ffff00;
	background: inherit;
	border-bottom: 1px dotted;
}

a.txtlink:hover	{
	text-decoration: none;
	color: red;
	background: inherit;
	border-bottom: 1px solid;
}

.toplink {
	text-decoration: none;
	margin: 0;
	font-size: 9px;
}

.toplink img {
	margin: 0px;
}

.omMig h3 {
	margin-bottom: 1px;
}

.omMig img {
	margin-top: 10px;
}

ul.nodots li {
	list-style: none;
}

.center {
	margin: auto;
	text-align: center;
}

.center img {
	border: 0;

}

