/* wisit.no CSS */
/* nicolai dahlgren, 2008 */

html, body{margin:0;padding:0;}
img{border:0;}
form{margin:0;padding:0;}

body{
	font: 11px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #340018 url("../gfx/bg_body.gif") repeat-x;}

p{
	font: 11px/150% Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 0;}

a:link, a:active, a:visited{text-decoration: none;color:#c27198;}
a:hover{text-decoration: none;color:#fff;}

#swirl{
	position: absolute;
	top: 70px;
	left: 50px;
	width: 560px;
	height: 586px;
	background: transparent url("../gfx/bg_swirl.gif") no-repeat;}
	
#site{
	position: relative;
	width: 500px;
	margin: 0;}	
	
#logoBox{
	position: relative;
	width: 307px;
	height: 93px;
	margin: 30px 0 10px 30px;
	clear: both;}
	
#contentBox{
	position: relative;
	width: 470px;
	margin: 20px 0 30px 63px;}
	
#menuBox{
	position: relative;
	width: 400px;
	margin: 0 0 0 13px;padding: 0;
	background: transparent;
	clear: both;}

.cellRef{border-bottom: 1px solid #fff;padding: 4px 0;}

/* meny */	
#navlist li{
display: inline;
padding: 5px 25px 0 0;
background-repeat: no-repeat;
}

#navlist a{
padding: 5px 10px;
font-weight: normal;
text-decoration: none;}

#navlist a:link, #navlist a:visited{
padding: 5px 10px;
color: #fff;}

#navlist a:hover{
color: #fff;
padding: 5px 10px;
background: url("../gfx/menu_on.gif");
background-repeat: no-repeat;
background-position: top left;} 

.current a:link, .current a:active, .current a:visited{background: transparent url("../gfx/menu_sel.gif") no-repeat;}

/* form */
fieldset{
padding: 0 3px;
background: #2e0e20;
margin-top:11px; padding-top:20px; position: relative;}

fieldset p{margin:0 0 20px 70px;padding:0;}

legend{
position: absolute;
top: -.5em;
left: .2em;
margin-left: 20px;
padding: 0 3px;
color: #fff;}

input, textarea {
border:1px solid #666;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:11px;
margin:0;
padding:4px;
background:#fff;
width: 300px;
}
 
input:focus, input:hover, textarea:focus, textarea:hover{
border: 1px solid #000;
}
 
label {
margin:2px;
}
 
input {
width:300px;
}
 
.button {
margin:0 0 15px 0;
background:url("../gfx/btnstd.gif");
color:#fff;
font-weight:bold;
width:310px;
}