@CHARSET "UTF-8";

body, textarea, div, p, a, input, select, textarea {
	font-family: "Lucida Sans", "Arial", "Courier New", Courier, mono;
	font-variant: Italic;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: normal;
	color: #000000;
}

body {
	background-color: #fff;
	padding:0;
	margin:0;
	padding-right: 32px;
	margin-right: 32px;
}

img {
	display: block;
	border: 0;
}

div.layout-content {
	margin: 36px 36px 36px 36px;
}

div#logo {
	width: 104px;
	height: 90px;
	background-image: url(../images/pb-signet-web.png);
	background-repeat: no-repeat;
	padding-right: 36px;
	padding-bottom: 36px;
	position: absolute;
}

a.back {
	display: block;
	background-image: url(../images/back-home.png);
	height: 9px;
	width: 48px;
}

a.impressum {
	display: block;
	background-image: url(../images/forward-impressum.png);
	height: 9px;
	width: 87px;
	float: right;
}

a.back-project {
	position: absolute;
	top: 6px;
	left: 120px;
	white-space: nowrap;
}

a.back-project img {
	display: inline;
}

.clearer {
	clear:both;
}


/** Index Seite **/
#headlines .headline {
	position: absolute;
	margin-bottom: 36px;
	z-index: 100;
}

#projects .project {
	position: absolute;
	margin-bottom: 36px;
	z-index: 100;
}

#projects .project .project-spacer {
	position: absolute;
	right: -36px;
	bottom: -36px;
	height: 1px;
	width: 1px;
}

#projects .no-script-content:hover {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

#notes .note {
	position: absolute;
	margin-bottom: 36px;
	z-index: 200;
}

#notes .note div.image {
	background-color: black;
	height: 36px;
	white-space: nowrap;
	vertical-align: top;
	position: relative;
}

#notes .note div.image img {
	display: inline;
}

#notes .note div.content {
	overflow: hidden;
	position: absolute;
	top: -9px;
	left: 0px;
	width: 261px;
	height: 0;
}

#notes .note:hover div.no-script-content {
	height: 600px;
}

#notes .note div.content div.content-wrapper {
	margin-left: 27px;
	padding: 9px;
	padding-top: 54px;
	background-color: #fff;
}

#notes .note div.content div.content-wrapper img {
	margin-top: 27px;
	margin-left: -36px;
	margin-bottom: 9px;
}



/** Projekt Seite **/

div.project-page {
	width: 900px;
}

div.project-page div.hr {
	margin: 9px 0;
	height: 2px;
	background-color: black;
}


/** Start Image Container **/
div.project-page div.image-container {
	margin-top: 27px;
	position: relative;
	margin-bottom: 27px;
}

/** Start Gallery **/
div.project-page div.gallery {
	width: 153px;
	float: left;
}

div.project-page div.gallery ul.image-list {
	width: 162px;
	height: 180px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	float: left;
}

div.project-page div.gallery ul.image-list li {
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
	overflow: hidden;
	width: 81px;
	height: 45px;
}

div.project-page div.gallery ul.image-list li img {
	margin: 0px 9px 9px 0;
}

div.project-page div.gallery ul.image-list li.current img {
	opacity: 0.5;
}

div.project-page div.gallery div.image-navi {
	width: 117px;
	margin-top: 18px;
	margin-left: 78px;	
}

div.project-page div.gallery div.image-navi a {
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	margin-left: 18px;
}

div.project-page div.gallery div.image-navi .next-image {
	background-image: url(../images/next-image.png);
}
div.project-page div.gallery div.image-navi .next-disabled {
	background-image: url(../images/next-image-disabled.png);
}

div.project-page div.gallery div.image-navi .previous-image {
	background-image: url(../images/previous-image.png);
}

div.project-page div.gallery div.image-navi .prev-disabled {
	background-image: url(../images/previous-image-disabled.png);
}

/** End Gallery **/

div.project-page div.image-attributes {
	width: 153px;
}

div.project-page div.image-attributes div.image-name {
	font-weight: bold;	
}

div.project-page div.image-container div.image-attributes {
	position: absolute;
	top: 234px;
	height: 135px;
	overflow: hidden;
	background-image: url(../images/white-0.7.png);
}

div.project-page div.image-container div.image-attributes:hover {
	height: auto;
	overflow: visible;
}

div.project-page div.image-big {
	margin-left: 180px;
	width: 720px;
	height: 360px;
	position: relative;
}

div.project-page div.image-big div.image-loader {
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** End Image Container **/

div.project-page p.head-line, div.project-page p.project-title {
	margin: 0;
	padding: 0;
	text-align: right;
}

div.project-page p.head-line img {
	margin-bottom: 9px;
}

div.project-page p.head-line img, div.project-page p.project-title img {
	display: inline;
	float: right;
}

div.project-page div.sections {
	margin-top: 27px;
	margin-bottom: -9px;
}

div.project-page div.sections div.hr {
	width: 720px;
}

div.project-page div.sections div.section-images {
	float: left;
	width: 135px;
	min-height: 20px;
}

div.project-page div.sections div.section-images img {
	margin-bottom: 4px;
}

div.project-page div.section-images div.image-attributes {
	position: static;
	margin-bottom: 21px;
}

div.project-page div.section-images div.image-attributes div.image-name {
	width: 153px;	
	word-wrap: break-word;
	overflow: hidden;
}

div.project-page div.section-text {
	margin-bottom: 27px;
	margin-left: 180px;
	width: 720px;
}

div.project-page div.section-text p {
	margin: 0;
	padding: 0;
}



div.project-page div.pdf-download {
	margin-top: 27px;
	margin-bottom: 27px;
	margin-left: 180px;
}

/** Stuff **/



#busy-indicator {
		
}




#loader {
	position: absolute;
	z-index: 3000;
	display: none;
	width: 500px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#loader .handle {
	position: relative;
	height: 16px;
	cursor: move;
	background-color: #fff;
	border-bottom: 1px solid black;
	margin: 0 4px;
}

#loader .handle .close {
	background-image: url(../images/remove.png);
	height: 13px;
	width: 13px;
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer;
}

#loader .resize {
	bottom: 0px;
	right: 1px;
	position: absolute;
	background-image: url(../images/resize.png);
	height: 5px;
	width: 13px;
	cursor: e-resize;
}

#loader .loader-content {
	padding: 4px;
}

div.success {
	color: green;
}

div.error-message {
	color: red;
}

ul.menu {
	position: fixed;
	bottom: 10px;
	right: 10px;
	list-style-type: square;
	padding: 4px 2px 4px 24px;
	z-index: 1000;
}

ul.menu li {
	padding: 1px;
}

