html{
	padding:0px;
	margin:0px;
	height:100%;
}

body{
	background-color:#000000;
	background-image:url('images/body_bg.jpg');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	
	scrollbar-base-color:#ffffff;
	scrollbar-3d-light-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#ffffff;
}
#container{
	width:898px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	margin:auto;

	min-height:100%;  
	height:auto !important;
	height:100%;
	background-image:url("images/container_bg.gif");
	background-repeat:repeat-y;
}

#container_inside{
	float:left;
	background-image:url("images/container_bg.gif");
	background-repeat:repeat-y;
	
	height:100%;
	z-index:2;

}

#keywords{
	position:absolute;
	visibility:hidden;
	display:none;
}

#lang_switch{
	float:left;
	width:898px;
	height:31px;
	background-color:#ffffff;
	text-align:left;
	text-decoration:none;
	color:#000000;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:31px;
}

#headerimg{
	float:left;
	width:898px;
	height:128px;
	line-height:1px;
	background-color:#ffffff;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	overflow:hidden;
}

#headerimg img{
	width:898px;
	height:128px;
}

#navigation{
	float:left;
	width:200px;
	border-right:1px solid #000000;
	background-color:#ffffff;
	margin-top:2px;
}

#navigation a{
	display:block;
	width:196px;
	height:19px;
	background-color:#E2E4E5;
	text-align:left;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:19px;
	text-decoration:none;
	color: #464448;
	border-bottom:1px solid #ffffff;
	padding-left:4px;
}

#navigation a.aktiv{
	color:#000000;
}

#navigation a.orange{
	color:#FF8118;
}

#navigation a.lvl2{
	display:block;
	width:180px;
	padding-left:20px;
	height:18px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f2f2f3;
	text-decoration: none;
	line-height:18px;
	background-image:url("images/lvl2.gif");
	background-repeat:no-repeat;
	background-position:13px 8px;
}

#navigation a.lvl2_aktiv{
	display:block;
	width:180px;
	padding-left:20px;
	height:18px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f2f2f3;
	text-decoration: none;
	line-height:18px;
	background-image:url("images/lvl2_aktiv.gif");
	background-repeat:no-repeat;
	background-position:13px 8px;
	color: #2f5a84;
}

#navigation img{
	margin-top:25px;
}

#login{
	float:left;
	width:200px;
	height:60px;
	border-right:1px solid #000000;
	text-align:left;
	overflow:hidden;
}

#login table.big{
	margin-left:4px;
	margin-top:8px;
	.margin-top:7px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #464448;
}

#login input.txtfld{
	border:1px solid #999999;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #464448;
	line-height:15px;
	width:58px;
}

#uptodate{
	float:right;
	width:200px;
	padding-top:20px;
}

#uptodate .title{
	float:right;
	width:196px;
	height:20px;
	color:#ffffff;
	background-color:#2F5A84;
	text-align:left;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:20px;
	padding-left:4px;
}

#location{
	float:left;
	width:470px;
	height:20px;
	background-color:#F2F2F3;
	border-top:20px solid #FFFFFF;
	border-left:12px solid #FFFFFF;
	text-align:left;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:14px;
	padding-left:2px;
	color: #000000;
}

#location a{
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2f5a84;
	text-decoration: none;
	line-height:20px;
}

#location a.dark{
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	line-height:20px;
}

#content{
	float:right;
	width:496px;
	border-right:1px solid #000000;
	height:auto;
}

#content_inside{
	float:left;
	width:472px;
	border-left:12px solid #ffffff;
	border-top:26px solid #ffffff;
	border-bottom:12px solid #ffffff;
	text-align:left;
}

#imgbereich{
	float:right;
	width:200px;
	background-color:#F2F2F3;
	margin-left:9px;
	margin-bottom:0px;	
	text-align:right;
}

#imgbereich img{
	width:200px;
	height:133px;
}

#imgbereich img.preview{
	width:16px;
	height:16px;
	margin-right:6px;
	margin-top:6px;
	margin-bottom:6px;
	border:none;
}

#imgbereich #docs{
	float:left;
	width:200px;
	background-color:#F2F2F3;
	text-align:left;
}

#imgbereich #docs a{
	text-decoration:none;
	line-height:18px;
	padding-left:3px;
	color:#000000;
}

