/* RESETS: http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, 
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 98%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; } ol, ul { list-style: none; } blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */ del { text-decoration: line-through; }
table {	border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

/* green: b2bd21 */
/* grey: 455560 */



html, body {
	margin: 0;
	padding: 0;
	font: 11px helvetica, sans-serif;
	line-height: 15px;
	color: #fff;
	/* 	overflow: hidden; */
	background: #9899A6;
}

	p {
		margin: 0 0 10px 0;
	}



	a:link {
	color: #B8DDC8;
	text-decoration: none;
	}
	a:visited {
		color: #00FF55;
		text-decoration: none;
	}
	a:hover {
	color: #CCFFFF;
	text-decoration: none;
		/* background-color: #f63; */
	}
	a:active {
	color: #B8DDC8;
	text-decoration: none;
		/* background-color: #f63; */
	}
	
	img, a img {
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
	left: auto;
	top: 50px;
	right: auto;
	}


/* MAIN BACKGROUND ========================================================== */
#background {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 620px;
	overflow: hidden;
	background: #FFF;
}
#digi_background {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1900px;
	overflow: hidden;
	background: #FFF;
}
img.background, img.background-top {
	position: absolute;
	top: 0;
	left: 0;
}



/* NAVIGATION ========================================================== */
#content_wrap {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	color: #000;
	font-size: 12pt;
	font-family: 'Helvetica Neue','Trebuchet MS','Calibri','Arial';
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	width:100%;
	height:70px;
	background-color:#7F7FAA;
	top: 15px;
	list-style-type:none;
	left: 0px;
	
}

#left_content {
	height:50px;
	width:80px;
	float: left;
	margin-left: 40px;
	top: 10px;
	position: relative;
	font-size: 14px;
	}
	
#right_content {
	height:50px;
	width:80px;
	margin-left:5px;
	float:left;
	position: relative;
	top: 10px;
	font-size: 14px;
}

#nav-bar-bg {
	position: absolute;
	top: 594px;
	width: 100%;
	height: 64px;
	z-index: 1;
	background-color: #9899A6;
}
#nav-bar {
	position: absolute;
	top: 542px;
	width: 100%;
	height: 0px;
	z-index: 99;
	border-top: 2px #fff solid;
	left: 13px;
}
#nav-bar-digi {
	position: absolute;
	top: 2324px;
	width: 100%;
	height: 0px;
	z-index: 99;
	border-top: 2px #fff solid;
	left: 13px;
}


#nav-home {
	float: right;
	position: relative;
	right: 20px;
}

