@charset "utf-8";
/* CSS Dokument for vis-a-vis arkitekter */
/* Rekkefølge for ryddighet

 {
	display:;
	position:;
	float:;
	top:;
	left:;
	width:;
	height:;
	margin:;
	padding:;
	border:;
	background:;
	}
*/


* {	margin:0px; padding:0px; }

html, body {
	height:auto !important;
	height:100%;
	min-height:100%;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

h1 { font-size:1.8em; }
h2 { font-size:1.6em; }
h3 { font-size:1.5em; }
h4 { font-size:1.3em; }
h5 { font-size:1.2em; }

h1, h2, h3, h4, h5 {
	margin:0 0 0.5em 0;
	}

p { margin:0 0 0.5em 0; }

a { color:#0066CC; text-decoration:none; }
a:hover {color:#0099FF; }

.breaker { 
	display:block;
	height:1px;
	width:100%;
	clear:both; 
	}
.lolbug {
	display:block; 
	width:1px; 
	height:1px; 
	position:static; 
	line-height:1px;
	}
img { border:0; }

/* MAIN BOXES */
div#owrap {
	display:block;
	position:relative;
	width:960px;
	margin:0px auto;
	padding:0 120px;
	border:0px;
	background:#000;
	height:auto !important;
	}
div#iwrap {
	display:block;
	position:relative;
	width:960px;
	margin:0 auto;
	border:0px;
	height:auto;
	z-index:2;
	}
div#head  {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	z-index:5;
	}	

div#content  {
	display:block;
	position:relative;
	width:960px;
	height:auto !important;
	height:540px;
	min-height:540px;
	padding:100px 0 73px 0;
	background:none;
	z-index:3;
	
	}
	
#imgframe {
	display:block;
	width:942px;
	height:auto !Important;
	height:524px;
	min-height:524px;
	padding:8px;
	border:1px solid #eee;
	background:#ccc;
	}
	
div#foot  {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:75px;
	z-index:5;
	}		

#main, #kontaktwrap {
	position:relative;
	width:900px;
	height:488px;
	background:#fff;
	padding:20px;
	border:1px solid #555;
	overflow:auto;
	}
	
/* SECOND LEVEL BOXES */	
div#headlogo {
	display:block;
	position:absolute;
	top:0px;
	left:20px;
	width:500px;
	height:160px;
	margin:0;
	padding:20px 0px 20px 50px;
	border:0;
	background:url('gfx/logobg.gif') no-repeat;
	z-index:1;
	color:#fff;
	}	
#head a.logoa, #head a.logoa:hover {
	display:block;
	width:200px;
	height:auto;
	position:absolute;
	top:15px;
	left:-40px;
	color:#fff;
	cursor:pointer;

	}
.l1 {
	font-size:18px;
	font-weight:bold;
	width:100px;
	float:left;
	clear:both;
	cursor:pointer;
	}
.l2 {
	font-size:40px;
	font-weight:bold;
	width:200px;
	float:left;
	clear:both;
	cursor:pointer;
	}
	
div#headmenu {
	display:block;
	float:right;
	width:auto;
	height:75px;
	margin:25px 0 0 0;
	background:none;
	}	

#headmenu dl {
	display:block;
	float:right;
	width:auto;
	height:auto;
	margin:5px;
	border:0;
	background:url('gfx/headmenuprikk2.gif') no-repeat 10px -79px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	}

#headmenu dl:hover {
	background-position:10px -4px;
	cursor:pointer;
	}

#headmenu dl a {
	display:block;
	color:#aaa;
	padding:25px 25px 0 25px;
	height:40px;
	font-size:14px;
	}
#headmenu dl a:hover, #headmenu dl:hover a{
	color:#ddd;
	}
div#footmenu {
	display:block;
	float:left;
	width:auto;
	height:75px;
	margin:0;
	background:none;
	}	
#footmenu dl {
	width:auto;
	height:auto;
	float:left;
	cursor:pointer;
	}
#footmenu dt {
	display:block;
	width:100px;
	height:35px;
	margin:0 0 5px 0;
	padding:10px 3px 0 3px;
	border:0;
	background:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#f90;
	}
#footmenu dt#omsorg {
	/*width:150px; 
	padding:10px 5px 0 5px;*/
	}	
#footmenu dt:hover {
	border-bottom:1px solid #eee;
	border-top:none;
	cursor:pointer;
	background:#ccc;
	color:#f30;
	}
#footmenu dt#omsorg:hover {
	/*width:150px; 
	padding:10px 4px 0 4px;*/
	}	
#footmenu dt a {
	color:#f90;
	}
#footmenu dt:hover a, #footmenu dt a:hover {
	color:#fa0;
	}
#adminbar{
	position:absolute;
	top:100px;
	left:-111px;
	width:100px;
	height:auto;
	padding:5px;
	color:#fff;
	border:1px solid #eee;
	background-color:#ccc;
	border-right:1px solid #ccc;
}

#adminbar dd {
	margin:5px 0 5px 3px;
	}

#loginform {
	width:50%; 
	margin:20px auto;
	background:#fff;
	}

#loginform fieldset {
	padding:20px;
	}

#alert {
	position:absolute;
	top:50px;
	left:50%;
	width:400px;
	height:auto;
	padding:10px;
	border:5px solid #900;
	text-align:center;
	background:#fff;
	margin-left:-200px;
	}









	
/* ACTUAL CONTENT */
div#content img.main {
	display:block;
	width:940px;
	height:528px;
	border:1px solid #555;
	}	
	
#kategoribilde {
	position:absolute;
	top:20px;
	right:20px;
	padding:1px;
	border:1px solid #bbb;
	}
	
	
#omossbilde {
	margin:0 0px 20px 50px;
	padding:2px;
	border:1px solid #bbb;
	clear:both;
	}
	
div#frontpage-text-bg {
	background:#FFF;
	position:absolute;
	right:67px;
	top:67px;
	padding:10px;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	width:190px;
	height:384px;
	overflow:visible;
}
	div#frontpage-text-bg div#frontpage-text {
		color:#000;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		position:relative;
	}
		div#frontpage-text-bg div#frontpage-text textarea#fpt {
			width:188px;
			height:350px;
			border:1px solid #000;
		}
		div#frontpage-text-bg div#frontpage-text span#editspan {
			position:absolute;
			top:-20px;
			right:-20px;
			display:inline-block;
			padding:2px;
			background:#FF9900;
		}
			div#frontpage-text-bg div#frontpage-text span#editspan a {
				color:#000;
				font-weight:bold;
				font-size:12px;
			}
			
			
ul#sortable li{
	width: 400px;
	height: 60px;
	float: left;
}
	
	
	
	
	
	
	
	
	
	
	
