/* - CSS GRUNDELEMENTE - */


* {

	margin: 0px;
	padding: 0px;

}
 
html {

	width: 100%;
	height: 100%;
	background: #ced4d2 url('../images/background.jpg') bottom left no-repeat;
	text-align: center;

}

body {

	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #000; 
	font-family: "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;
	overflow: hidden;

}

td {

	font-size: 12px;
	line-height: 18px;
	font-family: "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";

}

ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}

a {
	
	outline: none;
	
}

div.cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}


/* - BASIS ELEMENTE :  - */


.portfolio a {	
	
	text-decoration: none;	
	background: transparent;
	height: 40px;
	overflow: hidden;
	width: 100%;
	display: block;
	position: relative;
	margin: 0px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	outline: none;

}

.portfolio a:hover {

	width: 100%;
	display: block;
	height: 40px;
	background: #000 url('../images/close.gif') right no-repeat;
	border: none;
	margin-bottom: 2px;
	cursor: pointer;
	outline: none;

}

.portfolio a.aktiv {

	width: 100%;
	display: block;
	height: 68px;
	background: #000 url('../images/open.gif') right no-repeat;
	margin: 0px;
	cursor: pointer;
	outline: none;
	border: none;

}

.portfolio a span.title, .portfolio a.aktiv span.title, .portfolio a:hover span.title {
	
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 18px;
	padding: 11px 10px;
	color: #fff;
	background: #000;	
	position: absolute;
	top: 0px;
	left: 0px;
	
}

.portfolio a span.title:hover, .portfolio a:hover span.title, .portfolio a.aktiv span.title {
	
	width: 100%;
	background: transparent;
	color: #ffcc00;
	
}

.portfolio a span span.desc {
	
	font-family: "Arial";
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0px;
	padding: 5px 10px;
	color: #fff;
	width: 100%;
	background: transparent;
	
	position: absolute;
	top: 40px;
	left: 0px;
	
}

.portfolio a span span.desc span.date {
	
	color: #bcc8c6;
		
}


/* - ARCHIV - */


#archiv {
	
	width: 100%;
	
}

#archiv a {
	
	height: 40px;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 18px;
	padding: 0px 10px;
	line-height: 39px;
	float: left;
	margin: 0px 2px 2px 0px;
	outline: none;
	
}

#archiv a:hover {

	background: #000;
	color: #ffcc00;
	outline: none;
	
}


/* - PORTFOLIO BOX LAYER + STYLES - */


div.portfolio div div.box {
	
	width: 100%;
	height: 250px;
	background: #fff url('../images/box_left.gif') no-repeat;
	position: relative;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
		
}

div.portfolio div div.box div.boxfix {
	
	width: 28px;
	height: 250px;
	background: url('../images/box_right.gif') no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	
}

div.portfolio div div.box div.image {
	
	width: 340px;
	height: 191px;
	overflow: hidden;
	background: url('../images/loader.gif') no-repeat;
	position: absolute;
	left: 27px;
	top: 29px;
	z-index: 1;
	
}

div.portfolio div div.box .content {
	
	width: 450px;
	position: absolute;
	left: 390px;
	top: 70px;
	z-index: 4;
	
}

div.portfolio div div.box .content h1 {
	
	font-family: "Arial";
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	color: #444;
	
}

div.portfolio div div.box .content h1 span {
	
	color: #bcc8c6;
		
}

span.nav-next a, span.nav-next a:hover {
	
	width: 17px;
	height: 17px;
	background: #000 url('../images/next.gif') no-repeat;
	cursor: pointer;
	position: absolute;
	left: 340px;
	top: 193px;
	z-index: 999;
	border: none;
	margin: 0px;
	
}

span.nav-prev a, span.nav-prev a:hover {
	
	width: 17px;
	height: 17px;
	background: #000 url('../images/prev.gif') no-repeat;
	cursor: pointer;
	position: absolute;
	left: 321px;
	top: 193px;
	z-index: 999;
	outline: none;
	border: none;
	margin: 0px;
	
}

div.portfolio div div.box div.image ul li a.lightbox {
	
	width: 340px;
	height: 191px;
	background: transparent;
	overflow: hidden;
	outline: none;

}

a.pRefLink {
	
	color: #444;
	background: #fff;
	text-decoration: underline;
	outline: none;
	
}

a.pRefLink:hover {
	
	color: #444;
	background: #fff;
	text-decoration: none;
	outline: none;
	
}

div.portfolio div div.box div.image a.pPDFLink, a.pPDFLink:hover {
	
	width: 25px;
	height: 27px;
	overflow: hidden;
	display: block;
	outline: none;
	background: url('../images/pdf.gif') no-repeat;
	
	position: absolute;
	left: 10px;
	bottom: 0px;
	z-index: 999;
	
}


/* - CONTENT TEXT BOX - */


div.pageHeadline {
	
	text-decoration: none;	
	background: #000;
	height: 40px;
	overflow: hidden;
	width: 100%;
	display: block;
	position: relative;
	margin: 0px 0px 2px 0px;
	
}