#nav {
	position: relative;
	float: right;
	margin: 36px 20px 0 20px;
	display: block;

}
	#nav ul {
	position: 		relativ;
	display:		block;
	width:			290px;
	height:			20px;
	margin:			0;
	padding:		0;
	}
	#nav li {
	position: absolute;
	top:			0px;
	overflow:		hidden;
	text-indent:	-9000px;
	margin:			10;
	padding:		10;
	text-align: center;
	display: inline;
	}

	#nav li.nav-projects {
	left: 0;
	}
		li.nav-projects a:link, li.nav-projects a:visited {
			display:				block;
			width:					47px;
			height:					20px;
			background:	
		}
		li.nav-projects a:hover {
			outline:				none;
			background: 			
		}
		.planning li.nav-planning a:link, .planning li.nav-planning a:visited {
			display:				block;
			width:					47px;
			height:					20px;
			background: 			
		}


	#nav li.nav-planning {
	left: 67px;
	}
		li.nav-planning a:link, li.nav-planning a:visited {
			display:				block;
			width:					50px;
			height:					20px;
			background: 			url(/_assets/img/nav-planning.gif) no-repeat 0 0;
		}
		li.nav-planning a:hover {
			outline:				none;
			background: 			url(/_assets/img/nav-planning.gif) no-repeat 0 -20px;
		}
		.planning li.nav-planning a:link, .planning li.nav-planning a:visited {
			display:				block;
			width:					50px;
			height:					20px;
			background: 			url(/_assets/img/nav-planning.gif) no-repeat 0 -20px;
		}


	#nav li.nav-press {
	left: 137px;
	}
		li.nav-press a:link, li.nav-press a:visited {
			display:				block;
			width:					32px;
			height:					20px;
			background: 			url(/_assets/img/nav-press.gif) no-repeat 0 0;
		}
		li.nav-press a:hover {
			outline:				none;
			background: 			url(/_assets/img/nav-press.gif) no-repeat 0 -20px;
		}
		.press li.nav-press a:link, .press li.nav-press a:visited {
			display:				block;
			width:					50px;
			height:					20px;
			background: 			url(/_assets/img/nav-press.gif) no-repeat 0 -20px;
		}

	#nav li.nav-about {
	left: 189px;
	}
		li.nav-about a:link, li.nav-about a:visited {
			display:				block;
			width:					35px;
			height:					20px;
			background: 			
		}
		li.nav-about a:hover {
			outline:				none;
			background: 			url(/_assets/img/nav-about.gif) no-repeat 0 -20px;
		}
		.about li.nav-about a:link, .about li.nav-about a:visited {
			display:				block;
			width:					35px;
			height:					20px;
			background: 			url(/_assets/img/nav-about.gif) no-repeat 0 -20px;
		}

	#nav li.nav-contact {
	left: 244px;
	}
		li.nav-contact a:link, li.nav-contact a:visited {
			display:				block;
			width:					46px;
			height:					20px;
			background: 			url(/_assets/img/nav-contact.gif) no-repeat 0 0;
		}
		li.nav-contact a:hover {
			outline:				none;
			background: 			url(/_assets/img/nav-contact.gif) no-repeat 0 -20px;
		}
		.contact li.nav-contact a:link, .contact li.nav-contact a:visited {
			display:				block;
			width:					46px;
			height:					20px;
			background: 			url(/_assets/img/nav-contact.gif) no-repeat 0 -20px;
		}



	
	.nav-link a, .right-column-overlay a {
		color: #fff;
	}
	.nav-link a {
		text-transform: lowercase;
	}
	.nav-link a:hover, .right-column-overlay a:hover {
		color: #b2bd21;
	}



div.right-column-overlay {
	position: absolute;
	width: 290px;
	height: 460px;
	right: 20px;
	top: 20px;
	z-index: 5;
	display: block;
	background-color: #00FFFF;
}
div.right-column-overlay .scrollpane {
	width: auto; /* 290px minus padding; 218px previously */
	height: 440px;
	padding: 10px;
	overflow-y: auto;
}



/* PROJECTS PAGE ========================================================== */
#projects-container {
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 100px;
	left: 0px;
	overflow-x: auto;
	overflow-y: auto;
	height: 540px;
	width: 100%;
	display:inline;
	background-color: #9899A6;
	
}
	#projects-container ul {
		position: absolute;
		top: 0;
		left: 0;
		list-style-type: none;
	}

		/* each project strip is 115px, including a 2px border-right */
		#projects-container ul li {
	position: relative;
	width: 115px;
	height: 550px;
	background: #9899A6;
	color: #fff;
	display: inline;
	float: left;
	overflow: hidden;
	white-space: normal;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-top-width: 2px;
		}
			.project-strip-text {
	display: block;
	position: absolute;
	top: 146px;
	left: 5px;
	width: 106px;
	height: 0px;
			}
			.project-strip h4 {
	color: #CFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
			}




/* SINGLE PROJECT ========================================================== */
/* beginn 2te seite dwt ========================================================== */

#gesamt_container {
	height: 630px;
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	list-style-type:none;
	background-position: center;
	text-align: center;
	z-index: 1;
}
#header {
	float:left;
	background:#f1f1f1;
	margin: 10 px 0 0 0;
	width: 100%
	height: 65px
	z-index: 3;
	}
#sidebar {
	float:right;
	margin: 10px 5px 5px 6px;
	background:#ccc;
	position: absolute;
	width: 410px;
	padding: 10px 20px 5px 0;
	height: 630px;
	z-index: 15;
	overflow: visible;
	}
#project-content {
	float:left;
	width: 310px;
	padding: 10px 20px 5px 30px;
	height: 625px;
	z-index: 5;
	overflow: visible;
	}
		h3.project-title {
			font: 18px Univers, Helvetica, Arial, sans-serif;
			color: #455560;
			margin: 0 0 5px 0;
		}	
