@charset "UTF-8";
/* CSS Document */

body {
	background-image: url('/media(238,1030)/bg.jpg');
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 100%;
	background-color: #000000;
	font-family: Verdana;
	font-size: 10px;
	color: Black;
}

#contentlayer {
	width: 280px;
	height: 470px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.subpages {
	display: table;
	position: relative;
	z-index: 1;
	top: -15px;
	left: 21px;
	width: 290px;
	clear: both;
}

.subpages .link {
	float: left;
}

.subpages .extralink {
	float: right;
}

#site {
	margin-left: auto;
	margin-right: auto;
	width: 933px;
	height: 690px;
}

#menu {
	width: 933px;
	height: 47px;
	padding-left: 24px;
}

.menupunkt {
	float: left;
}

.menudivider {
	width: 12px;
	float: left;
}

#content {
	width: 933px;
	height: 514px;
	background-image: url(/images/contentbg.png);
	background-repeat: no-repeat;

}

#innercontent {
	width: 908px;
	height: 488px;
	padding: 13px;
}

#innercontentbg {
	width: 908px;
	height: 488px;
	background-color: #ffffff;
}

#footer {
	margin-top: 7px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

#tools {
	float: left;
	height: 35px;
	width: 107px;
	margin-left: 33px;
}

#address {
	text-align: right;
	float: left;
	height: 35px;
	width: 760px;
	margin-right: 33px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #e2319a;
	text-decoration: none;
}


#blogcontent {
	width: 749px;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-base-color: #EEEEEE;
	scrollbar-arrow-color: #999999;
	scrollbar-3dlight-color: #EFEFEF;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #EFEFEF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #FFFFFF;
}

table.blog {
	overflow: scroll;
}


/****************************************************
	S I F R
****************************************************/
h1 { 
	font-size: 14px; 
	line-height: 19px;
	font-family: Verdana; 
	color: #000000; 
	padding-top: 20px; 
	font-weight: bold;
	margin-bottom: 5px;
}

.sIFR-active h1 { visibility: hidden; font-family: Verdana; line-height: 1em; }

h5 {
	font-family: Verdana;
	font-size: 11px;
	line-height: 11px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

h6 { 
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 10px;
	color: Black;	
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a:hover {
	color: #e2319a;
}
