@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 17px;
}
p {
	margin-bottom: 8px;
}
td {
	vertical-align: top;
	padding: 0 10px 5px 0;
}
li {
	margin-left: 15px;
}
img {
	border: none;
}
#rahmen {
	margin: 0px auto;
	width: 960px;
	position: relative;
	height: 100%;
}
#bg-kopf {
	background-color: #F0F1F0;
	height: 75px;
	width: 100%;
	top: 20px;
	position: absolute;
	left: 0px;
}
#bg-footer {
	position: absolute;
	border-top: 10px solid #E43033;
	background-color: #F0F1F0;
	height: 40px;
	bottom: 0px;
	width: 100%;
	z-index: -10;
}
#kopf {
	position: absolute;
	top: 20px;
	right: 0;
	color: black;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	overflow: hidden;
}
.arch {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:italic;
	text-transform: uppercase;
	color: #5C757A;
	text-align: right;
	padding-left: 42px;
}
#kopf p {
	margin-top: 4px;
}
#kopf img {
	margin-right: 75px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: black;
	z-index: 100;
	height: 28px;
	width: 935px;
	text-align: right;
}
#footer a {
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin-left: 25px;
}
#content {
	background-color: #08193B;
	height: 365px;
	width: 910px;
	position: absolute;
	overflow: visible;
	padding: 25px 25px 25px 25px;
	margin-top: 140px;
}
#content h1 {
	color: black;
	position: absolute;
	left: 0px;
	top: -20px;
}
a:link, a:visited {
		color: white;
		text-decoration: none;
}
a:hover, #footer a:hover {
	text-decoration:none;
	color: #E43033;
}
h1 {
	font-size: 15px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}
#text {
	width: 640px;
}
#bilderleiste {
	position: absolute;
	top: 152px;
	overflow: auto;
	width: 910px;
	height: 280px;
}

#bilderleiste img {
	padding-top: 3px;
	padding-bottom: 0px;
}
.p2, .p4, .p6, .p8 {
	top: 34px;
}
#text_projekt {
	width: 185px;
	float: left;
	margin-right: 25px;
	margin-top: -3px;
	margin-bottom: 0px;
}
.bild_projekt {
	float: left;
}
.projektblatt, #bueroprofil {
	position: absolute;
	bottom: 13px;
	left: 25px;
}
#bueroprofil {
	bottom: 20px;
	
}
#back {
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-weight: bold;
}
#bilderleiste_projekt_rechts {
	float: right;
	width: 270px;
}
#impressum {
	font-size: 10px;
	visibility: hidden;
	line-height: 14px;
}

.noPaddingRight {
	padding-right: 0px;
}
.nowrap {
	white-space:nowrap;
}
.noMarginBottom {
	margin-bottom: 0px;
}

/* Scroller */
#arrowContainer {
	position:absolute;
	top: 295px;
	left: 7px;
	width: 965px;
	z-index:1000;
}
#bilderleiste ul{
	list-style:none;
	width: 1170px;
}
#bilderleiste  li {
	margin-left:0;
	width: 130px;
	position:relative;
	float:left;
	font-size: 11px;
}
a.jspArrow {
	background: url(../bilder/main/pfeile.gif) no-repeat 0px 0px;
	display:block;
	width: 11px;
	height: 39px;
}
a.jspArrowRight {
	margin-left:15px;
	background-position: -11px 0px;
}
a.jspArrowRight:hover {
	background-position: -11px -39px;
}
a.jspArrowRight.jspActive:hover {
	background-position: -11px -78px;
}

a.jspArrowLeft {
	background-position: 0px 0px;
}
a:hover.jspArrowLeft.jspArrow {
	background-position: 0px -39px;
}
a:hover.jspArrowLeft.jspActive {
	background-position: 0px -78px;
}
