* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	background-color: #FFFFFF;
}

a img {
	border: 0px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #999999;
}

/* Linesversion */
#headline, #menuline, #projline, #descline {
	position: absolute;
	z-index: 9;
	width: 50%;
	height: 6px;
	line-height: 6px;
	font-size: 1px;
	background-color:#231f20;
}

#headline {
	margin-top: -226px;
}

#menuline {
	margin-top: -172px;
	right: 0px;
}

#projline {
	margin-top: -119px;
}
/* IE Hack */
* html #projline {
	margin-top: -116px;
}

#descline {
	margin-top: 197px;
	right: 0px;
}
/* IE Hack */
* html #descline {
	margin-top: 211px;
}
/* IE7 Hack */
*+html #descline {
	margin-top: 212px;
}
/* Linesversion END */

#horizon {
	height:1px;
	overflow:visible;
	position:absolute;
	top:50%;
	width:100%;
}

#horizon #page {
	height:520px;
	left:50%;
	margin-left:-470px;
	position:absolute;
	top:-260px;
	width:940px;
	z-index: 90;
}

#header {
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	width: 940px;
	height: 40px;
}

#header #mainmenu {
	width: 170px;
	margin-left: 502px;
	padding-top: 14px;
	word-spacing: 9px;
	text-align:right;
}

#header #mainmenu a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#header #mainmenu a.active {
	font-size: 16px;
	font-weight: bold;
}

#menu {
	width: 575px;
	height: 54px;
	margin-left: 365px;
	background-image: url('../img/links_line.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu #links {
	width: 575px;
	padding-top: 22px;
}

#menu #links a:link, #menu #links a:visited {
	color: #000000;
	font-size: 20px;
	margin-top: 10px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 5px;
}

#menu #links a:hover {
	color: #666666;
}

#projects {
	width: 940px;
	height: 53px;
	background-image: url('../img/content_line.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#projects .pname {
	width: 517px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-variant: small-caps;
	letter-spacing: 2px;
	word-spacing: 5px;
	text-align: right;
	padding-top: 28px;
	float: left;
}

#projects .plist {
	padding-top: 47px;
	padding-bottom: 0px;
	height: 6px;
	margin-left: 518px;
}
/* IE Hack */
* html #projects .plist {
	padding-top: 50px;
}

#projects .plist a {
	margin-top: 10px;
	color: #000000;
}

.plist a span {
	display: block;
	width: 6px;
	height: 6px;
	font-size: 6px;
	color: #000000;
	background-color: #000000;
	float:left;
	margin-left: 4px;
}
/* IE Hack */
* html .plist a span {
	margin-left: 0px;
	margin-right: 4px;
}

.plist a:hover span {
	background-color: #999999;
}

#content #project {
	margin-top: 15px;
	margin-bottom: 10px;
	height: 280px;
}

#content #project #leftnav, #content #project #rightnav {
	width: 7px;
	float: left;
	line-height: 6px;
	margin-top: 274px;
	margin-left: 3px;
}

#content #pimg {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	width: 900px;
	text-align: center;
}

#content #pimgs {
	float: left;
	width: 465px;
	text-align: right;
}
/* IE Hack */
* html #content #pimgs {
	margin-top: -4px;
}

#bg {
	background-repeat: no-repeat;
	background-position: center center; 
	margin: auto; 
	width: 98%; 
	height: 540px; 
	margin-top: -230px;
}

#overlay {
	background-repeat: no-repeat;
	background-position: center center; 
	margin: auto; 
	width: 100%; 
	height: 277px; 
	margin-top: -130px;
	z-index: 99;
	position: absolute;
}

#pimgs a span {
	display: block;
	width: 6px;
	height: 6px;
	font-size: 6px;
	color: #000000;
	background-color: #000000;
	float:right;
	margin-left: 4px;
	text-align: right;
}

#pimgs a:hover span {
	background-color: #999999;
	cursor: pointer;
}

#content #pdescr {
	font-family: Helvetica, Verdana, Arial;
	width: 470px;
	margin-left: 470px;
	padding-top: 13px;
}

#content #pdescr div {
	width: 400px;
	font-size: 11px;
	text-align: justify;
	margin-left: 5px;
	margin-right: 10px;
	padding-top: 3px;
}

#pdescr div p {
	font-size: 9px;
}

/* IE Hack */
* html #content #pdescr div {
	padding-top: 0px;
}

a.hov span, a.hov {
	background-color: #999999 !important;
	cursor: pointer;
}

table.bestof a.hov {
	background-color: transparent !important;
}
#bestof-list ul {
	list-style: none;
}
#bestof-list h2 {
	margin-top: 10px;
}
#bestof-list a {
	text-decoration: none;
}