/* generelle definitioner */
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: black;
	font-size:14px;
}

img{border:none;}
a{color:#000000; font-weight:bold;}
a:link {text-decoration:none;}
a:hover{text-decoration:none; color:red; font-weight:bold;}
a:visited{text-decoration:none;}
/*------------------------------------------------------------------
----------------------Index.php------------------------------------
--------------------------------------------------------------------*/
.forsideContainer
{
	width:979px;
	height:568px;
	margin: 0 auto;
	z-index:1;
}

/*------------------------------------------------------------------
----------------------Index1.php------------------------------------
--------------------------------------------------------------------*/

/*------ header.php ------ */
.header
{
	width: 979px;
	height: 98px;
	margin: 0 auto;
	background-image: url(graphics/header.jpg);
	z-index: 1;
}

.header #logo

{
	width:259px;
	height:94px;
	margin-left: 686px;
    
	margin-top: 0px;
    
	z-index:2;

}

/*----- footer.php -------*/
.footer
{
	width: 979px;
	height: 26px;
	margin: 0 auto;
	background-image: url(graphics/footer.jpg);
	z-index:1;
}

.footer #copyright
{
	width:650px;
	height:26px;
	margin-top:0;
	margin-left:258px;
	z-index:2;
	text-align:center;
	font-size:10px;
	color:#333333;
	position: absolute;
}

.bodyContainer
{
	width: 979px;
	height: 444px;
	margin: 0 auto;
	background-image: url(graphics/bodyContainer.jpg);
	z-index: 1;
    overflow:hidden;

}

.bodyContainer #menu
{
	width: 161px;
	height:444px;
	margin-top: -5px;
	margin-left: 100px;
	z-index:2;
	position: absolute;
}

.bodyContainer #menu #links
{
	height:65px;
	z-index:3;
}

/*----------------------------------------------------*/
.bodyContainer #contents
{
	width:650px;
	height:416px;
	margin-top:5px;
	margin-left:263px;
	padding:10px;
	z-index:2;
	position:absolute;
	overflow:auto;
}

.bodyContainer #contents #profilB
{
	width:350px;
	height:330px;
/*	margin:0 auto;*/
	z-index:3;
	position:relative;
	overflow:hidden;

}

.bodyContainer #contents #billed
{
	width: 440px;
	height: 330px;
	margin:0 auto;
	z-index:3;
	/*position:absolute; 
    border: solid;*/
	overflow:hidden;

}
.bodyContainer #contents #tekst
{
	width: 300px;
	height: 330px;
	overflow:auto;
/*
    border:solid;
    border:#990000;	
	*/
}

.bodyContainer #contents #nav
{
	width:400px;
    height:20px;
	margin-top:0px;
	margin-left: 0px;
	text-align:center;
	z-index:3;
	position:absolute;
	overflow:hidden;
/*    border:solid;*/
}
.bodyContainer #content #billed #ikon{width: 400px; height:300px;}

td#indh{width: 400px;}
td#os{width: 200px;}
/*-------------------------------------------------------------
---------------soeg.php----------------------------------------
---------------------------------------------------------------*/

