@CHARSET "UTF-8";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	vertical-align:text-top;
	font-size:75%;
}

#side {
	background-color: #ffffff;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin-left: 0px;
}

#header {
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
}

#logo {
	height: 100px;
	margin-left: 15%;
	width: 295px;
}

#menucontainer {
	position: relative;
	text-align: left;
	color: #fe0000;
	margin-top: -20px;
	margin-left: 15%;
}

#menu {
	font-size: 14px;
	font-weight: bold;
	margin-left: 110px;
}

#menu a.active {
	color: #fe0000;
	text-decoration: underline;
}

#content {
	min-height: 540px;
	margin-left: 15%;
	text-align: left;
}

#billedemenu {
	display: block;
	position: relative;
	margin-left: 15%;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

#billedemenu a.active {
	color: #fe0000;
	text-decoration: underline;
}

#footer {
	margin-top: 64px;
	height: 16px;
	width: 90%;
	margin-left: 5%;
	background: #fe0000;
	text-align: right;
	padding: 0px;
	padding-top: 1px;
}

#brugernavnfelt, #loginbrugernavnfelt {
	width: 300px;
	height: 30px;
}

#brugernavnfelt {
	margin-left: 100px;
}

#kodeordfelt, #loginkodeordfelt {
	width: 300px;
	height: 30px;
}

#kodeordfelt {
	margin-left: 100px;
}

#submitknapper {
	margin-left: 120px;
	width: 300px;
	height: 30px;
}

#loginknapper {
	float: left;
	margin-left: -60px;
	width: 400px;
	height: 30px;
}

#loginknapper input {
	width: 80px;
	margin-right: 10px;
}

#submitknapper input {
	width: 80px;
	margin-right: 10px;
}

.tekst {
	position: absolute;
	clear:both;
	text-align: left;
	width: 100px;
}

.inputfelt {
	position: absolute;
	clear: both;
	margin-left: 80px;
	width: 200px;
}

.punkt {
	position: relative;
	display: block;
	margin-left: 0px;
	width: 300px;
	height: 20px;
	margin-top: 10px;
}

#firmainfo {
	position: relative;
	margin-top: 8px;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
