@charset "utf-8";
/* CSS Document */

body {
	background: no-repeat, repeat-x none, repeat-y none;
	text-align: center;
}


#logo {
	background-image: url(images/logo.jpg);
	position: absolute;
	left: 150px;
	top: 15px;
	width: 294px;
	height: 121px;
}


#buttonbox {
	background-image: url(images/buttonbox.jpg);
	position: absolute;
	left: 130px;
	top: 237px;
	width: 286px;
	height: 257px;
}


#contactbox {
	background-image: url(images/contactbox.jpg);
	position: absolute;
	width: 339px;
	height: 119px;
}


#topblock {
	background-image: url(images/topblock.jpg);
	position: absolute;
	left: 469px;
	top: 23px;
	width: 682px;
	height: 71px;
}


#main {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: no-repeat;
}


#menu {
	position: absolute;
	left: 130px;
	top: 237px;
	width: 265px;
	height: 255px;
}


#msg {
	background-image: url(images/contact_contactform.jpg);
	position: absolute;
	top: 106px;
	left: 459px;
	width: 400px;
	height: 586px;
}


#msgsent {
	position: absolute;
	top: 200px;
	left: 500px;
	width: 300px;
	height: 300px;
	font-size: x-large;
	color: #FFF;
}


#question {
	background-image: url(images/contact_question.jpg);
	position: absolute;
	top: 106px;
	left: 865px;
	width: 294px;
	height: 278px;
}


#footer {
	position: absolute;
	width: 1024px;
	height: 25px;
}

.button {
	position: relative;
	left: 5px;
	top: 10px;
}


.homeshowcase {
	position: absolute;
	left: 469px;
	top: 93px;
	width: 682px;
	height: 213px;
}


.woodbox {
	position: absolute;
	left: 470px;
	top: 325px;
	width: 682px;
	height: 170px;
	text-align: center;
}


.welcome {
	position: absolute;
	left: 470px;
	top: 515px;
	width: 682px;
	height: 52px;
	text-align: center;
}


.hometextbox {
	position: absolute;
	left: 550px;
	top: 570px;
	width: 500px;
	height: 130px;
	text-align: justify;
	font-family: Gill sans, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #000000;
}


.poemibox {
	position: absolute;
	width: 700px;
	height: 300px;
}


.poemitextbox {
	position: absolute;
	width: 455px;
	height: 175px;
	text-align: justify;
	font-family: Gill sans, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #000000;	
}


.poemiboxspacing {
	width: 455px;
	height: 20px;
}


.dienstenbox {
	position: absolute;
	width: 668px;
	height: 202px;
}


.dienstentextbox {
	position: absolute;
	width: 575px;
	height: 95px;
	font-family: Gill sans, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #000000;
}


.dienstenflashcontent {
	position: absolute;
	width: 599px;
	height: 133px;
}


.portfolioboxes {
	position: absolute;
	width: 648px;
	height: 604px;
}


.portfoliocolumn {
	position: absolute;
	width: 162px;
	height: 604px;
}


.portfoliothumbs {
	position: absolute;
	left: 16px;
	top: 75px;
	width: 118px;
	height: 500px;
}


.portfoliothumbs a img {
	margin: 0px;
	border: solid 4px #930;
}


.portfoliothumbs a:hover img {
	border: solid 4px #FFF;
}


.portfolionav {
	position: absolute;
	width: 220px;
	height: 48px;
}


.portfolionav img {
	margin: 0px;
	border: none;
	vertical-align: middle;
}




/**
 * 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 CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/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;	
}