#single-project-container {
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 625px;
	width: 1100px;
	float:left;
	background:#f0f0f0;
	z-index: 20;
}

.project-description {
	color: #455560;
	text-align: left;
	font-size: 12px;
		}
/* Ende 2te seite dwt ========================================================== */
		
	#project-image-wrapper {
	position: static;
	float: right;
	top: 110px;
	height: 625px
	max-width: 800px;
	z-index: 22;
	background: #fff;
	right: 350px;
		}
	#project-image {
	max-width:700px;
	max-height: 620px;
	float:right;
	z-index: 25;
			}

	.project-bild {
    max-width: 625px;
	width: 100%;
    height: auto;
	z-index: 26;
}

/* resize images */
	.project-bild img {
     width: auto;
    height: 625px;
}
background-image {
	position: absolute;
	height: 630px;
}

		#project-image-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	right: 10px;
	
		}
		#project-image-wrapper li {
	display: block;
	margin: 0;
	padding: 0;
		}
		
		
	

	#project-thumbnails {
		display: none;
	}
		#project-thumbnails ul {
			list-style-type: none;
		}
		#project-thumbnails li {
			display: inline;
		}
	#project-image-caption {
		color: #455560;
	}





	#project-nav {
	text-align: center;
	z-index: 21;
	position: relative;
	top: 400px;
	left: 20px;
	
	}
		#project-nav ul {
	list-style-type: none;
	margin: 10;
	padding: 10;
	width: 265px;
		}
		#project-nav li a {
	display: block;
	font-size: 12px;
}
		#project-nav .left {float: left;

}
#project-nav .lefti {
	float: left;
	margin: 10;
	padding: 10;
	position: relative;
	
}
		#project-nav .right { float: right;}



h3.static-title {
	font: 18px Univers, Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 5px 0;
}






/* JSCROLLPANE STYLES ========================================================== */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 2;
	width: 218px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
/* 	background: #aaa; */
	background: transparent;
}
.jScrollPaneDrag {
	position: absolute;
	background: #303b43;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


#pub_digi_window_next {
	float: left;
	overflow: visible;
	z-index: 4;
	left: 0px;
	height: 409px;
	width: 409px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	
}

#PA_digiIkon_container {
	margin-left:auto;
	margin-right: auto;
	height: 2200px;
	width: 1560px;
	top: 40px;
	position: relative;
}
#pub_art_window_next {
	float: left;
	overflow: visible;
	z-index: 4;
	left: 10px;
	height: 200px;
	width: 200px;
	top: 10px;
}
#PA_Ikon_container {
	margin-left:auto;
	margin-right:auto;
	height: 520px;
	width: 1350px;
	top: 73px;
	position: relative;
	
}
#PA_gesamt_container {
	height: 540px;
	width: 1350px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	list-style-type:none;
	background-position: center;
	text-align: center;
	left: 20px;
}
#PA_bild_container {
	margin-left:auto;
	margin-right:auto;
	height: 1900px;
	width: 1450px;
	top: 150px;
	position: relative;
	
}
.divMain {
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
	max-width: 1350px;
	color: #000;
	font-size: 12pt;
	font-family: 'Helvetica Neue','Trebuchet MS','Calibri','Arial';
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	}
.divMain_2teseite {
	margin-right: auto;
	margin-left: auto;
	height: 625px;
	max-width: 1100px;
	color: #000;
	font-size: 12pt;
	font-family: 'Helvetica Neue','Trebuchet MS','Calibri','Arial';
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	}
.centerWidth {
	max-width: 1450px;
	min-hight: 600px
	padding-right: 30px;
	padding-left: 30px;
}	
.center-display {
	display: block;
	margin-left: auto;
    margin-right: auto 
	}

#PA_digi_gesamt_container {
	height: 100px;
	width: 1451px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background-repeat: no-repeat;
	list-style-type:none;
	background-position: center;
	text-align: center;
	left: 20px;
}

#planned-image {
	margin-left:auto;
	margin-right:auto;
	height: 513px;
	width: 900px;
	top: 40px;
	left: auto;
	right: auto;
	position: relative;
	background-image: url(../Pictures/Auswahl/muschel13q.jpg)
	background-repeat: no-repeat;
	
	
}
