/* @override http://level12.dk/style.css */

/* @override http://level12.dk/style.css */

/* @override http://level12.dk/style.css */

/* @override http://level12.dk/style.css */

@charset "UTF-8";
/* CSS Document */

body {
width:100%;
margin:0 auto;
background-color: #000;
color: #fff;
}
 
a {
	color: #e0e0e0;
	text-decoration: none;
	border-bottom: thin dotted #999;
}

a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: thin dotted #999;
}
 
/* ----- HEADER ----- */
 
 
#header {
width:960px;
height:100px;
background: #000;
margin-left: auto;
margin-right: auto;
}
 
 
 
/* ----- MAIN CONTENT ----- */
 
h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,_sans;
	font-weight: 100;
	border-bottom-style: solid;
	border-bottom-width: thin;
	text-align: left;
	line-height: 36px;
}
 
#content {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	min-height:550px; /* for modern browsers */
	height:550px !important; /* for modern browsers */
	height:550px; /* for IE5.x and IE6 */
	font: 200 11pt/22px "Helvetica Neue",Helvetica,Arial,_sans;
}
 
#left {
float:left;
width:165px;
margin-left:40px;
margin-top:20px;
}

#leftpic {
	background: url(images/space_blue.png) no-repeat center;
	width: inherit;
	height: 200px;
}

#middle {
float:left;
width:465px;
margin-left:40px;
margin-top:20px;
}

#midtpic {
	background: url(images/space_red.png) no-repeat center;
	width: inherit;
	height: 200px;
}

#right {
float:left;
width:165px;
margin-left:40px;
margin-top:20px;
}

#rightpic {
	background: url(images/space_green.png) no-repeat center;
	width: inherit;
	height: 200px;
}
 
/* ----- FOOTER ----- */
 
 
 
#footer {
	color:#fff;
	width:960px;
	height:160px;
	background-color:#000;
	margin-left:20px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Helvetica Neue",Helvetica,Arial,_sans;
	font-weight: 200;
	font-size: 11pt;
}

#footer h1 {
	color:#fff;
	font-family: Helvetica Neue;
	font-weight: 100;
}

#footextleft {
	width: 95%;
	padding-left: 20px;
	padding-top: 1px;
}

#footextright {
	width: 150px;
	margin-top: -65px;
	margin-left: 200px;
}

#footexticons {
	width: 140px;
	margin-top: -50px;
	margin-left: 400px;
}


#footexticons a:hover {
	text-decoration: none;
}

#footexticons a {
	text-decoration: none;
	border-bottom: none;
}

#footcredit a {
	color: #555;
	text-decoration: none;
	border-bottom: thin dotted #555;
}