/* CSS Document */

	h1 { font-family: Arial; font-size: 1.8em; font-weight:bold; color:#000000; padding-top:0px; margin:0;}
	h2 { font-family: Arial; font-size: 0.9em; font-weight:normal; color:#000000;}
	h3 { font-family: Arial; font-size: 1.0em; font-weight:normal; color:#000000;}
	h4 { font-family: Arial; font-size: 1.1em; font-weight:normal; color:#000000;}
	h5 { font-family: Arial; font-size: 1.3em; font-weight:normal; color:#000000;}
	h6 { font-family: Arial; font-size: 1.5em; font-weight:normal; color:#000000;}

	body {
	margin-top:10px;
	background:url(bilder/bg_main.gif) repeat-x #e6ecee;
	}
	
	a:link {color:#990000; text-decoration:none;}
	a:visited {color:#990000; text-decoration:none;}
	a:hover {color:#3366CC; text-decoration:none;}
	
	p {
	font-family: Arial, verdana, sans-serif;
	color:#000000;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 1.3em;
	font-size:0.9em;
	}
	
	div#wrap{
	margin:0 auto;
	width:800px;
	}
	
	#topbild{
	width:800px;
	height:329px;
	float:left;
	}
	
	#left{
	width:230px;
	height:250px;
	float:left;
	padding-left:31px;
	}
	
	#menu{
	width:221px;
	height:200px;
	float:left;
	background-color:#730c0c;
	padding-top:30px;
	}
	
	#vertmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 100%;
	width: 220px;
	padding: 50px 0px;
	margin: 0px;
	background:#730c0d;
	}
	
	#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
	#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	}
	#vertmenu ul li a {
	font-size: 90%;
	display: block;
	padding: 5px 0px 2px 35px;
	text-decoration: none;
	color: #fff;
	width:185px;
	}
	#vertmenu ul li.current > ul {
	width:auto;
	font-weight:normal;
	background:none;
	}
	
	
	#vertmenu ul li a:hover, #vertmenu ul li a:focus, #vertmenu ul li.current a {
	color: #000000;
	background-color: #eeeeee;
	}
	
	#main{
	width:420px;
	float:left;
	margin:15px 0px 0px 15px;
	}
	
	#content{
	width:480px;
	float:left;
	padding:20px 0 0 30px;
	}
	
	
	
	/* ANNONS */
	#annons-wrapper {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:700px;
		background:url(bilder/annons/bg_svart.png);
	}
	
	#annons-wrapper #annons-box {
		margin:0 auto;
		margin-top:50px;
		width:754px;
		height:214px;
		background-image:url(bilder/annons/bg_annons.png);
		padding-top:300px;
	}
	
		#annons-wrapper #annons-box .knapp {
			width:177px;
			height:144px;
			float:left;
			margin:0 70px 0 110px;
		}
