html,body {
	width: 100%;
	height: 100%;
	background-color: #FAE7C9;
	background-image: url(gfx/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: white;
	border: solid #666666 1px;
}

#container_table {
	margin-left: auto;
	margin-right: auto;
}

#left {
	width: 230px;
	text-align: left;
	vertical-align: top;
}

#right {
	width: 648px;
	text-align: left;
	vertical-align: top;
}

#toplogo {
	width: 648px;
	height: 209px;
	background-image: url(gfx/toplogo.jpg);
}

#content {
	font-size: 11px;
	margin-bottom: 20px;
}

#content h1 {
	font-size: 16px;
	color: #B22222;
	margin: 0px;
}

#lowerbox {
	width: 100%;
	margin-bottom: 8px;
	font-size: 11px;
}

#lowerboxTop {
	background-color: #E1E1E1;
	border-bottom: solid gray 1px;
	padding: 5px;
}

#lowerboxLeft {
	background-color: #E1E1E1;
	border-right: solid gray 1px;
	padding: 5px;
}

#lowerboxRight {
	background-color: #E1E1E1;
	padding: 5px;
}

#bottom {
	font-size: 10px;
	color: #DDDDDD;
	background-color: gray;
	padding: 15px 0px 15px 0px;
}

#copy {
	color: #999999;
	font-size: 10px;
	margin-top: 5px;
}

/* ######################## */
/*     MENU SEKTIONEN       */
/* ######################## */

#menuTop {
	background-image: url(gfx/menutop.jpg);
	height: 25px;
	margin-right: 13px;
	margin-top: 11px;
	font-size: 1px;
}

#menuBottom {
	background-image: url(gfx/menubottom.jpg);
	height: 19px;
	margin-right: 13px;
	font-size: 1px;
}

#tlfbox {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 13px;
}

#tlfbox img{
}

.menu_1-no, .menu_1-ac {
	margin-top: 4px;
	margin-bottom: 4px;
}

.menu_1-no a {
	display: block;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;

	background-image: url(gfx/menu_1-no.jpg);
	background-repeat: no-repeat;
	
	text-decoration: none;
	color: #333333;

	padding-left: 25px;
	
	text-transform: uppercase;
}

.menu_1-no a:hover {
	color: #B22222;
	background-image: url(gfx/menu_1-noac.jpg);
}

.menu_1-ac a {
	display: block;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
	background-image: url(gfx/menu_1-ac.jpg);
	background-repeat: no-repeat;
	
	text-decoration: none;
	color: #B22222;

	padding-left: 50px;
	
	text-transform: uppercase;
}

.menu_1_bottom-no {
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
	font-size: 11px;
	color: #DDDDDD;
}

.menu_1_bottom-ac {
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
	font-size: 11px;
	color: #DDDDDD;
	border-bottom: solid #DDDDDD 2px;
}

#yderligere {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid #E1E1E1 1px;
	margin-right: 13px;
	margin-top: 20px;
}

#yderligere_slut {
	font-size: 2px;
	border-bottom: solid #E1E1E1 1px;
	margin-right: 13px;
}

.submenubox {
	margin-top: 4px;
	margin-bottom: 4px;
}

.menu_2-no, .menu_2-ac {
	font-size: 11px;
}

.menu_2-no a, .menu_2-ac a {
	display: block;
	color: #333333;
	text-decoration: none;
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.menu_2-no a:hover {
	color: #B22222;
}

.menu_2-ac a {
	display: block;
	background-image: url(gfx/redsq.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #B22222;
	text-decoration: none;
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.link {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
