/* CSS Document */

body {
	background-image: url('img/bg.jpg');
	background-repeat:repeat-x;
	background-color: #7f7f89;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	line-height:19px;
}

td   {font-size: 12px; font-family: verdana; color: #482845;}
p   {font-size: 12px; font-family: verdana; color: #482845;}
h1  {font-size: 16px; font-family: verdana; color: #482845;}
h5  {font-size: 18px; font-family: verdana; color: #482845;}
img {border: 0px;}

a {font-size: 12px; color: #6b6d6e; text-decoration: none;}
a:hover { color: #344862; text-decoration: none; }

.small {font-size: 10px; font-family: verdana; color: #482845;}
.small a {font-size: 10px; color: #482845; text-decoration: none;}
.small a:hover { color: #344862; text-decoration: none; }

/*halvdelen af width skal være margin-left*/
#container
{
	position:absolute;
	width: 1107px;
	height: 843px;
	left:50%;
	margin-left:-553px;
}

#menu
{
	position:relative;
	background-repeat:no-repeat;
	width: 800px;
	height: 40px;
	margin-left: 295px;
}

#top_ban
{
	position:relative;
	background-image: url('img/top.jpg');
	background-repeat:no-repeat;
	width: 1107px;
	height: 158px;
}

#faneblad
{
	position:absolute;
	background-color: #733a6a;
	width: 142px;
	height: 35px;
	margin-left: 959px;
	margin-top: 219px;
	filter:alpha(opacity=66);
    -moz-opacity:.66;
    opacity:.66;
	
}

#middle
{
	position:relative;
	background-image: url('img/middle.jpg');
	background-repeat:no-repeat;
	width: 1107px;
	height: 225px;
	
}

#left_bg
{
	position:relative;
	background-image: url('img/bgleft.jpg');
	background-repeat: no-repeat;
	float: left;
	width: 298px;
	height: 395px;
	z-index:2;
	
}

#text_container
{
	position:absolute;
	background-image: url('img/text_bg.jpg');
	background-color: #ffffff;
	width: 820px;
	min-height: 210px;
	margin-left: -16px;
	
	display: inline;
	
}


#text
{
	position:relative;
	width: 760px;
	min-height: 590px;
	margin-top: -200px;
	margin-left: 30px;
	z-index:3;
}


#bottom
{
	position:relative;
	background-image: url('img/bottom.jpg');
	background-repeat: no-repeat;
	width: 815px;
	padding-right: 20px;
	height: 32px;
	text-align: right;
	margin-left: 1px;
}

#right_box
{
	position:relative;
	width: 280px;
	height: 490px;
	float: right;
	display:inline;
}

