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;
	top: 0px;
	right: 0px;
	left: 0px;
	margin-top: 25px;
}

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

#menu a:hover
{
	text-decoration: none;
	color: gray;
}

#mainlogo
{
	right: 0px;
	left: 0px;
	text-align: center;
	border-radius: 10%;
}

#mainlogo img
{
	border-radius: 10%;
}

#content
{
	z-index: 1;
}

.rubrikheader
{
	border-top: solid 2px white;
	border-bottom: solid 2px white;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	padding: 5px;
	margin-top: 30px;
}

.rubrikheader:hover
{
}

.rubrikcontent
{
	padding: 15px;
	text-align: center;
}

.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;
}

.SocialMediaLink
{
	background: gray;
	opacity: 0.9;
	border: solid white 2px;
	border-radius: 10px;
	width: 100%;
	height: 60px;
	margin: 5 auto;
	padding: 5px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.SocialMediaLink:hover
{
	opacity: 1.0;
}

.SocialMediaLink a
{
	text-decoration: none;
	color: White;
	vertical-align: middle;
	font-weight: bold;
	margin-left: 10px;
}

.SocialMediaLink a div img
{
	vertical-align: middle;
	width: 60px;
	max-width: 60px;
	height: 60px;
	max-height: 60px;
	border-radius: 10%;
}