<!---
	html, body { 
		margin:0; 
		padding:0; 
		height:100%; /* this is the key! */ 
	}
	td,tr {
		font-family:"Arial",Verdana,Sans-serif;
		font-size: 12px;
		position: relative;
		color: #ffffff;
	}
	#div1 {
		position:relative;
		top:10px;
		left:500px;
		width: 400px;
		height: 150px;
		background-color:#000;
		filter: alpha(opacity=75);
	}
	#div2 {
		background-color:#010101;
		filter: alpha(opacity=87);
	}
	#mailalert {
		position:relative;
		top: -227px;
		left: 755px;
	}
	#blogalert {
		position:relative;
		top: -185px;
		left: 755px;
	}
	div.slickbox1 {
		position:absolute;
		top: 267px;
		left: 510px;
		width: 300px;
		background: #303030;
		overflow:hidden;
		background-color:#fff;
		border:1px solid #333;
		border-bottom:2px solid #000000;
		border-right: 2px solid #000000;
		display:none;
		overflow:hidden;
	}
	td.sidemenu {
		background: #707070;
		border: 1px solid white;
		border-left-style: none;
		border-bottom-style: none;
		border-right-style: none;
	}
	div.open {
		background-color: #303030;
		height: 21px;
		width: 110px;
	}
	div.close {
		background-color: #707070;
		height: 21px;
		width: 110px;
	}
	td.event {
		color: #000;
		border: 1px solid #606060;
		border-left-style: none;
		border-top-style: none;
		border-right-style: none;
	}
	a {
		color: #0284c7;
	}
	#solidtext { position: relative; color: #ffffff; filter: alpha(opacity=100); }
	#box {
		background-color:#333;
		border: 1px solid #e8bf01;
		font-family:"Arial",Verdana,Sans-serif;
		font-size: 12px;
		font-style: oblique;
		position: relative;
		color: #ffffff;
	}
	.cover {
	background-color:black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: .5;
	width:100%;
	height:200%;
	position:absolute;
	top:0;
	left:0;	
	text-align:center;
	}
	.contactbox {
	position:relative;
	background-color:#666666;
	width:600px;
	height:300px;
	top:-1600px;
	left:600px;
	border:5px solid #151515;
	text-align:left;
	}
	
div.forum_avatar_top {
	height:6px;
	background:url('pictures/forum_avatar_top.gif') no-repeat;
}

div.forum_avatar {
	float:left;
	width:162px;
	display:inline;
	margin-top:-6px;
	margin-right:7px;
	background:url('pictures/forum_avatar_middle.gif') repeat-y;
}

div.forum_avatar *  {
	margin:1px 6px -7px 6px;
}

div.forum_avatar_top {
	height:6px;
	background:url('pictures/forum_avatar_top.gif') no-repeat;
	margin:0px;
}

div.forum_avatar_bottom {
	height:6px;
	background:url('pictures/forum_avatar_bottom.gif') no-repeat bottom left;
	margin:0px;
}

div.forum_post_top {
	height:6px;
	background:url('pictures/forum_post_top.gif') no-repeat;
}

div.forum_post {
	float:left;
	width:435px;
	display:inline;
	overflow:auto;
	height:auto;
	margin-top:-6px;
	margin-right:7px;
	background:url('pictures/forum_post_middle.gif') repeat-y;
}

div.forum_post *  {
	margin:0px 6px 0px 6px;
}

div.forum_post_top {
	height:6px;
	background:url('pictures/forum_post_top.gif') no-repeat;
	margin:0px;
}

div.forum_post_bottom {
	height:6px;
	vertical-align:bottom;
	height:inherit;
	background:url('pictures/forum_post_bottom.gif') no-repeat bottom left;
	margin:0px;
}
	
	div.popupbakgrund {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#333;
	z-index:1000;
	-moz-opacity:0.8;
	opacity:.60;
	filter:alpha(opacity=80);
	}

	div.details_popupruta {
	color:#333;
	display:none;
	position:fixed;
	top:120px;
	height:68%;
	left:15%;
	width:70%;
	padding:1em;
	border:1em solid #B8B8B8;
	background-color:white;
	text-align:left;
	z-index:1001;
	overflow:auto;
	}
	
	
	
	.messagebox{
	width:250px;
	margin-left:30px;
	border:1px solid #0064A1;
	background:#5F81D7;
	padding:3px;
	color:#ffffff;
	}
	.messageboxok{
		width:250px;
		margin-left:30px;
		border:1px solid #000000;
		background:#008800;
		padding:3px;
		font-weight:bold;
		color:#ffffff;
		
	}
	.messageboxerror{
		width:250px;
		margin-left:30px;
		border:1px solid #ff0000;
		background:#880000;
		padding:3px;
		font-weight:bold;
		color:#ffffff;
	}
--->
