	body
	{
		background-color: gray; 
		background-image: url('gfx/baggrund.png');
		font-family: verdana;
		margin:0;
		padding: 0;
	}
	h1
	{
		font-family: 'verdana';
		font-size: 16px;
		clear: left;
	}
	img
	{
		border: 0;
	}
	#header, #main, #footer
	{
		margin-top: 3px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid black;
		width:760px;
	}
	#site-top
	{
		border-bottom: 0px solid black;
		text-align: center;
		padding-top: 100px;
	}
	#site-bottom
	{
		padding-top:0;
		text-align: center;
	}
	#header
	{
		text-align: right;
		background-color: white;
	}
	#header img
	{
		margin: 0;
		padding: 0;
	}
	#main img
	{
		margin: 4px 0 2px 4px;
	}
	#main
	{
		padding-bottom: 20px;
		text-align: left;
		background-color: white;
	}
	#main-right-colum
	{
		float: right;
		text-align: right;
		width: 250px;
	}
	#menu
	{
		float: right;
		font-size: 10px;
		margin-right: 4px;
		margin-top: 2px;
		color: silver;

	}
	#menu a
	{	
		text-transform: uppercase;
		letter-spacing: 2px;
		word-spacing: 2px;
		color: black;
		text-decoration: none;
	}
	#menu a:hover
	{
		color: red;
		text-decoration: underline;
	}
	#main-overskift
	{
		margin: 5px 10px 0 10px;
		font-size: 30px;
	}
	#main-text
	{
		width: 440px;
		margin: 20px 10px 0 10px;
		font-size: 12px;
		text-align: justify;
	}
	#main-text div
	{
		border: 1px solid black;
		width: 100%;
		padding: 2px 2px 5px 2px;
		background-color: silver;
	}
	#main-text div div
	{
		float: left;
		width: 280px;
		margin-bottom: 20px;
	}
	#main-text a
	{
		color: black;
	}
	#main-text a:hover
	{
		color: red;
		text-decoration: none;
	}
	#main-text img
	{
		float: left;
		margin: 3px;
	}
	#footer
	{
		clear: both;
		font-size: 10px;
		padding-bottom: 1px;
		background-color: gray;
		color: white;
		margin-bottom: 20px;
	}