#imgbereich #docs b{
	padding-left:3px;
	display:block;
	background-color:#E2E4E5;
}

#imgbereich_big{
	float:left;
	width:470px;
	height:313px;
	background-color:#E2E4E5;
}

#imgbereich_big img{
	width:470px;
	height:313px;
}

#imgbereich_title{
	float:left;
	width:470px;
	height:43px;
	background-color:#E2E4E5;
	border-bottom:10px solid #ffffff;
}

#gallery{
	float:left;
	line-height:1px;
	width:100%;
}

#gallery img{
	cursor:pointer;
	width:80px;
	height:80px;
}

#gallery .title{
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	border:none;
	height:20px;
	line-height:20px;
}

#gallery .bildtitel{
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	border:none;
	height:20px;
	line-height:20px;
}

.title{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:13px;
	border-bottom:8px solid #ffffff;
}

.subtitle{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	border-bottom:8px solid #ffffff;
}

.text{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}

.text_small{
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}


.text a{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}

.text_small a{
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#2F5A84;
}

.textbox{
	font:bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:18px;
}


.button{
	padding:0px;
	margin:0px;
	height:20px;
	font:bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#390000;
	line-height:20px;
	border:none;
	background-image:url("images/button_bg.gif");
	background-repeat:repeat-x;
	width:100%;
	cursor:pointer;
	overflow:visible;
}

.txtfld{
	border:1px solid #999999;
	width:132px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-bottom:6px;
	
}

.txtarea{
	border:1px solid #999999;
	width:372px;
	.width:373px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	overflow:auto;
}

.partner{
	width:229px;
	border:1px solid #CCCCCC;
	padding:2px;
}

.ref{
	float:left;
	width:233px;
	text-align:left;
	border-bottom:39px solid #ffffff;
}

.refs img{
	border:1px solid #000000;
	width:108px;
	height:72px;
}

.news{
	float:left;
	clear:both;
	width:194px;
	padding:3px;
	background-color:#F2F2F3;
	text-align:left;
}

.news a{
	text-decoration:none;
}

.trennlinie{
	float:left;
	clear:both;
	width:200px;
	height:1px;
	line-height:1px;
	background:url(images/trennlinie.gif) repeat-x;
}

.counter
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	position:fixed;
	bottom:0px;
	left:50%;

	width: 100px;
	height: 12px;
	margin: 0 0 0 -445px;
	
	text-align:left;
}


/**
 * 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: 120;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 130;
	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;
}

div#katalog *{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
div#katalog img{border:0px;}

div#katalog ul{
	margin-bottom:20px;
	width:470px;
	float:left;
}
div#katalog ul li{float:left;}
div#katalog ul.katalog li a,
div#katalog ul.indexnavi li a{
	font-weight:bold;
	padding-right:5px;
	display:block;
}
div#katalog ul.katalog li a.active,
div#katalog ul.indexnavi li a.active{text-decoration:underline;}

div#katalog ul.list li{
	width:470px;
	height:115px;
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom:1px solid silver;
}
div#katalog ul.list li.open{height:auto;}

div#katalog ul.list li div.Text{
	float:left;
	width:350px;
	overflow:hidden;
	padding-right:10px;
}
div#katalog ul.list li div.Text h1{
	float:left;
	width:350px;
	margin-bottom:5px;
	font-size:12px;
}
div#katalog ul.list li div.Text a.open{font-weight:bold;}

div#katalog ul.list li div.Images{
	height:125px;
	width:110px;
	overflow:hidden;
	float:left;
}

div#katalog ul.list li div.Images div.img{
	float:left;
	width:110px;
	height:110px;
	overflow:hidden;
}
div#katalog ul.list li div.Images div.navi{
	float:left;
	width:110px;
	height:15px;
	line-height:15px;
	overflow:hidden;
}
div#katalog ul.list li div.Images div.navi div.prev,
div#katalog ul.list li div.Images div.navi div.next{
	float:left;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	cursor:pointer;
}

div#katalog ul.list li div.Images div.navi div.index{
	float:left;
	width:110px;
	height:15px;
	line-height:15px;
}
div#katalog ul.list li div.Images div.navi div.index a{
	font-weight:bold;
	padding:0px 2px;
}
	












