
body{
	background: #7AC47E;
	color: #666666;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	font: 12px Verdana, sans-serif;
}
/*--INDHOLDET------------------------------------------------------*/
	div#allcontent{
		background: #FCB344;
	}		
/*------HOVED-INDHOLDET--------------------------------------------------*/
		div#left{
			width: 450px;
			float: left;
			padding-left: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
			text-align: center;
		}
		
		div#right{
			padding-left: 480px;
			padding-top: 2px;
			text-align: left;
		}
		
			div.link{
				border: #666666 thin solid;
				text-align: center;
				margin-top: 10px;
				height: 67px;
				width: 400px;
			}
			
			a.menulink{
				display: block;
				padding-top: 5px;
				padding-bottom: 4px;
			}
			
			div.link a:link{
				color: #666666;
				text-decoration: none;
			}
			
			div.link a:visited{
				color: #666666;
				text-decoration: none;
			}
			
			div.link a:hover{
				background: #666666;
				color: #FFFFFF;
				text-decoration: none;
			}
			
/*------FOOTER--------------------------------------------------*/	
		div#footer{
			border-top: 1px solid #666666;
			height: 40px;
			color: #666666;
			text-align: center;
			clear: both;
			margin-top: 10px;
		}
		
		#footer a:link{
			color:#666666;
		}
		
		#footer a:visited{
			color:#666666;
		}
		
		#footer a:hover{
			color:#FFFFFF;
		}
		
		#intro{
			padding-top: 1px;
			margin-left: 10px;
			border-bottom: 1px solid #666666;
			text-align: center;
		}
		
		#tilbage{
			clear: both;
			text-align: center;
		}
		
		#tilbage a:link{
			color:#666666;
			text-decoration: none;
		}
		
		#tilbage a:visited{
			color:#666666;
			text-decoration: none;
		}
		
		#tilbage a:hover{
			color:#FFFFFF;
			text-decoration: none;s
		}
		
		
