/* GENERAL STYLES */	
	body {
		color:#000000;
		font-size:12px;
		font-family: arial,helvetica;
		background-color:#ffffff;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
	}

	td {
		font-family: arial,helvetica;
		font-size: 12px;	
	}

	p {
	    margin:0px;
	    margin-bottom:8px;
		line-height:16px;
	    padding:0px;
	}

	img {
		border:0px;
	}

	p.newstitle
	{
	    color:#8b9277;
	    font-size:12px;
	    font-weight:bold;
	    text-transform:uppercase;
	    margin:0px;
	    padding:0px;
	    padding-bottom:3px;  
	}

	p.news
	{
	    color:#8b9277;
	    font-size:12px;
	    font-weight:normal;
	    text-transform:normal;
	    margin:0px;
	    padding:0px;
	    padding-top:12px;
	    padding-bottom:12px
	}

/* LINK STYLES */	
	a { 
		text-decoration: none;
		color:#00a48b;
		font-weight:bold;
	}
		
	a:hover { 
		text-decoration: underline; 
	}

/* MENU STYLES  LEVEL 0*/
	
	#menu {
		display:none;
		padding:0px;
		height:31px;
		width:880px;
		margin: 0px 10px 0px 10px;
		background-image:url(../images/menubg.jpg);
		background-color:green;
	}

/* MENU STYLES  LEVEL 1*/
		#submenu {
		    display:none;
			background-image:url(../images/undermenu.jpg);
		    width:186px;
		    height:245px;
			float:left;
			margin-right:16px;
			margin-bottom:18px;
			padding:20px;
		}	
	
/* HEADER STYLES */	

	h1 {
		font-size:22px;
		font-weight:normal;
		color:#000000;
		margin:0px;
		padding:0px;		
	}
	
		h1.newsPage
		{
			font-size:12px;
		}

	h2 {
		font-size:12px;
		font-weight:bold;
		color:#000000;
		margin: 0px 0px 10px 0px;
		padding:0px;
		text-transform:uppercase;
	}

	h3 {
		font-size:14px;
		font-weight:bold;
		color:#000000;
		margin: 0px 0px 10px 0px;
		padding:0px;
		text-transform:uppercase;
	}

	h4 {
		font-size: 11px;
		margin:0px;
		padding:0px;
	}

	h5 {
		font-size: 12px;
		font-weight:bold;
		margin:0px;
		padding:0px;
		color:#00a48b;
	}

	h6 {
		font-size: 12px;
		font-weight:bold;
		color:#ffffff;
		margin:0px;
		padding:0px;
	}

/* FORM STYLES */	

	form.smallForm {
		height:30px;
		padding:0px;
		margin:0px;
	}
	
	input,select,text,textarea {
		font-family: verdana,arial,helvetica;
		font-size: 11px;
		background-color:#ffffff;
		border:1px solid #000000;
		margin:3px 0px 2px 10px;
	}

	input.checkbox {
		border:0px;
	}

/* ID SPECIFIC STYLES */

	#container {
		width:900px;
		min-height:559px;	
		margin-left:auto;
		margin-right:auto;
		background-color:#ffffff;	
	}
	
		#container > img {
			display:none !important;
		}

	#intmenu {
		display:none;
		width:589px;
		height:58px;
		background-image:url(../images/bgtop.gif);
		float:left;
		padding:8px 5px 0px 15px;
	}

	#content {
		width:900px;
		min-height:540px;
		padding-bottom:10px;
	    background-repeat:no-repeat;
	    background-position:top;    
	}
	
		#content > img {
			display:none !important;
		}
	
	#subPic
	{
		display:none;
	}

	#frontimage {
		display:none;
		float:left;
		width:595px;
		height:235px;
	}
	
		#overlay
		{
			position:absolute;		
			width:595px;
			height:235px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;			
			
			background:transparent url(../images/rounded.png) no-repeat;			
			z-index:900; /* Keep high to prevent images in headers folder to go above this index */
		}

	#frontnews {
		float:left;
		margin-left:14px;
		width:251px;
		height:195px;
		background-image:url(../images/bgnews.jpg);
		color:#ffffff;
		padding:20px;
	}

	#frontnews a {
		color:#ffffff;
	}
	
	#clear{
		clear:both;
	}
	
	#searchInput {
		display:none;
		float:left;
		border:solid 1px #00a48b;
		background-image:url(../images/searchbg.jpg);
		background-position:0px 1px;
		width:190px;
		height:16px;
		margin:0px 0px 10px 0px;
	}
	
	#searchButton {
		float:left;
		border:none;
		background-color:#27b09b;
		color:#ffffff;
		cursor:hand;
		display:none;
		margin:2px 0px 0px 0px;
		
	}

	#left {
		display:none;
		width:242px;
		float:left;
	}

	#right {
		width:658px;	
	}
	
		#right > img {
			display:none !important;
		}

	#text {
		border:0px;		
		width:600px;
		padding:10px 28px 10px 28px;
	}
	
	.hrBottom {
		display:none;
	}
	
	
/* BUND ADRESSE */ 

	#address {
		display:none;
		width:900px; /* Skal have samme vidde som f.eks. content */
		height:15px; /* Tilpasses efter behov */
		margin:15px auto 0px auto; /* Centrerer div'en */
		padding:0px;
		text-align:center;
		color:#000000;
	}	
