body, html
{
	height: 100%;
}

h1, h2, h3, h4
{
	margin-top: 0px;
}

h1
{
	font-size: 15px;
}

h2
{
	font-size: 13px;
}


h3
{
	font-size: 12px;
}
.description
{
	padding:30px 0px 0px;
	line-height: 1.25em;
}

#content
{
	line-height: 1.25em;
}

#content.full
{
	left: 10px !important;
	width: 646px !important;
}

.inanimation
{
	margin-left:10px;
	margin-top:485px;
	position:absolute;
	text-align:left;
}

#content table
{
	margin-bottom: 10px;
}

.navigator
{
	
}

.navigator .nums
{
	float: right;
		
}
.navigator .links
{
	right:0.5em;

}

.bw_gallery
{
	overflow: hidden;
	width: 402px;
	height: 402px;
	white-space: nowrap;
	margin-bottom: 1em;
	position:relative;
}

.bw_gallery .container
{
	position: absolute;
}


.bw_gallery .container .gallery_image,
#content .centerimage
{
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 1em 0px;
	border: 1px solid gray;
	width: 400px;
	height: 400px;
	line-height: 1px;
}

.bw_gallery .container .gallery_image
{
	position: absolute;
	cursor: pointer;
}

img.hoverstyle
{
	border: 1px solid black;
}

.bw_gallery .container .gallery_image.over,
img.hoverstyle.hover
{
	border: 1px solid yellow;
}

ul.menulist
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

ul.menulist li
{
	display: inline;
	margin-right: 1em;
}

ul.menu
{
	list-style-type: none;
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
ul.menu li
{
	text-align: left;	
	padding: 0px;
	margin: 0px 0px 15px 0px;
}


ul.menu .inner
{
	padding-left: 5px;
	margin: 5px 0px 0px 0px;
}

ul.menu .inner a
{

	text-transform: none !important;
}

ul.menu .inner li
{

	margin: 0px 0px 5px 0px;
}


.downloadrow
{
	background-color: #333333;
	line-height: 2em;
	margin-bottom: 0.25em;
}

.downloadrow a
{
	padding-left: 2em;
}

.downloadrow.clear a
{
	padding-left: 0.5em;
	
}

.downloadrow img
{
	position: absolute;
	margin-top: 0.3em;
	margin-left: 0.3em;
}

div.spec
{}

div.spec .row
{
	background-color: #333333;
	margin-bottom: 0.25em;
	padding: 0.25em;
}
div.spec .row .title
{
	font-weight: bold;
	margin-bottom: 0.25em;
}


.loader
{
	
	position: absolute;
	height: 200px;
	margin-top: 5em;
	z-index: 100;
	text-align: center;
	width: 100%;
	color: gray;
}

.file
{
	font-weight: bold;
}

div.seller
{
	float: left;
	width:201px;
	margin-left: 2px;
	margin-bottom: 2px;
	background-color: #333333;
	padding: 3px;
	height: 140px;
}

div.seller .company
{
	font-size: 13px;
}

div.seller .company,
div.seller .web,
div.seller .zipcity
{
	font-weight: bold;
}
div.seller .street
{
	margin-top: 5px;
}

div.seller .zipcity
{
	color: #99ff66;
}

div.seller .web
{
	margin-top: 5px;
}


#menu a,
#menu span.aktiv,
#menu a.aktiv,
#menu2 a
{
	text-transform: uppercase;
}

#menu a.aktiv
{
	color: yellow;
}

#menu2
{
	text-align:left;
	z-index:100;
}

.project
{
	margin-bottom: 5px;
}

.project .intro
{
	cursor: pointer;
	background-color: #333333;
	border: 1px solid black;
	
}

.project .intro.over
{
	border: 1px solid yellow;
}

.project .rowelement
{
	float: left;
	padding: 5px;
}

.project .year
{
	width: 30px;
}
.project .location
{
	width: 280px;
}

.project .product
{
	width: 150px;
}
.project .architect
{
	text-align:right;
	width:122px;
}

.project .detail
{
	padding-left: 45px;
}

.project .detail ul.data
{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

.project .detail ul.data li
{
}

.project .detail ul.data li span
{
	font-weight: bold;
	margin-right: 1em;
}

.project div.downloadrow
{
	background-color: black !important;
}

ul.thumbgallery
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.thumbgallery li
{
	display: inline;
	padding-right: 10px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


.annotation
{
	font-style:italic;
}
