/* 
Lund & Erichsen styles
Konceptas 2009
*/

body {
	background: url('bodyBg.gif') #e8f1dc repeat-x;
	text-align: center;
	font-family: verdana, arial, 'sans serif';
	font-size: 11px;
	color: #000;
	margin: 0 auto;
	padding: 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

.text2 {
	font-size: 14px;
}

#wrapper {
	width: 830px;
	margin: 0 auto 10px auto;
	padding: 0 0 0 0;
	text-align: left;
	border-bottom: 2px solid #1f8e4f;
	background-color: #ffffff;
	left: 50%;
}


/* TOP */

#top {
	width: 830px;
	height: 172px;
	float: right;
}

#toolsMenu {
	text-align: right;
	margin: 3px 10px 0 0;
	width: 820px;
	float: right;
	height: 18px;
	color: #ffffff;
	font-size: 11px;
}

#toolsMenu table {
	float: right;
}

#toolsMenu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

#toolsMenu a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
}

#toolsMenu a:active {
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
}


#toolsMenu a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}


#logo {
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	width: 189px;
}

#menu {
	margin: 10px 0 0 5px;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	width: 195px;
	float: right;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#menu a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}



/* INDHOLD */

#content {
	padding: 0;
	margin: 0 0 0 10px;
	width: 820px;
	height: 100%;
	background: url('contentBg.gif') no-repeat top right;
}

#textContent {
	width: 616px;
	float: left;
}

#rightBar {
	width: 197px;
	float: right;
	margin: 0 3px 0 4px;
	padding: 10px 0 0 0;
	color:#000;
}


#footer {
	text-align: center;
	color: #3d3d3d;
	margin: 0 auto;
}


/* FORSIDE */

#forsideBoxe {
/*	width: 616px;*/
	width: 100%;
	float: left;
}

.Box {
	background-image: url('forsideBox.gif');
	margin: 8px 8px 0 0;
/*	padding: 5px;*/
	width: 197px;
	height: 100px;
	float: left;
	display: box;
}

.Box h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 0 5px;
	margin: 0;
}

.Box p {
	padding: 5px 5px 0 5px;
	margin: 0;

}

.Box a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


/* MENU */

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* H?JRE MENU */


 #rightBar ul {
	margin: 0;
	padding: 0;
 	list-style-type: none;
 }
 
 #rightBar li{
 	margin: 0 0 10px 0;
 }
 
 #rightBar a {
 	color: #000;
 	font-size: 14px;
 	text-decoration: none;
 }