@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Lucida Sans Unicode; font-style: normal; font-weight: normal; color: #000000;text-decoration: none;
	background-color:black; margin:0px;
}
/* main wrapper for center */
#wrapper {	position: relative; width: 1025px; height:1125px; margin:auto;	}

/* the orange box */
#orangebox {	background-color: #f6a810; height: 1025px; width: 1025px;	}

/* almblitz image */
#almblitz_image { 	position:absolute; height:102px; width:694px; left:331px; top:350px; background: #f6a810 url(img/almblitz.jpg) no-repeat;	}

/* contact */
#contact {	position: absolute; left: 85px; top: 90px;	}
#contact_footer {	margin-top:3px; margin-left: 240px;  position:relative; width:600px;	}

/* blog */
#blog {	position: absolute; left: 85px; top: 160px;	}
#blog_footer {	margin-top:3px; margin-left: 290px;  position:relative; width:600px;	}

/* space_oddity */
#space_oddity { position: absolute; left: 85px; top: 230px;	}
#space_oddity_footer {	margin-top:3px; margin-left: 120px;  position:relative; width:700px;	}

/* tagline_logo */
#tagline_logo { position: absolute; left: 600px; top: 455px;	}
#tagline_logo_footer { margin-top:3px; margin-left: 0px; position:absolute; width:420px; 	}

/* ongoing projects */
#ongoing_projects { position:absolute; left:85px; top:545px;	}
#ongoing_projects_h2 { position:relative; margin-left:45px; margin-top:15px;	}
#ongoing_projects_footer {	margin-top:3px;  position:relative; width:670px;	}

/* pending */
#pending  { position:absolute; left:280px; top:760px;	}
#pending_h2 { position:relative; margin-left:70px; margin-top:15px;	}
#pending_footer {	margin-top:3px;  position:relative; width:670px;	}

/* STYLES */

/* small black */
.small {	font-size: 12px; font-weight: normal; color: black; text-decoration:none;	}
a.small {	font-size: 12px; font-weight: normal; color: #003333; text-decoration:none;	}

a.small:hover {	text-decoration: underline;	}

/* the headlines */
.headline {	font-size: 16px; font-weight: normal; color: #FFFFFF;	}
.headline2 { font-size: 14px; font-weight: bold; color:black;	}

/* headline grey*/
.head_grey {	color: #666666; font-weight:bold;	}
