@font-face {
    font-family: "NeoTech Medium";
    src: url(../../fonts/NeoTech-Medium.ttf);
}
body {
	font-family: Arial;
	font-size: 13px;
	color: #666;
}
.overskrift {
	font-family: "NeoTech Medium";
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	background-color: #000;
	float: left;
}
h1, h2, h3, h4, h5 {
	font-family:"NeoTech Medium";
	font-weight:normal;
}
h1{
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 2px;
	color: #000;
}
h2{
	font-size: 18px;
	margin-bottom: 5px;
	padding-top: 2px;
	color: #E51C85;
}
h3{
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 2px;
	color: #E51C85;
}
h4{
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 15px;
	color: #333;
	letter-spacing: 1pt;
}
h5{
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 3px;
	color: #333;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: justify;
}
#page #center #left p, #page #center #textframe p {
	margin-top: 10px !Important;
	margin-bottom: 10px;
}
a {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: none;
}