@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	background-image: url(_img/bgfading.png);
	background-repeat: repeat-x;
	background-color: #425987;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	margin: 0;
}

a:link {
	color: #425987;
	text-decoration: none;
}

a:visited {
	color: #425987;
	text-decoration: none;
}

a:hover, a:active {
	color: #425987;
	text-decoration: none;
}

#container {
	width: 950px;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.toolbar {
	text-align:center;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;

}

.menu {
    color: white;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu:hover {
     background-color: #5A8EC6;
	 color: white;
}

#content {
	height: 100%;
	text-align:left;
	padding: 30px;
}

#footer {
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;	
	width: 950px;
	height: 150px;
	background-image:url(_img/bgfooter.png);
	font-size: 12px;
	text-align: center;
	color:#425987;
}

p {
	margin: 2px;
}

h3 {
	display:inline;
	color: #425987;
	font-size: 14px;
}

h4 {
	display:inline;
	font-size: 12px;
	color: #425987;
}

#rowtekst {
	width: 60%;
	padding: 30px;
	float: left;
}

#rowkontakt {
	width: 22%;
	height: 120px;
	padding: 30px;
	float: right;
	background-image: url(_img/kontakt.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

#rowpriser {
	width: 22%;
	height: 120px;
	padding: 30px;
	float: right;
	background-image: url(_img/priser.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

/*---------FORSIDE.ASP------------*/

#contentfront {
	height: 400px;
	background-image: url(_img/bglines.png);
	background-repeat: no-repeat;
	text-align:left;
}

#header {
	width: 950px;
	height: 200px;
	background-image: url(_img/banner.jpg);
}

#row1 {
	width: 27%;
	padding: 30px;
	float: left;
}

#row2 {
	width: 27%;
	padding: 30px;
	float: left;
}

#row3 {
	width: 26%;
	padding: 30px;
	float: left;
}

/*---------ITSUPPORT.ASP------------*/

#contentitsupport {
	height: 480px;
	text-align:left;
}

#itheader {
	width: 950px;
	height: 200px;
	background-image: url(_img/itbanner.jpg);
}

/*---------HJEMMESIDE.ASP------------*/

#contentwebloesninger {
	height: 465px;
	text-align:left;
}

#webheader {
	width: 950px;
	height: 200px;
	background-image: url(_img/webbanner.jpg);
}

#contentskabeloner {
	height: 630px;
	text-align:left;
}

/*---------NETVAERK-SIKKERHED.ASP------------*/

#contentnetvaerksikkerhed {
	height: 530px;
	text-align:left;
}

#netheader {
	width: 950px;
	height: 200px;
	background-image: url(_img/netbanner.jpg);
}

/*---------HARDWARE-SOFTWARE.ASP------------*/

#contenthardwaresoftware {
	height: 415px;
	text-align:left;
}

#hsheader {
	width: 950px;
	height: 200px;
	background-image: url(_img/hsbanner.jpg);
}

/*---------PRISER.ASP------------*/

#contentpriser {
	height: 685px;
	text-align:left;
}

#prisheader {
	width: 950px;
	height: 200px;
	background-image: url(_img/prisbanner.jpg);
}

#rowfjernsupport {
	width: 22%;
	height: 120px;
	padding: 30px;
	float: right;
	background-image: url(_img/fjernsupport.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

#contentforretningsbetingelser {
	height: 2980px;
	text-align:left;
}

/*---------PROFIL.ASP------------*/

#contentprofil {
	height: 590px;
	text-align:left;
}

#profilheader {
	width: 950px;
	height: 200px;
	background-image: url(_img/profilbanner.jpg);
}

/*---------KONTAKT.ASP------------*/

#contentkontakt {
	height: 400px;
	background-image: url(_img/bglineskontakt.png);
	background-repeat: no-repeat;
	text-align:left;
}

#kontakt {
	width: 55%;
	padding: 30px;
	float: left;
}

#profil {
	width: 30%;
	padding-top: 65px;
	float: left;
}

#kontaktheader {
	width: 950px;
	height: 200px;
	background-image: url(_img/kontaktbanner.jpg);
}