/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('img/bg.jpg');
	background-repeat:repeat-x;
	font-size: 0.85em;
	margin: 0px;
}

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

a {font-size: 11px; color: #0b2d0e; text-decoration: none;}
a:hover { color: #b1dbb4; text-decoration: none; }

.gb {font-size: 11px; font-family: verdana; color: #000000;}
.gb a{font-size: 11px; font-family: verdana; color: #0b2d0e; font-style:italic;}
.gb a:hover {font-size: 11px; font-family: verdana; color: #ffffff;}

.credits {font-size: 8px; font-family: verdana; color: #b1dbb4; text-transform:uppercase;}
.credits a{font-size: 8px; font-family: verdana; color: #b1dbb4;}
.credits a:hover {font-size: 8px; font-family: verdana; color: #ffffff;}


/*halvdelen af width skal være margin-left*/
#main
{
	position:absolute;
	width: 955px;
	height: 768px;
	left:50%;
	margin-left:-477px;
}

#top
{
	position:absolute;
	background-image: url('img/top.jpg');
	background-repeat:no-repeat;
	width: 955px;
	height: 155px;
}

#menu
{
	position:absolute;
	width: 850px;
	height: 100px;
	margin-top:154px;
	margin-left: 12px;
	z-index:1;
}

#middle
{
	position:absolute;
	background-image: url('img/middle.jpg');
	background-repeat:no-repeat;
	width: 180px;
	height: 30px;
	margin-top: 175px;
	margin-left: 775px;
}

#main_text
{
	position:absolute;
	background-color: #7f997f;
	width: 930px;
	min-height: 400px;
	margin-top: 200px;
	margin-left: 16px;
	border: 1px solid #48473e;
}

#text
{
	position:relative;
	width: 900px;
	min-height: 400px;
	padding:15px;
}


#bottom
{
	position:relative;
	vertical-align:bottom;
	padding-right: 5px;
	margin-left:-1px;
	width: 932px;
	height: 49px;
	border-left: 1px solid #48473e;
	z-index: 1;
}

#sprog
{
	position:relative;
	width: 150px;
	height: 5px;
	margin-top: -32px;
	padding: 10px;
	z-index: 1;
}


#credits
{
	position:relative;
	width: 330px;
	height: 10px;
	margin-top: -25px;
	margin-left: 595px;
	padding: 10px;
	z-index: 1;
}
