/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-color: #000;
	background-image: url(images/top_2.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}

#wrap {
	width: 678px;
	}

#head {
	width: 678px;
	height:	157px;
	background-image: url(images/top_1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#navcontainer {
	background-image: url(images/menu_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height:	26px;
	width: 678px;
	padding-left: 37px; /* meny text */
	}

#leftcontent {
	float: left;
	width: 447px;
	padding-left: 46px; 
	}

#rightcontent {
	background-image: url(images/right_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 498px;
	padding: 7px;
	height: 380px;
	}
	
/* IE 6 hack, left margin wrong by 2px */ 
* html #rightcontent {
	margin-left: 495px;
	}
	
#footer {
	float: left;
	margin-top: 15px;
	padding: 0 0 20px 50px;
	width: 450px;
	text-align:	center;
	}

/* ***** layout slutar ***** */

/* text */

#leftcontent, #rightcontent {
	font: normal 11px/18px verdana,sans-serif;
	color: #FFF;
	}

#footer {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}

#navcontainer a, #navcontainer a:visited {		
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	margin:	8px;
	}

#navcontainer a:hover {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #8C5555;
	text-decoration: none;
	}

#navcontainer .english {
	vertical-align: text-bottom;
	}


#leftcontent a, #leftcontent a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 8px;
	}

#leftcontent a:hover {
	color: #8C5555;
	font-weight: bold;
	text-decoration: none;
	}

#rightcontent img {
	margin-bottom: 4px;
	}

/* IE 6 hack, adds margin wrong */ 
* html #rightcontent img {
	margin-bottom: 1px;
	}
	
#rightcontent p {
	margin: 3px 5px 30px 5px;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	}
	
#rightcontent .oppentider_headline {
	font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	}

#leftcontent h2 { 
	font: bold 16px/20px arial,sans-serif; 
	color: #666; 
	margin:	12px 0 6px 0;
	letter-spacing:	1px; 
	}
	
#leftcontent ul, li {
	padding: 0;
	margin:	0 0 0 9px;
	}
	
#leftcontent .seperator {
	margin:	0 0 0 0;
	}
