@charset "UTF-8";
@import url(reset.css);


/*

* * * * * Design: Gilles Bachmann + Martin Stillhart
* * * * * www.fauxpas.ch
* * * * * Realisation: Marc Rinderknecht
* * * * * www.kobebeef.ch
* * * * * © 2010 

*/


/* * * * * START: GENERAL * * * * */
html, body {
	background: #ededed url(/media/images/bg_body.gif) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #9C9D9F;
}
a {
	text-decoration: none;	
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;	
	-o-transition: color 0.3s linear;	
	transition: color 0.3s linear;	
	color: #9C9D9F;
}
a:focus, a:hover, a:active { /* additional reset for Firefox 3 */
	outline: none;
	color: #000;
}
a img:hover {
	opacity: 0.7;	
	filter: alpha(opacity = 70);
}
.clear {
	clear: both;	
}
#attnIE6 {
	background: #F00;
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	z-index: 100;
	padding: 10px;
	height: 110px;
	color: #FFF;
}
#attnIE6 a {
	color: #FFF;
	text-decoration: underline;	
}
/* * * * * END: GENERAL * * * * */


/* * * * * START: HOMEPAGE SUPERSIZED * * * * */
#supersize{
	position:fixed;
	top: 131px;
}
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -9999px;
	background: url(/data/images/progress.gif) no-repeat;
}
/* * * * * END: HOMEPAGE SUPERSIZED * * * * */


/* * * * * START: TOP BAR * * * * */
#topBar {
	position: absolute;
	z-index: 20 !important;
	top: 0;
	left: 0;
	height: 130px;
	width: 100%;
	color: #9C9D9F;
	background: #FFF;
}
h1#logo a {
	width: 77px;
	height: 41px;
	margin: 8px 30px 0 13px;
	float: left;
	display: block;
	text-indent: -9999px;
	background: url(/media/images/logo_ken.gif) no-repeat;
}
#topBar a {
	text-decoration: none;	
	color: #9C9D9F;
}
#topBar a:hover {
	color: #000;	
}
#topBar ul.step1 {
	margin: 0 0 0 0;
	padding: 8px 0 0 30px;
	width: 90px;
	float: left;	
	background: url(/media/images/num_1.gif) no-repeat;
}
#topBar ul.step2 {
	position: absolute;
	top: 0;
	left: 240px;
	padding: 8px 0 0 30px;
	width: 90px;
	float: left;	
	background: url(/media/images/num_2.gif) no-repeat;
	min-height: 50px;
}
#topBar ul.step3 {
	position: absolute;
	left: 360px;
	padding: 8px 0 0 30px;
	width: 90px;
	float: left;	
	background: url(/media/images/num_3.gif) no-repeat;
	
}
.step3, .step4 {
	min-height: 50px;	
}
#topBar ul.step3b {
	position: absolute;
	left: 500px;
	padding: 8px 0 0 0;
	width: 90px;
	float: left;	
}
#topBar ul.step3c {
	position: absolute;
	left: 610px;
	padding: 8px 0 0 0;
	width: 90px;
	float: left;	
}
#topBar ul#aktuell {
	width: 400px;	
}
#topBar ul#jobs {
	left: 610px;
	width: 360px;
}
#topBar ul li.current > a, ul li.current > a {
	color: #000;
}
.wide {
	width: 260px !important;
	background: #FCF;	
}
/* * * * * END: TOP BAR * * * * */


/* * * * * START: CONTENT * * * * */
div.content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin:2px 0 8px 0;
}
div.content h3 {
	font-weight: bold;
	color: #9C9D9F;
}
div.content p {
	font-size: 11px;
	line-height: 15px;
	color: #9C9D9F;
	margin: 0 0 15px 0;
}
div.content table td {
	line-height: 15px;
	color: #9C9D9F;
}
div.content table td.percent {
	text-align: right;	
}
div.content b, div.content strong {
	font-weight: bold;	
}
/* LINKS */
div.content a {
	color: #9C9D9F;	
	background: url(/media/images/ico_link_a.gif) no-repeat;
	padding: 0 0 0 15px;
}
div.content a.spLink { /* werkliste */
	padding: 0 0 0 10px;
}
div.content a:hover, a.spLink:hover {
	background: url(/media/images/ico_link_b.gif) no-repeat;
	color: #000;	
}

