/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('img/middle.jpg');
	background-repeat:repeat-y;
	font-size: 12px;
	margin: 0;
	background-color:#ffffff;
}

td   {font-size: 12px; font-family: verdana; color: #242c21;}
p   {font-size: 12px; font-family: verdana; color: #242c21;}
h1  {font-size: 14px; font-family: verdana; color: #242c21;}
img {border: 0px;}
ul 	{font-size: 11px; font-family: verdana; color: #242c21;}

a {font-size: 12px; color: #212d22; text-decoration: none;}
a:hover { color: #c1c1c1; text-decoration: none; }


.overskrift {font-size: 14px; font-family: verdana; color: #242c21;}
.copyright {font-size: 9px; font-family: verdana; color: #242c21;}

.small {font-size: 11px; font-family: verdana; color: #242c21;}

#main
{
	position:absolute;
	width: 1000px;
	height: 835px;
}

#bg
{
	position:absolute;
	background-image: url('img/bg.jpg');
	background-repeat:no-repeat;
	width: 999px;
	height: 835px;
	z-index: 1;
}

#text
{
	position:relative;
	min-height: 700px;
	width: 390px;
	margin-top: 245px;
	margin-left: 260px;
	z-index:2;
}

#menu
{
	position:absolute;
	width: 125px;
	height: 279px;
	margin-left: 685px;
	margin-top: 95px;
	z-index: 2;
}

#back
{
	position:absolute;
	width: 72px;
	height: 31px;
	margin-left: 315px;
	margin-top: -10px;
	z-index: 2;
}

#bottom
{
	position:absolute;
	background-image: url('img/bottom.jpg');
	background-repeat:no-repeat;
	width: 999px;
	height: 157px;
	z-index: 2;
}

