table {
	border: thin solid #000000;
	font-size: 10px;

}
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FF9933;

}

.bildlank {
	border: thin solid #000000;
}

.rubrik {
	font-size: 14px;
	font-weight: bold;

}

.underrubrik {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF9933;
}

.addresbox {
	border: thin none #000000;
	font-size: 10px;
	color: #0090AB;
}

hr {
	border: thin dashed #0090AB;
}

.menytable {
	border-left: thin none #000000;
	border-right: thin none #000000;
	border-top: thin dashed #0090AB;
	border-bottom: thin dashed #0090AB;
	font-size: 10px;
}

.menytable a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.menytable a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menytable a:hover {
	font-weight: bold;
	color: #000000;
}

.noborder {
	border: thin none #000000;
}