@charset "utf-8";
/* Standard stylesheet */

* {	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;
	}

blockquote {
	margin-left:15px;
	}


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;
	}
img { border:0; }

/* Layout */ 
.breaker { 
	display:block;
	height:1px;
	width:99%;
	margin-left:0.5%;
	clear:both;
	background:none; 
	line-height:1px;
	font-size:1px;
	}
.lolbug {
	display:block; 
	width:1px; 
	height:1px; 
	position:static; 
	line-height:1px;
	font-size:1px;
	background:#080;
	}



	

/* Error-message */ 
.error {
	width:auto;
	padding:5px;
	height:35px;
	text-align:center;
	}
.error .red {
	color:#fff;
	background:#990000;
	padding:0px 3px;
	font-weight:bold;
	font-size:14px;
	margin:0 5px;
	}
	
/* ADMINBAR */
dl#admin {
	display:block;
	font-size:10px;
	position:absolute;
	right:0;
	bottom:0px;
	width:100px;
	height:auto;
	z-index:10;
	font-family:'Trebuchet MS';
	}
dl#admin dt {
	background:url('../gfx/ned.gif') no-repeat 80px 10px #f50;
	height:20px;
	padding:5px 15px 0 10px;
	width:75px;
	color:#fff;
	margin-bottom:2px;
	font-weight:bold;
	}

dl#admin dd {
	position:absolute;
	top:26px;
	right:0;
	display:none;
	height:auto;
	width:142px;
	padding:3px;
	background:#fff;
	border:1px solid #bbb;
	}
dl#admin a {
	display:block;
	width:135px;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-left:5px;
	margin:2px 0;
	color:#392e14;
	border-bottom:1px solid #eee;
	}
dl#admin a:hover {
	background:#e9dcbe;
	}
dl#admin:hover dd {
	display:block;
	}

	
/* Publiserings */
.white_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 100px;
	height: 100px;
	padding: 16px;
	border: 4px solid #BBDEF2;
	background-color: white;
	z-index:1002;
	overflow: auto;
}










