/* Centrering af indhold
--------------------------------- */

body {
	background: #FFEDBE url(assets/images/bg_roller.gif) repeat-y center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color: #5B3129;
}

html, body{height:100%}

#container{
	position:relative;
	width:758px;
	background: #FFF8E6;
	text-align:left;
	margin:0px;
	padding:0px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img { margin: 0; padding: 0; border: 0;}

a:link, a:visited {
	color: #5B3129;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

#mainContentLong ul{
	margin:0;
	padding:0;
}

#mainContentLong li {
	font-size:85%;
	padding:0 0 5px 15px;
	line-height:90%;
	}
	
#bgMain {
	position:absolute;
	left:0px;
	top:0px;
	width:758px;
	z-index:1;
}
#logo {
	position:absolute;
	left:10px;
	top:12px;
	width:191px;
	z-index:2;
}

/* Menuer */
#topmenu {
	position:absolute;
	left:14px;
	top:75px;
	width:727px;
	z-index:2;
	background:url(assets/images/lodret_streg.jpg) no-repeat bottom left;
	text-align:right;
	font-size: 80%;
	font-weight:bold;
	padding-bottom: 6px;
}
#leftMenu{
	position:absolute;
	left:10px;
	top:110px;
	width:185px;
	z-index:2;
	font-size:75%;
	margin:0;
	background:url(assets/images/stregLodret.gif) repeat-y top right;
}
#leftMenu ul{
	margin:0;
	padding:0;
}
#leftMenu ul li{
	margin:0;
	list-style:none;
	line-height:14px;
}
.menuHeader1{
	font-weight:bold;
	padding-top:7px;
}

/* Bokse på forsiden */
#boxes {
	position:absolute;
	left: 545px;
	top: 110px;
	z-index:5;
	width: 191px;
}
.boxLink{
	background:url(assets/images/boxMidt.gif) repeat-y;
	font-size:80%;
	color: E1001A;
	padding:0 5px 0 12px;
}
.boxLink a, .boxLink a:visited {
	color: #E1001A !important;
	text-decoration: none;
}
.boxLink a:hover, .boxLink a:active {
	text-decoration: underline;
}

/* Boks til main indhold */
#boxref {
	position:absolute;
	left: 545px;
	top: 110px;
	z-index:5;
	width: 191px;
}

#mainContentShort{
	z-index:3;
	position:absolute;
	left: 205px;
	top: 110px;
	width: 330px;
}
#mainContentShort h3{
	font-size:110%;
	font-weight:bold;
	padding:0;
	margin:0;
}
#mainContentShort p{
	font-size:85%;
	line-height:14px;
	margin:0;
	padding:7px 0;
}
#mainContentShort a, #mainContentShort a:visited {
	color: #E1001A !important;
	text-decoration: none;
}
#mainContentShort a:hover, #mainContentShort a:active {
	text-decoration: underline;
}


#mainContentLong{
	z-index:3;
	position:absolute;
	left: 205px;
	top: 110px;
	width: 525px;
}
#mainContentLong h3{
	font-size:110%;
	font-weight:bold;
	padding:0;
	margin:0;
}
#mainContentLong p{
	font-size:85%;
	line-height:14px;
	margin:0;
	padding:7px 0;
	list-style-position: outside;
	list-style-type: circle;
}
#mainContentLong ul li{
	margin:0;
	list-style:none;
	line-height:14px;
}
#mainContentLong a, #mainContentLong a:visited {
	color: #E1001A !important;
	text-decoration: none;
}
#mainContentLong a:hover, #mainContentLong a:active {
	text-decoration: underline;
}

.padTopBot10 {
	padding-top:12px;
	padding-bottom:4px;
}

