style,html {
	margin:0px; 
	padding:0px; 
	height: 100%;
	}
	
body {
	background-repeat: repeat-x;
	font-family: Verdana;
	background-color:#232323;
	padding:0px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
	}

#container {
	position:relative;
	min-height:100%;
	height:auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 944px;
	}
#contents {
	position:relative;
	z-index:2;
	padding-bottom:60px;
	background-image: url(images/cygnet/baggrund.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
}	


#menu {
	width:205px;
	position:absolute;
	top:165px;
	padding-left: 40px;
	padding-top: 0px;
}

#menu a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#menu li {
	background-repeat: no-repeat;
	height: 15px;
	width: 175px;
	margin-bottom: 5px;
	padding-left: 0px;
	background-position: 0px 0px;
	color: #000000;
}


#text {
	width:615px;
	position:relative;
	left:269px;
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 20px;
}
#text li {
	line-height: 18px;
	margin-bottom: 15px;
}


#text h1 {
	font-size: 14px;
	color: #0d1329;
	width: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
#text p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 18px;
	width: 600px;
}
#text h2 {
	font-size: 13px;
	color: #666666;
}

#text a {
color: #FF6B01;
	text-decoration: none;
}





#footer {
	width:100%;
	position:absolute;
	height:55px;
	background-repeat: repeat-x;
	text-align: center;
	}

#footer p {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 95%;
	color: #FFFFFF;
}
		
.space {
	padding-left: 15px;
	padding-right: 15px;
	}

