body {
	margin: 0px;
	background: #000000;
}

font {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
}

font.title {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
}

/* Containers */
#page_container {
	position: relative;
	width: 850px;
	margin: auto;
	margin-top: 10px;
}

.top {
	height: 120px;
	background: URL(../images/top.gif) no-repeat;
}

.toolbar_container {
	height: 25px;
	background: URL(../images/toolbar.gif) no-repeat;
}

.menu_container {
	position: absolute;
	width: 150px;
	background: #FFFFFF;
	font-family: verdana;
}

.content_container {
	position: absolute;
	left: 150px;
	width: 690px;
	height: 400px;
	padding-left: 10px;
	background: URL(../images/content_bg.gif) no-repeat;
}

div.login {
	float: right;
	margin-top: 100px;
}

div.copy {
	
	align: bottom;
}

/* Menu */

.menu_titel {
	margin-top:1px;
	margin-bottom:1px;
	background:url(../images/menu-pointer.gif) 6px no-repeat #434343;
	color:white;
}

.titel_link a:link, .titel_link a:visited{
	padding-left:20px;
	width:130px;
	display:block;
	color:white;
	text-decoration:none;
}

.titel_link a:hover{
	background:url(../images/menu-pointer.gif)6px no-repeat #b4b4b4;
	padding-left:20px;
	width:130px;
}

.menu_element {
	margin-top:1px;
	margin-bottom:1px;
	background:#6c6c6c;
	color:white;
}

.element_link a:link, .element_link a:visited {
	width:130px;
	display:block;
	color:white;
	text-decoration:none;
	padding-left:20px;
}

.element_link a:hover {
	background:#b4b4b4;
	display:block;
	width:130px;
	color:white;
	text-decoration:none;
}

.menu_bottom {
	height:25px;
	margin-top:-1px;
	background:url(../images/menu-bottom.gif) repeat-x;
}

/* News */

div.news_container {
	
}

div.news_titel {
	border-bottom: 1px solid gray;
}

div.news_dato {
	height: 15px;
}

div.news_indhold {

}

div.news_person {
	height: 20px;
	
}

font.news_titel {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #b4b4b4;
}

font.news_dato {
	font-family: verdana;
	font-size: 9px;
	float: right;
}

font.news_indhold {
	font-family: verdana;
	font-size: 12px;
}

font.news_person {
	font-family: verdana;
	font-size: 11px;
	color: #FFCC00;
}

/* Gallery */
div.pic {
	margin-right: 10px;
	float: left;
	height: 120px;
	width: 150px;
}

/* Talent Calc */
.mt {
	font-family: verdana;
	font-size: 12px;
	color: #FFCC00;
}

.mt2 {
	font-family: verdana;
	font-size: 12px;
	color: #FFCC00;
} 

a {
	font-family: verdana;
	color: #FFCC00;
}