@charset "utf-8";
body,td,th {
	color: #FFF;
}
body {
	background-color: #130f0f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txt {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
.txt-black {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #1d1918;
}


.txt-fed {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.overskrift {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.intputfelt {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #1d1918;
	background-color: #FFF;
}
.intputarea {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFF;
	border: 1px solid #1d1918;
}
.formknap {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #1d1918;
	border: 1px solid #1d1918;
}

