@charset "utf-8";
body {
	margin: 0px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-color: #ebebeb;
}.logo_top {
	height: 90px;
	width: 100%;
	position: absolute;
}a.logo_top:hover {
	height: 90px;
	width: 100%;
	position: absolute;
}


.main_container {
	padding: 10px;
	width: 650px;
	margin-right: -335px;
	top: 95px;
	background-color: #FFFFFF;
	position: absolute;
	right: 50%;
}
.flash_container {
	position: relative;
	top: 0px;
	right: 0px;
}
.content_container {
	width: 650px;
	position: relative;
	top: 10px;
	background-image: url(../graphics/logo_gfx.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


/*Her starter content*/
.content {
	text-decoration: none;
	margin: 0px;
	float: left;
	width: 430px;
}
.content_forside {
	width: 650px;
	position: relative;
	top: 10px;
	background-position: right top;
}

.profile {
	float: right;
	margin: 0px;
}

.news_headline {
	font-size: 14px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	background-color: #BBDD1C;
}.new_container {
	position: relative;
	top: 0px;
	right: 0px;
	background-color: #BBDD1C;
	background-repeat: repeat-x;
	padding: 10px;
	height: 160px;
}.news_text {
	font-size: 10px;
	margin: 0px;
	color: #29345f;
	text-decoration: none;
}

/*Her starter black tekst under profilbillede*/
.blackback_tekst {
	font-size: 10px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}a.blackback_tekst:link{
	color: #000000;
	text-decoration: underline;
}a.blackback_tekst:visited{
	color: #000000;
	text-decoration: underline;
}a.blackback_tekst:hover{
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
}a.blackback_tekst:active{
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
}

/*Her starter adresselinje*/
.address_line {
	width: 650px;
	position: relative;
	top: 10px;
	float: left;
}

/*Links generelt*/
a:link {
	color: #29345f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #29345f;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background-color:#BBDD1C;
}
a:active {
	text-decoration: underline;
	color: #29345f;
}
