@charset "utf-8";
/* CSS Document */

/** Page layout **/

body{
	text-align: justify;
	background-image:url(/media/Images/bg.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

/** Table layout 128**/
.main_table {
	border: #333333 medium solid;
}

.menu_table {
	height: 422px;
	width: 160px;
	border-right: #333333 medium solid;
}

.content_table {
	width: 568px;
}

/** Menu table **/

.menu_bg {
	background-image:url(/media/Images/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	height: 18px;
}

.menu_bg a:link{
	padding-left: 12px;
	padding-right: 50px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.menu_bg a:visited{
	padding-left: 12px;
	padding-right: 50px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu_bg a:hover{
	padding-left: 12px;
	padding-right: 50px;
	color: #CCCCCC;
	text-decoration: none;
}
/** Div layout **/

.content {
	margin:10px;
}

.content_header {
	margin:0px;
	height: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	font: bold;
}

.content_text {
	margin: 0px;
	vertical-align: text-top;
}

.shoutbox {
	padding: 5px;
	font-size: 10px;
	border: #333333 thin dashed;
}

.shoutbox_name {
	text-transform: uppercase;
	font-size: 10px;
}

.shoutbox_date {
	color: #666666;
	font-size: 10px;
}

.shoutbox_agree {
	font-size: 8px;
	font-style: italic;
}

/** hyperlink and anchor tag styles **/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/** text style **/

.subject {
	font-size: 10px;
	color: #999999;
	}	


/** H(x) Style **/

h1{
 	font: bold 120% Arial,sans-serif;
 	color: #FFFFFF;
 	text-align: center;
	text-transform: uppercase;
}

h2{
 	font: bold 114% Arial,sans-serif;
 	color: #FFFFFF;
}

h3{
 	font: bold 115% Arial,sans-serif;
 	color: #EEEEEE;
}

h4{
 	font: bold 100% Arial,sans-serif;
 	color: #999999;
 	margin: 0px;
 	padding: 0px;
}

h5{
 	font: 100% Arial,sans-serif;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
 
}


/** Image random **/

#mContainer {
	position:relative;
	width:728px;
	height:120px;
}

.mPhoto {
	position:absolute;
	top:0px;
	left:0px;
	-moz-opacity:0.0;
	filter:Alpha(opacity=0);
}


/**  shoutbox **/

.shoutbox {
	position:absolute;
	left:751px;
	top:590px;
	width:240px;
	z-index:1;
	padding: 5px;
	color: #CCCCCC;
	border: #333333 medium solid;
	font-size: 10px;
}

.shoutbox_name {
	text-transform: uppercase;
}

.shoutbox_date {
	color: #666666;
}

.shoutbox_agree {
	font-size: 8px;
	font-style: italic;
}

.infobox_right {
	position:absolute;
	left:751px;
	top:331px;
	width:250px;
	z-index:1;
	/** padding: 5px; **/
	color: #CCCCCC;
	border: #333333 medium solid;
	}

.infobox_right2 {
	position:absolute;
	left:751px;
	top:590px;
	width:250px;
	height: 240px;
	width: 240px;
	padding: 5px;
	/** 
	width:250px;
	height: 240px;
	**/
	z-index:1;
	color: #CCCCCC;
	border: #333333 medium solid;
	
	}
	
.styrelse {
	color: #FFFFFF;
	font-size: 115%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
