@charset "utf-8";
/* CSS Document for Target3d.no */
* {	margin:0px; padding:0px; }

html, body {
	height:100%;
	}

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, p{
	margin:0 0 0.5em 0;
	}

a { color:#DD0011; text-decoration:none; }
a:hover {color:#000; }

.breaker { 
	display:block;
	height:1px;
	width:99%;
	margin-left:0.5%;
	clear:both;
	background:none; 
	line-height:1px;
	font-size:1px;
	}

.spacer { 
	display:block;
	height:1px;
	background:#bbb;
	margin-top:22px;
	margin-bottom:22px;
	width:99%;
	margin-left:0.5%;
	clear:both;
	line-height:1px;
	font-size:1px;
	}

.lolbug {
	display:block; 
	width:1px; 
	height:1px; 
	position:static; 
	line-height:1px;
	}
img { border:0; }

a.slettknapp {
	display:block;
	font-size:0.8em;
	width:1em;
	height:auto;
	padding:0.2em;
	background:#900;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
a.ai_endre, a.ai_slett  {
	display:block;
	width:21px;
	height:20px;
	background-repeat:no-repeat;
	float:left;
	margin:0 0 0 3px;
	}
a.ai_endre {
	background-image:url('../gfx/adminikon/edit.gif');
	}
a.ai_slett {
	background-image:url('../gfx/adminikon/del.gif');
	}	

/* KONTAKTSKJEMA */
#kontaktwrap {
	width:600px;
	padding:25px 90px;
	margin:0 auto;
	border:0px solid #ddd;
	background:#fff;
	height:auto !important;
	height:300px;
	min-height:300px;
	}
#kontaktwrap dl {
	display:block;
	margin-left:15px;
	}
#kontaktwrap dt {
	margin-left:0px;
	margin:5px 0px 3px 0px;
	font-size:11px;
	color:#777;
	}
#kontaktwrap dd {
	margin-left:5px;
	margin-bottom:3px;
	color:#333;
	}

/* FORMS */

.stdForm {
	width:auto;
	height:auto;
	position:relative;
	padding:5px;
}

.stdForm fieldset {
	border:1px solid #bbb;
	padding:25px 10px;
	position:relative;
}

.stdForm legend {
	position:absolute;
	top:-13px;
	left:25px;
	font-weight:bold;
	font-size:1.1em;
	height:20px;
	padding:5px 5px 0px 5px;
	background:#fff;
}

.stdForm .stdForklaring {
	width:auto;
	margin:10px;
	border:1px dotted #bbb;
	color:#333;
	font-size:0.8em;
	padding:5px;
}

.stdForklaring {
	width:auto;
	margin:10px;
	border:1px dotted #bbb;
	color:#333;
	font-size:0.8em;
	padding:5px;
}

.stdForm .ctrl, .stdForm .knapp {
	width:auto;
	height:auto !important;
	height:30px;
	min-height:30px;
	margin:10px;
	padding:5px;
	clear:both;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.stdForm .ctrl:hover, .stdForm .focus {
	background:#f3f3f3;
	border-top:1px dotted #bbb;
	border-bottom:1px dotted #bbb;
}

.stdForm .ctrl label {
	width:100px;
	float:left;
	margin-right:10px;
	height:auto !important;
	height:18px;
	min-height:18px;
	text-align:right;
	padding:4px;
}

.stdForm .ctrl input.text, .stdForm .ctrl input.check {
	display:block;
	padding:3px;
	background:#fff;
	border:1px solid #bbb;
	float:left;
}

.stdForm .ctrl input.text {
	height:18px;
	width:150px;
}

.stdForm .ctrl input.check {
	height:15px;
	width:15px;
	margin-top:5px;
}

.stdForm .ctrl input:focus {
	border:1px solid #09F;
}

.stdForm .ctrl span {
	float:left;
	height:auto !important;
	height:18px;
	min-height:18px;
	margin-left:10px;
	padding:6px 4px 0 4px;
}
.stdForm .ctrl span.endringLagret {
	color:#090;
	font-size:0.8em;
	text-transform:uppercase;
}
.stdForm div.knapp input.knapp {
	display:block;
	height:auto;
	width:auto;
	background:#555;
	color:#fff;
	border:1px solid #222;
	cursor:pointer;
	font-weight:bold;
}

.stdForm div.knapp input.knapp:hover {
	background:#777;
	border:1px solid #444;
}

.stdForm .error {
	color:#900;
}

.error {
	color:#900;
}


#fade{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#light {
	display: none;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 300px;
	height: auto;
	margin-top:-100px;
	margin-left:-150px;
	padding: 16px 16px 30px 16px;
	border: 2px solid #6D929B;
	background-color: white;
	z-index:1002;
	overflow: auto;
}








