@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color:#000;
}

.FlashCenter {
	text-align: center;
}
.MenuOverskirft {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding: 10px;
}
.MenuBroed {
	font-family: Helvetica;
	font-size: 10px;
	color: #FFF;
	display: block;
	padding: 5px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #99CC99;
	text-decoration: none;
}
.Broed {
	font-family: Helvetica;
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
}

.SpecOverskrift {
	font-family: Helvetica;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	vertical-align: top;
}
.SpecDetalje {
	font-family: Helvetica;
	font-size: 10px;
	color: #FFF;
	padding-top: 5px;
}
