body, html {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	background-color: #515151;
	color: #c6c7c8;
	height: 100%;
	min-height: 100%;
}

.NO {
	color: #b1b3b4;
	text-decoration:none;
	cursor:pointer;
}

.NO:hover {
	color: #ffffff;
}

a.CUR:link, a.CUR:visited {
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
}

#page {
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	min-height: 100%;
}

.hide {
	display:none;
}

.ueber_ico {
	background: #000000 url(../images/bg_page.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center 255px;
}

.index {
	background: #000000 url(../images/bg_projekte.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center 255px;
}

.impress {
	background: #000000 url(../images/bg_impressum.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center 255px;
}

.logo {
	position: absolute;
	top: 27px;
	left: 106px;
	width: 255px;
	height: 338px;
	background: url(../images/ico_logo.jpg) no-repeat;
}

.kontakt {
	position: absolute;
	top: 78px;
	left: 525px;
	width: 277px;
	height: 240px;
	margin: 0;
	padding: 32px 0 0 0;
	background: url(../images/hl_kontakt.gif) no-repeat;
	background-position: right top;
	text-align:right;
	font-size: 11px;
}

.content {
	position: relative;
	float: right;
	width: 713px;
	padding: 48px 0 40px 0;
	border-top: solid 1px #808080;
	overflow:auto;
}

.content .headline_img {
	margin-bottom: 20px;
}

.content .text {
	position: relative;
	width: 388px;
	line-height: 20px;
}

.projekte_single {
	position: relative;
	clear: both;
	width: 713px;
	height: 283px;
	margin-bottom: 34px;
	border-bottom: solid 1px #808080;
}

.projekte_text {
	position:relative;
	width: 244px;
	float: left;
	margin-right: 20px;
	font-size: 11px;
}

.menu {
	position:relative;
	padding-left: 21px;
	line-height: 30px;
	font-size: 11px;
}

/* Gray Overlay */
#overlay {
	background-color: #000000;
	color: #ffffff;
	visibility: visible;
	z-index: 9998;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 300px;
}
