body
{
	background-color: Black;
	width: 855px;
	font-family: Arial;
	color: White;
	font-size: 11pt;
	margin: 0 auto;
	padding-top: 30px;
}

#contentimage
{
	background-image: url("images/backgroundpage_gray.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}

#menu
{
	text-align: center;
	font-size: 15pt;
	top: 0px;
	right: 0px;
	left: 0px;
}

#menu a
{
	text-decoration: none;
	color: White;
	margin-right: 15px;
	font-weight: bold;
	padding: 10px;
}

#menu a:hover
{
	background: White;
	color: Black;
}

#mainlogo
{
	right: 0px;
	left: 0px;
	text-align: center;
}

#content
{
	z-index: 1;
}

.rubrikheader
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	text-align: center;
	font-size: 15pt;
	padding: 5px;
	margin-top: 30px;
}

.rubrikheader:hover
{
}

.rubrikcontent
{
	padding: 15px;
}

.rubriklink a
{
	text-decoration: none;
	color: White;
	margin-right: 15px;
	font-weight: bold;
	padding: 10px;
}

.rubriklink a:hover
{
	background: White;
	color: Black;
}

.center
{
	text-align: center;
}

.leftside
{
	float: left;
	margin-right: 15px;
}

.rightside
{
	float: right;
	text-align: left;
}

.block
{
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: 5px;
	margin-top: 30px;
}

.block:hover[hover = "active"]
{
	background-color: gray;
	cursor: pointer;
}