﻿body
{
	background-image:url(images/background.png);
	background-repeat:repeat;
	background-color:#151515; /* 333131 */
}

.backgroundimage
{
	position: absolute;
	top:0px;
	left:0px;
	width: 1000px;
	height: 1000px;
	background-image:url(images/screen.png);
	background-repeat:no-repeat;
	z-index: 1;
}

.myimage
{
	margin-right:10px;
}

/* Sidans rubriks röda fält */

.headlinediv
{
	position:absolute;
	top:30px;
	left:0px;
	width:250px;
	height:26px;
	background-color:#202020; /* 8f2c2c */
	color:#ffffff;
	font-family:Verdana;
	font-size:14pt;
	text-indent:30px;
	z-index: 2;
}

/* Rubrikens vita fält */

.whitebox_headlinediv
{
	position:absolute;
	left:10px;
	width:10px;
	height:26px;
	background-color:#ffffff;
	z-index: 3;
}

/* Menyn och dess länkar */

.menudiv
{
	position:absolute;
	left:0px;
	width:250px;
	height:20px;
	background-color:#202020;
	color:#ffffff;
	font-family:Verdana;
	font-size:12pt;
	text-indent:30px;
}

.whitebox_menudiv
{
	position:absolute;
	left:10px;
	width:10px;
	height:20px;
	background-color:#ffffff;
}

/*
.whitebox_menudiv_selected
{
	position:absolute;
	left:10px;
	width:10px;
	height:20px;
	background-image:url(images/selected_arrow.png);
}
*/
.submenudiv
{
	position:absolute;
	left:0px;
	width:250px;
	height:20px;
	background-color:#202020;
	color:#ffffff;
	font-family:Verdana;
	font-size:12pt;
	text-indent:30px;
}

.whitebox_submenudiv
{
	position:absolute;
	left:10px;
	width:10px;
	height:20px;
	background-color:#ffffff;
}

a.menulink:link
{
    text-decoration: none;
    color: #ffffff;
}

a.menulink:visited
{
    text-decoration: none;
    color: #ffffff;
}

a.menulink:hover
{
	text-decoration:underline;
    color: #ffffff;
}

/* Innehållsfältet */

.textsection
{
	position:absolute;
	left:0px;
	width:800px;
	background-color:#202020;
	color:#ffffff;
	font-family:Verdana;
	font-size:8pt;
	padding:10px;
	padding-top:30px;
}

.entryheadlinesection_left_element { float: left; width: 59%; }
.entryheadlinesection_right_element { float: right; width: 39%; text-align: right; }

.entryheadlinesection
{
	left:0px;
	width:778px;
	color:#ffffff;
	font-family:Verdana;
	font-size:8pt;
	padding:10px;
	border-style:dotted;
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	vertical-align:top;
}

.entrysection
{
	margin-bottom:10px;
	left:0px;
	width:778px;
	color:#ffffff;
	font-family:Verdana;
	font-size:8pt;
	padding:10px;
	padding-top:10px;
	border-style:dotted;
	border-width:1px;
	vertical-align:middle;
}

.blogcomment
{
    margin-top:10px;
    border-top-style:dotted;
	border-top-width:1px;
	padding-top:5px;
}

.texttable
{
	background-color:#8f2c2c;
	color:#ffffff;
	font-family:Tahoma;
	font-size:8pt;
}

.whitebox_independent
{
	position:absolute;
	width:10px;
	height:26px;
	background-color:#ffffff;
}

a.textlink:link
{
    text-decoration: underline;
    color: #ffffff;
}

a.textlink:visited
{
    text-decoration: underline;
    color: #ffffff;
}

a.textlink:hover
{
	text-decoration: underline;
    color: #ffffff;
}

a.imagelink:link
{
    text-decoration: none;
    border-width: 0px;
}

a.imagelink:visited
{
    text-decoration: none;
    border-width: 0px;
}

a.imagelink:hover
{
	text-decoration: none;
    border-width: 0px;
}