body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#fff;
	color:#000;
	font-family:verdana, arial,sans-serif;
	font-size:12px;
	line-height:15px;
	text-align:center;
	}

#mainfront {
	position:absolute;
	left:50%;
	top:0;
	margin:20px 0px 0px -390px;
	width:810px;
	height:570px;
	text-align:left;
	padding:0px;
	background:url(../grafik/front_bg.gif) top left no-repeat;
	}

#main {
	position:absolute;
	left:50%;
	top:0;
	margin:20px 0px 0px -390px;
	width:810px;
	height:570px;
	text-align:left;
	padding:0px;				
	background:url(../grafik/site_bg2.gif) top left no-repeat;	
	}

#header {
	width:810px;
	height:126px;  			/* fungerer kun som afstandstykke */
	margin:0;
	padding:0;	
	}

#logo {
	position:absolute;
	top:30px;
	left:50%;
	z-index:2;
	width:810px;
	margin:0 0 0 -394px;	
	}

.flash1 {
	position:absolute;
	top:255px;
	left:50%;
	z-index:2;
	width:290px;
	margin:0 0 0 100px;	
	}
	
.flash2 {
	position:absolute;
	top:345px;
	left:50%;
	z-index:2;
	width:290px;
	margin:0 0 0 100px;	
	}

.flash3 {
	position:absolute;
	top:150px;
	left:51%;
	z-index:2;
	width:290px;
	margin:0 0 0 100px;
	text-align: left;
	float:left;	
	}	

.flash3 a {
	margin: 0;
	padding:0;
	color:#900;
	text-decoration: underline;
	}

.flash3 a:hover {	
	color: #f00;
	text-decoration: none;
	}

.flash4 {
	position:absolute;
	top:325px;
	left:50%;
	z-index:2;
	width:290px;
	margin:0 0 0 100px;	
	}



								/* navigator */
#menu {
	position:absolute;
	top:111px;
	left:50%;
	z-index:200;	
	margin:0 0 0 -389px;	
	}

.m0l0i {
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold; 
	}
	
.m0l0o {
	text-decoration: none;
	}
	
.m0l1i {
	text-decoration: none;
	text-align: center; 
	line-height: 21px;
	font-size: 11px;
	}
	
.m0l1o {
	text-decoration: none;
	border-top : 1px solid #fff;
	}
.m0l2i {
	text-decoration: none;
	text-align: center; 
	line-height: 21px;
	font-size: 11px;
	}
	
.m0l2o {
	text-decoration: none;
	border-top : 1px solid #fff;
	}






								/* indholdet */

#content {
	float:left;
	width:810px;
	height:414px;
	margin:0;
	padding:0;
		}
		

.overskrift	{
	font-size:16px;
	line-height:20px;
	margin:0 0 10px 0;
	padding:0;
	color:#000;
	display:block;
	font-weight: bold;
	
	}

#content a {
	margin: 0;
	padding:0;
	color:#900;
	text-decoration: underline;
	}

#content a:hover {	
	color: #f00;
	text-decoration: none;
	}

.front {
	float:left;
	width:710px;
  	margin:0;
  	padding:0 0 0 100px;
	}

.spaltefront {
	float:left;
  	width:245px;
  	margin:0 50px 0 0 ;
  	padding:0;
	}

.spaltefront2 {
	float:left;
  	width:245px;
  	margin:0  0 0 50px;
  	padding:0;

	}

.spalte2l {
	float:left;
  	width:478px;
  	height:414px;
  	margin:0;
  	padding:0 0 0 10px;
  	mmborder:1px solid black;
	}

.spalte2r {
	float:left;
  	width:290px;
  	height:414px;
  	margin:0;
  	padding:0 0 0 10px;
	mmborder:1px solid black;
	}
	
.scroll {	
  	width:478px;
  	height:404px;
  	overflow:auto;
  	margin:0;
  	padding:0;
	}

.scroll .text {
	width:458px;
  	margin:0;
  	padding:0 0 4px 0;
	}



								/* bundlinie */
								
#footer {
	clear:both;
	width:810px;
	height:26px;
	font-size:10px;
	margin:0px;
	padding:2px 0 0 0;
	}

#footer .first {
	float:left;
	width:175px;	
	margin: 0;
	padding:0 0 0 5px;
	}

#footer .next {
	float:left;
	width:409px;	
	margin: 0;
	padding:0;
	text-align: center;
	}

#footer .last {
	float:right;
	width:175px;	
	margin: 0;
	padding:0 15px 0 0;
	text-align: right;
	}

#footer a {
	margin: 0;
	padding:0;
	color:#000;
	text-decoration: none;
	}

#footer a:hover {	
	color: #f00;
	}

img		{float:left; margin:3px 10px 0 0;}


								/* popup special */

.popup		{
	position:absolute;
	top:146px;
	left:50%;
	margin:0 0 0 -202px;
	padding:0;
	z-index:5;
	visibility:hidden;
  	background: #fff;
	width:282px;
	height:402px;
	font-size:10px;
	line-height: 12px;
	text-align:left;	
	border: 1px solid #900;
	}
	
.popuplink	{
	cursor:pointer;
	\cursor:hand;
	}

.popuptop	{
	font-size:14px;
	padding:5px 0 5px 5px;
	}

.popuptext	{
	padding:5px;		
	}

.popuptext a {
	margin: 0;
	padding:0;
	color:#900;
	text-decoration: underline;
	}

.popuptext a:hover {	
	color: #f00;
	text-decoration: none;
	}

.popupclose	{
	position:absolute;
	top:372px;
	left:50%;
	margin:0 0 0 34px;
	z-index:5;
	cursor:pointer;
	\cursor:hand;
	}
.billedtekst {
	font-size: 10px;
	width:290px;
	clear:both;
}
.mellemrubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.broed {
	font-size: 12px;
}