/* LINKS: MAIL */
div.content a[href^="mailto"], a[href^="javascript:mailto"] {
	padding: 0 0 0 15px;
	background: url(/media/images/ico_mail_a.gif) no-repeat !important;
	text-decoration: none;
}
div.content a[href^="mailto"]:hover, a[href^="javascript:mailto"]:hover {
	color: #000;	
	background: url(/media/images/ico_mail_b.gif) no-repeat !important;
}
/* LINKS: PDF */
div.content a[href$='.pdf'] {
	color: #9C9D9F;	
	padding: 0 0 0 15px;
	background: url(/media/images/ico_pdf_a.gif) no-repeat;
	text-decoration: none;
}
div.content a[href$='.pdf']:hover{
	color: #000;	
	background: url(/media/images/ico_pdf_b.gif) no-repeat;
}
/* LINKS: NO ICON */
div.content a.noIcon, ul#imgThumbs li a{
	background: none;
	padding: 0;
}
img.contentImg {
	position: absolute; 
	z-index: 20;
	top: 130px;
	left: 0;
}
div.step2 {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 360px;
	width: 240px;
	padding: 8px 0 0 30px;
	background: url(/media/images/num_2.gif) no-repeat;
}
div.step3 {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 240px;
	width: 240px;
	padding: 8px 0 0 30px;
	background: url(/media/images/num_3.gif) no-repeat;
}
div.step4 {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 480px;
	width: 240px;
	padding: 8px 0 0 30px;
	background: url(/media/images/num_4.gif) no-repeat;
}
#googlemap {
	width: 630px;
	height: 450px;
	position: absolute;
	top: 130px;
	left: 0;
}
/* special positions for content */
#team,  #referenzen, #kontakt, #projektInfo {
	left: 720px;	
}
#firmenprofil {
	left: 610px;
	width: 360px;
}
#kostentermine {
	left: 480px;
	width: 480px;
}
#werkliste {
	left: 610px;
	width: 480px;
}
#publikationenListe {
	left: 480px;
	width: 210px;
}
#publikationenDetails {
	left: 720px;
}
/* Kosten Termine */
#kostentermine table th, #kostentermine table td {
	vertical-align: top;	
}
#kostentermine table th {
	padding-bottom: 15px;	
}
#kostentermine table tr.last td {
	padding-top: 15px;	
}
/* PROJECT OVERVIEW */
#imgPreview {
	width: 990px;
	position: absolute; 
	z-index: 20;
	top: 130px;
	left: 0;
}
#imgPreview a {
	display: block;
	float: left;
	margin: 0 3px 3px 0;
}
#imgPreview img.selected {
	opacity: 0.7;	
	filter: alpha(opacity = 70);
}
/* PROJECT DETAILS */
ul#imgThumbs {
	padding: 0 0 15px 0;
	overflow: hidden;
}
ul#imgThumbs li a{
	display: block;
	height: 39px;
	float: left;
	margin: 0 3px 3px 0;
}
#imagecontainer {
	padding: 130px 0 0 0;
}
#imagecontainer a:hover img {
	opacity: 1;	
	filter: alpha(opacity = 100);
}
#caption {
	color: #9C9D9F;
	padding: 8px 0 0 8px;
}
/* TEAM */
.teamImages img {
	margin: 0 3px 3px 0;
}
.teamImages img.selected {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
/* WERKLISTE */
#listing .selected a{
	color: #000;
}
/* GALLERIFIC SLIDESHOW: PROJECT DETAILS / WERKLISTE */
div#slideshow {
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 21;
	display: block;
	height: 600px;
	width: 100%;
	overflow:hidden;
}
#slideshow .image-wrapper {
	display: block;
	width: 990px;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: auto;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background: url('loader.gif') center no-repeat;
	width: 990px;
	height: 600px;
}
#slideshow a.advance-link {
	height: auto;
}
#slideshow a img:hover {
	opacity: 1;	
	filter: alpha(opacity = 100);
}
#slideshow img {
	vertical-align: middle;
}
/* * * * * END: CONTENT * * * * */