div.pageHeadline span {
	
	width: 100%;
	display: block;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 18px;
	padding: 11px 10px;
	color: #fff;
	background: transparent;	
	position: absolute;
	top: 0px;
	left: 0px;
	
}

div.pageContent {
	
	width: 100%;
	height: 485px;
	background: #fff url('../images/page-content.gif') right no-repeat;
	overflow: hidden;
	position: relative;
	
}


/* - CONTENT : PROFIL - */


#profilbild-layer {
	
	width: 262px;
	height: 485px;
	overflow: hidden;
	position: relative;
	background: url('../images/marker.gif');
	
}

#profil-headline {
	
	width: 627px;
	height: 122px;
	overflow: hidden;
	position: absolute;
	background: url('../images/profil-text-headline.png');
	top: 40px;
	left: 300px;
	z-index: 998;
	
}

#text-layer {
	
	width: 680px;
	height: 240px;
	background: #fff;
	position: absolute;
	top: 200px;
	left: 300px;
	z-index: 999;
	
}


/* - CONTENT : KONTAKT - */


#kontaktbild {
	
	width: 333px;
	height: 485px;
	overflow: hidden;
	position: relative;
	background: url('../images/kontaktbild.png');
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	
}

#kontakt-headline {
	
	width: 497px;
	height: 92px;
	position: absolute;
	top: 70px;
	left: 230px;
	z-index: 11;
	
}

#kontakt-text {
	
	width: 590px;
	height: 245px;
	background: #fff;
	
	position: absolute;
	top: 200px;
	left: 390px;
	z-index: 12;

	
}

#kontakt table tr td.kontakt_left {
	
	padding: 0px 100px 0px 0px;
	
}

#kontakt p.impressum {
	
	text-decoration: underline;
	margin: 21px 0px;
	
}

#kontakt a.email {
	
	width: 119px;
	height: 15px;
	display: block;
	outline: none;
	text-decoration: none;
	position: relative;
	background: #fff url('../images/email_a.gif') top no-repeat;
	cursor: text;
	margin-top: 3px;
	
}

#kontakt a.email span {
	
	width: 119px;
	height: 15px;
	display: block;
	outline: none;
	text-decoration: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url('../images/email_span.gif') bottom no-repeat;
	cursor: text;
	
}


/* - CONTENT SLIDER - */


.vertical {  
	
	position: relative;
	overflow: hidden;	
	height: 529px;
	width: 100%;

}

.items {	

	width: 100%;
	position: absolute;
	height: 529px;
	top: 0px;
	left: 0px;

}

.items div.page {	
	
	width: 100%;
	height: 490px;
	overflow: hidden;

}


/* - CONTENT SLIDER - */


#slider {

	width: 100%;
	height: 529px;
	position: absolute;
	bottom: 90px;
	left: 0px;

}

.scroll {

	width: 100%;
	height: 529px;
	overflow: hidden;

}

.scrollContainer div.panel {

	width: 100%;
	height: 529px;
	overflow: hidden;

}


/* - UP/DOWN NAVI - */


#actions {
	
	width: 100%;
	clear: both;
	outline: none;

}

#actions a {
	
	display: block;
	width: 37px;
	height: 37px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 2px;
	outline: none;
	
}

.next {
	
	float: left;
	margin-right: 2px;
	background: url('../images/down.gif') no-repeat

}

.prev {
	
	float: left;
	background: url('../images/up.gif') no-repeat;

}


/* - TEXT SCROLL LAYER - */


div#wn	{ 

	position: absolute; 
	left: 0px;
	top: 0px; 
	width: 631px;
	height: 240px;
	overflow: hidden;	
	z-index: 1; 

}

div.content-2 { 

	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px; 
	z-index:1; 

}


/* - SCROLLBAR - */


div#scrollbar { 

	position: absolute;
	right: 0px;
	top: 0px;
	width: 19px;
	height: 240px; 
	font-size: 0px;
	z-index: 1;
	background: url('../images/scrollbar.gif') repeat-y;
	cursor: pointer;

}

div#track { 

	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 240px;
	background: transparent;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	outline: none;

}

div#dragBar {

	position: absolute;
	left: 0px;
	top: 0px;
	width: 17px;
	height: 35px;
	background: url('../images/track.gif') no-repeat;
	z-index: 999;
	cursor: default;
	margin: 0px;
	padding: 0px;
	outline: none;

}  

div#up, div#down { 
	
	display: none;

}


/* - FOOTER - */


#footer {
	
	width: 100%;
	height: 90px;
	overflow: hidden;
	position: absolute;
	background: #000;
	left: 0px;
	bottom: 0px;
	z-index: 999;
	
}

#footer #logo {
	
	width: 380px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	
}

#footer ul {
	
	position: absolute;
	top: 60px;
	left: 10px;
	z-index: 2;
	background: #000;
	
}

#footer ul li {
	
	display: inline;
	margin: 0px 10px 0px 0px;
	
}

#footer ul li a {
	
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	
}

#footer ul li a:hover, #footer ul li a.aktiv {
	
	color: #ffcc00;
	outline: none;
	
}

#footer span {
	
	position: absolute;
	top: 60px;
	right: 10px;
	color: #333636;
	font-size: 11px;
	z-index: 1;
	
}