@charset "UTF-8";

body {
	background-image: url(/img/baggrund.jpg);
}
#logo-adresse {
	position:absolute;
	width:200px;
	height:78px;
	z-index:1;
}
#topknapTekster {
	position:absolute;
	width:1000px;
	height:38;
	z-index:4;
	left: 8px;
	top: 100px;
}
#topknapper {
	position:absolute;
	width:200px;
	height:38px;
	z-index:2;
	left: 0px;
	top: 94px;
}
#tilbud {
	position:absolute;
	width:163px;
	height:686px;
	z-index:3;
	left: 0px;
	top: 147px;
	background-image: url(/img/tilbud_baggrund.jpg);
}
#undermenu {
	position:absolute;
	width:163px;
	height:686px;
	z-index:3;
	left: 0px;
	top: 147px;
	background-image: url(/img/undermenu_baggrund.jpg);
}
#foto {
	position:absolute;
	width:523px;
	height:115px;
	z-index:5;
	left: 171px;
	top: 156px;
}
#maskiner {
	position:absolute;
	width:309px;
	height:660px;
	z-index:6;
	left: 702px;
	top: 155px;
}
#sideoversigt {
	position:absolute;
	width:835px;
	height:615px;
	z-index:5;
	left: 171px;
	top: 156px;
	/*background-color: #FF0000;*/
}

.topknapTekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
}
.sektionTekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
}
.knapTekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: -1px;
}

.sideOverskrift {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
letter-spacing: -1px;
}

H3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
letter-spacing: -1px;
}

.topknapTekst:link {
	color: #000000;
	text-decoration :none;
}


.topknapTekst:visited {
	color: #000000;
	text-decoration :none;
}

.topknapTekst:active {
	color: #cc0000;
	text-decoration :none;
}

.topknapTekst:hover {
	color: #cc0000;
	text-decoration :none;
}

.knapTekst:link {
	color: #000000;
	text-decoration :none;
}


.knapTekst:visited {
	color: #000000;
	text-decoration :none;
}

.knapTekst:active {
	color: #cc0000;
	text-decoration :none;
}

.knapTekst:hover {
	color: #cc0000;
	text-decoration :none;
}


.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
H5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.tekstLink:link {
	color: #000000;
	text-decoration :none;
}

.tekstLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tekstLink:visited {
	color: #000000;
	text-decoration :none;
}

.tekstLink:active {
	color: #cc0000;
	text-decoration :none;
}

.tekstLink:hover {
	color: #cc0000;
	text-decoration :none;
}




