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

body {
	background-color: #202020;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

A:link { color: #000000; text-decoration: none }
A:visited { color: #000000; text-decoration: none }
A:hover { color: #ffffff; text-decoration: underline }
A:active { color: #000000; text-decoration: none }

#content {
	position: absolute;
	left: 150px;
	background-color: #000000;
	height: 100%;
	width: 360px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right: solid;
	border-left: solid;
	border-width: 2px;
	border-color: #202020;
}

#image {
	background-color:#000000;
	text-align: center;
	position: static;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#rubrik {
	position: static;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-size: 22px;
	color: #A37100;
}

#text {
	position: static;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 17px;
}

#bottom {
	text-align: center;
	position: static;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	
}

.gold {
	color: #A37100;
}

.grey {
	color: #666;
}