@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-image:url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	}
	
#container {
	width: 955px;
	height: 600px;
	margin: 0 auto;
	}
	
/* Logo */

#logo {
	width: 955px;
	height: 261px;
	margin: 0 auto;
	float: left;
	}


/* Page */

#page {
	width: 955px;
	padding-top: 10px;
	background: #FFFFFF;
	border-top: none;
	text-align: justify;
	float: left;
}

#menu {
	height: 47px;
	width: 955px;
	border-left: #58032F 1px solid;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;	
}

#menu a {
	display: block;
	float: left;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-right: #58032F 1px solid;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#menu a:hover {
	background: #770444;
	color: #FFFFFF;
}

#menu li#current a {
	background: #770444;
	padding: 15px 30px 16px 30px;
	color: #FFFFFF;
}

/* SUB MENU */
#subnavlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
}

#subnavlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#subnavlist li a { text-decoration: none; }

h1, h2, h3 {
	color: #B10961;
	text-align: left;
}

h1 {
	letter-spacing: -.075em;
	font-size: 2.5em;
}


h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #B10961;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 1.8em;
	font-size: 0.9em;
	
}

ul, ol {
	margin-left: 3em;
	text-transform: normal;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #BB096B;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #B10961;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #B10961;
}

hr {
	display: none;
}


#footer {
	background: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

#footer-inner {
	width:900px;
	margin: 0 auto;
	background: #000000;
	text-align: left;
}

#footer p {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	background: #BB096B;
	padding: 2px 7px;
	color: #FFFFFF;
}



#rightcol{
 width:20%; 
 float:left; 
 position:relative; 
 min-height: 100%;

 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:720px;
 padding-right: 20px; 
 min-height: 100%;
 }
 

 

#footer2 {
	background: #BB096B;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ffffff;
	text-align: center;
	float: left;
	width: 100%;
}



#footer2 a{
	background: none;
	color: #fff;
	}


/* Sidebars */

#sidebar1 {
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(../images/sidebar1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar1 li h2 {
	height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#sidebar1 li ul {
	line-height: normal;
}

#sidebar1 li li {
	padding: 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	padding-left: 5px;
	text-transform: uppercase;
}

#sidebar1 li a, #sidebar1 li a:active, #sidebar1 li a:visited{
	border: none;
	text-transform: uppercase;
}

#sidebar1 li a:hover {
	border: none;
	color:#FF00FF;
	text-decoration:underline;
}

#img {
	margin-left: 9px;
	margin-top: 5px;
	}


.hovedbillede {
	BORDER-RIGHT: #ccc 1px dotted; 
	PADDING-RIGHT: 10px; 
	BORDER-TOP: #ccc 1px dotted; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 10px; 
	BORDER-LEFT: #ccc 1px dotted; 
	MARGIN-RIGHT: 10px; PADDING-TOP: 10px; 
	BORDER-BOTTOM: #ccc 1px dotted
}