



.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.hidden { display: none; }
.white { color: white !important; }


html { background-color: black; }

body {
	margin: 0 0 50px 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	background-color: black;
	overflow-x: hidden;
	color: #666;
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
	margin: 0;
	padding: 0;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #666;
	outline: none;
}

a:hover {
	text-decoration: underline;
}


#rightcol a,
#rightcol a:visited,
#rightcol a:active {
	color: #999;
}

#rightcol a:hover {
	color: #ccc;
	text-decoration: none;
}

h1.news {
	font-size: 18px;
	font-weight: bold;
	color: #999;
}


h1.project {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #999;
}

table {
	table-layout: fixed;
	border: none;
	padding: 0;
	margin: 0;
}

tr, td {
	border: none;
	padding: 0;
	margin: 0;
}

td.twocollayout {
	width: 200px;
	vertical-align: top;
}

td.threecollayout {
	width: 250px;
	vertical-align: top;
}

td.threecollayout a {
	color: #666 !important;
	text-decoration: underline !important;
}

td.threecollayout a:hover {
	color: #ccc !important;
	text-decoration: underline !important;	
}


#header {
	display: block;
	height: 23px;
	width: 100%;
	background-color: #1a1a1a;
	padding: 7px 0 0 20px;
	position: fixed;
	top: 0;
	z-index: 999; /* nur für IE7 notwendig: z-index bug */
}

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


#header h1 {
	color: white;
	font-size: 12px;
	letter-spacing: 0.005em;
	float: left;
}

#mainmenu {
	position: relative;
	margin-left: 280px;
}

#mainmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#mainmenu li {
	float: left;
}

#mainmenu li a,
#mainmenu li div {
	margin-right: 19px;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}

#mainmenu a:hover,
#mainmenu a.selected,
#mainmenu div.selected,
#submenu a:hover,
#submenu a.selected,
#submenu-projects a:hover {
	text-decoration: none;
	color: #999;
}




#submenu-projects {
	background: transparent url('/images/submenu-projects-background.gif') no-repeat left top;
	position: absolute;
	top: 30px;
	left: 300px;
	display: none;
	width: 495px;
	height: 235px;
	padding: 45px 0 0 30px;
	z-index: 99;
}


#submenu {
	line-height: 18px;
}


.submenu-projects-column {
	float: left;
	width: 165px;
}

.submenu-projects-project {
	display: block;
	width: 165px;
	height: 25px;
}


#leftcol {
	position: absolute;
	top: 90px;
	left: 20px;
	width: 280px;
}


#rightcol {
	padding-left: 300px;
}

* html #rightcol {
	margin-top: 65px;
}

#rightcol p {
	color: #999;
}


#rightcol.about {
	height: 375px;
	width: 100%;
	background-color: #262626;
	padding-top: 90px;
}


.newsentry {
	width: 500px;
	margin-top: 60px;
}

.newsentry p {
	color: #666 !important;
}

.newsentry a {
	color: #666 !important;
	text-decoration: underline !important;
}


.newsentry a:hover {
	color: #ccc !important;
	text-decoration: underline !important;
}

.newsentry h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	margin: 8px 0 2px 0;
}

#project-descriptions-wrapper {
	width: 260px;
	display: block;
	overflow: hidden;
	height: 500px;		
	position:absolute;
	left:20px;
	top:90px;
}



#project-descriptions {
	position: relative;
}

.project-description {
	display: block;
	height: 500px;
	width: 260px;
}


.project-description a {
	color: #666 !important;
	text-decoration: underline !important;
}

.project-description a:hover {
	color: #ccc !important;
	text-decoration: underline !important;
}


#project-images-wrapper {
	height: 500px;
	width: 700px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 90px;
}


#project-images {
	position: relative;
}


.project-image {
	height: 500px;
	display: block;
}

.project-paginator {
	display: block;
	height: 17px;
	line-height: 26px;
	position: absolute;
	top: 610px;
	
}

.project-paginator span {
	color: #666;
}

#prev-project-image,
#next-project-image {
	display: block;
	height: 17px;
	width: 9px;
	float: left;
}


#rightcol .project-paginator span:hover {
	color: white !important;
}

#about-wrapper {
	position: relative;
	display: block;
	height: 325px;
	overflow: auto;
}

* html #about-wrapper {
	top: -30px;
}

.about-page {
	height: 325px;
	display: block;
	overflow: hidden;
}



#homepage-images {
	position: relative;
	margin-top: 90px;
}
.homepage-image {
	position: absolute;
	top: 0;
	left: 0;
}