/*
		css for www.techvis.de, all rights reserved
		produced by digital dreamer @ www.dreamer.de
*/


/*		style reset (borrowed from yui) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}


/* 	accessibility & structural features */

.acc { position: absolute; top: -9999em; left: -9999em; }


/*		elements for print not needed in screen */

#headercontact {
	display: none;
}


/*		basics */

html, body {
	height: 100%;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body {
	font: 68.75%/1.454 Arial,Helvetica,sans-serif;
	background: #161a1d url(../img/body_bg.jpg) no-repeat center top;
	color: #FFF;
}


/*		page areas */

#container {
	position: relative;
	width: 960px; min-height: 100%; margin: 0 auto;
}
#content {
	overflow: hidden;
	padding-bottom: 40px;
	background: transparent url(../img/content_bg.jpg) no-repeat center top;
}
#footer {
	position: absolute; left: 0; bottom: 10px;
	width: 100%;
	color: #46545e; text-align: center;
}
#footer a {
	color: #46545e;
	text-decoration: underline;
}


/*		header */

#header {
	position: relative;
	width: 960px; height: 120px; margin-bottom: 40px;
}
#header a {
	position: relative;
	display: block; overflow: hidden;
	height: 0; padding-top: 60px;
	background: transparent url(../img/header_map.gif) no-repeat;
}
body.lang-en #header a {
	background-image: url(../img/header_map_en.gif);
}
#header a span {
	position: absolute; top: 0; left: 0;
	display: block;
	width: 100%; height: 100%;
	background: transparent url(../img/header_map.gif) no-repeat;
	cursor: pointer;
}
body.lang-en #header a span {
	background-image: url(../img/header_map_en.gif);
}
#logo {
	position: absolute; top: 60px; left: 0;
}
#logo a {
	width: 190px;
}
#logo a span {
	background-position:  0 -120px;
}
#nav {
	position: absolute; top: 60px; left: 268px;
}
#nav li {
	float: left;
	overflow: hidden;
}
#nav #nav01 a { width: 119px; background-position: -268px 0; }
#nav #nav02 a { width: 159px; background-position: -387px 0; }
#nav #nav03 a { width: 134px; background-position: -546px 0; }
#nav #nav04 a { width:  80px; background-position: -680px 0; }
#nav #nav05 a { width: 115px; background-position: -760px 0; }
#nav #nav06 a { width:  85px; background-position: -875px 0; }
#nav #nav01 a.active { background-position: -268px -60px; }
#nav #nav02 a.active { background-position: -387px -60px; }
#nav #nav03 a.active { background-position: -546px -60px; }
#nav #nav04 a.active { background-position: -680px -60px; }
#nav #nav05 a.active { background-position: -760px -60px; }
#nav #nav06 a.active { background-position: -875px -60px; }
#nav #nav01 a span { background-position: -268px -120px; }
#nav #nav02 a span { background-position: -387px -120px; }
#nav #nav03 a span { background-position: -546px -120px; }
#nav #nav04 a span { background-position: -680px -120px; }
#nav #nav05 a span { background-position: -760px -120px; }
#nav #nav06 a span { background-position: -875px -120px; }
#metanav {
	position: absolute; top: 15px; right: 8px;
	width: 300px;
}
#metanav li {
	float: right; margin-left: 20px;
}

/*		generic formatting */

h2 {
	margin-bottom: 20px;
	font-size: 2em;
	line-height: 1;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
	line-height: 1;
}
a {
	color: #a0afb9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.weare {
	font-weight: bold;
}


/*		columns */

.col-nav {
	float: left;
	width: 240px;
	margin: 25px 10px 25px 20px;
}
.col-main {
	float: left;
	width: 630px;
	margin: 30px 30px;
	font-size: 1.091em;
}
.col-main h3 {
	margin-top: 20px;
}
.col-main ul {
	margin-bottom: 10px;
}
.col-main li {
	padding-left: 15px; margin-bottom: 3px;
	background: transparent url(../img/content_bullet.gif) no-repeat 0.25em;
}
.col-main p {
	margin-bottom: 10px;
}
.col-box {
	overflow: hidden;
}
.col-13 {
	float: left;
	width: 196px;
	margin-right: 20px;
}
.col-23 {
	float: left;
	width: 414px;
	margin-right: 20px;
}
.col-13 h3, .col-23 h3 {
	margin-top: 0;
}
.last {
	margin-right: 0;
}
ul.clist {
	margin-bottom: 20px;
}


/*		subnav */

.subnav li {
	overflow: hidden;
	margin-bottom: 10px;
}
.subnav h3 {
	margin-bottom: 0;
}
.subnav a {
	display: block;
	color: #fff;
	padding: 5px 30px 5px 10px;
	width: 220px;
	background: transparent url(../img/subnav_bg.png) no-repeat 0 center;
	font-size: 16px; line-height: 1;
}
.subnav li.active a {
	background-position: -240px center;
}
.subnav a:hover {
	background-position: -480px center;
	text-decoration: none;
}


/*		home gallery */

#homegallery {
	position: relative;
	width: 960px; height: 320px;
}
.homegalleryslide {
	position: absolute; top: 0; left: 0; z-index: 900;
}
.homegallerydetails-left {
	position: absolute; bottom: 35px; left:0; z-index: 1000;
	width: 300px; padding: 15px 30px;
	background: transparent url(../img/gallery_details_bg.png);
	color: #fff;
}
.homegallerydetails-right {
	position: absolute; bottom: 35px; right:0; z-index: 1000;
	width: 300px; padding: 15px 30px;
	background: transparent url(../img/gallery_details_bg.png);
	color: #fff;
}
#homegallery h2 {
	margin-bottom: 10px;
}
.homegallerylink {
	position: absolute; top: 0; left: 0; z-index: 1100;
	overflow: hidden;
	width: 960px; height: 320px;
}
.homegallerylink-left {
	width: 480px;
}
.homegallerylink-right {
	left: 480px;
	width: 480px;
}
.homegallerylink a {
	display: block; overflow: hidden;
	width: 100%; height: 0;
	padding-top: 320px;
}
#homegallerynav {
	position: absolute; bottom: 10px; right: 5px; z-index: 1500;
}
#homegallerynav li {
	float: left; overflow: hidden;
	margin-right: 5px;
	list-style: none;
}
#homegallerynav li a {
	display: block; overflow: hidden;
	width: 8px; height: 0; padding-top: 8px; border: 1px solid #46545e;
	background-color: #a0afb9;
}
#homegallerynav li a.activeSlide {
	background-color: #fff;
}

/*		Home Desc */

#homedesc {
	overflow: hidden;
	padding: 10px 20px;
	background: transparent url(../img/content_bg.jpg) no-repeat center top;
}
.homedescmain {
	float: left;
	width: 210px;
	margin: 10px 50px 10px 10px;
}
.homedescsub {
	float: left;
	width: 195px;
	margin: 10px;
}


/*		references gallery */

#gallery {
	position: relative;
	overflow: hidden;
	width: 960px; height: 455px;
	margin-bottom: 30px;
	background: #2a3238 url(../img/gallery_thumbs_bg.jpg) no-repeat right 0;
}
#gallery img {
	display: block;
}
#gallerythumbs {
	position: absolute; left: 810px; top: 0;
	overflow: hidden;
	width: 150px; height: 455px;
}
#gallerythumbs li {
	overflow: hidden;
	float: left;
}
#gallerythumbs a {
	position: relative;
	display: block; width: 150px; height: 65px;
}
#gallerythumbs a span.overlay {
	position: absolute; top: 0; left: 0; z-index: 200;
	display: block;
	width: 150px; height: 65px;
/*	background: transparent url(../img/gallery_thumbs_overlay.png); */
	background-color: #2a3238;
	cursor: pointer;
}
#gallerythumbs a span.shadow {
	position: absolute; top: 0; left: 0; z-index: 100;
	display: block;
	width: 150px; height: 65px;
	background: transparent url(../img/gallery_thumbs_shadow.png) repeat-y;
	cursor: pointer;
}
#galleryimages {
	position: absolute; left: 0; top: 0; z-index: 400;
}
#galleryimages div {
	position: absolute; left: 0; top: 0; z-index: 500;
}

#gallerydetails-container {
	position: absolute; top: 0; left: 0; z-index: 900;
	width: 810px; height: 455px;
}
#gallerydetails {
	position: absolute; bottom: 25px; left: -360px; z-index: 1000;
	width: 300px; padding: 15px 30px;
	background: transparent url(../img/gallery_details_bg.png);
	color: #fff;
}
#gallerydetails h2 {
	margin-bottom: 10px;
}
#gallerydetails p {
	margin-bottom: 10px;
}
#gallerydetails dt {
	float: left;
	width: 100px;
	font-size: 10px;
}
#gallerydetails dd {
}

#gallerynav {
	overflow: hidden;
	padding: 10px 20px;
	color: #FFF;
	background: #20262b url(../img/gallery_nav_bg.jpg) no-repeat;
}
#gallerynav ul {
	overflow: hidden;
}
#gallerynav li {
	float: left;
	width: 210px; margin: 10px;
}
#gallerynav li li {
	float: none;
	margin: 0;
}
#gallerynav h3 {
	border-bottom: 1px solid #4d5c68; margin-bottom: 8px;
}
#gallerynav a.active {
	color: #FFF;
}


#gallerythumbsinner {
	position: absolute; top: 0; left: 0;
}

/*		features */

ul.features {
	overflow: hidden;
	margin-left: -20px;
	margin-top: 20px;
}
ul.features li {
	float: left;
	margin-left: 20px; margin-bottom: 20px; padding: 0;
	list-style: none;
	background: none;
}


/*		contact */

.cbox { overflow: hidden; }
.cboxw { float: left; width: 5em; }
.cboxd { overflow: hidden; }

label {
	display: block;
}
.forminput {
	margin-bottom: 7px;
}
.input-text, .input-textarea {
	border: 0; padding: 3px 0;
	width: 100%;
	background-color: #4e5e6a;
	font: inherit;
	color: #fff;
}
.input-text:focus, .input-textarea:focus {
	background-color: #8b98a2;
}
.contactnotice {
	font-size: 0.916em; /* =11px */
}
