@charset "utf-8";

/* Allgemein */
body
{
	margin: 40px;
}

ul
{
	margin-left: 10px;
}

ul li
{
	list-style: square;
	margin-left: 10px;
	margin-top: 10px;
}

/* Container */
.wrapper
{
	min-width: 603px;
}

div.logo
{
	margin-bottom: 60px;
}

div.navigation
{

}

div.portfolio
{
	padding-left: 120px;
}

/* Navigation */

ul#galleryPreview,
ul#galleryPreview li,
ul.navigation,
ul.navigation li
{
	list-style: none;
	margin: 0;
}

ul.navigation li
{
	padding: 0;
	margin-bottom: 5px;
}

ul.navigation li a
{
	padding: 3px;
	display: block;
}

ul.portfolio li
{
	float: left;
	display: block;
	
	margin-right: 40px;
}

/* Floats */
.left
{
	float: left;
}

.right
{
	float: left;
}

.clear_both
{
	clear: both;
}

.scrollButton.left
{
	left: 0;
}

.scrollButton.right
{
	right: 0;
}

.inline
{}

.header
{
	margin-bottom: 40px;
}

.content
{
	width: 100%;
}

.scrollButton
{
	background-image: url( '../img/transparent.gif' );
	
	position: absolute;
	z-index: 1000;
	
	width: 30%;
	height: 450px;
}

ul#galleryPreview
{
	position: absolute;
	
	top: 0;
	left: 0;
	
	z-index: 9000;

	height: auto;
}

.gallery
{
	position: absolute;
	
	top: 0;
	left: 0;
	
	overflow: hidden;
	height: 450px;
}

ul#galleryPreview
{
	height: auto;
}

ul#galleryPreview li div
{

}

ul#galleryPreview li
{
	cursor: pointer;
	margin-bottom: 10px;
}

ul#galleryPreview li img
{
	float: left;
	cursor: pointer;
}

ul#galleryPreview li div
{

}

.gallery img
{
	margin-right: 3px;
}

.gallery img.last
{
	margin-right: 0px;
}


.text_block
{
	float: left;
	width: 310px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.text_block_full
{
	float: left;
	width: 700px;
	margin-right: 40px;
}

.black
{
	position: absolute;
	left: 0;
	z-index: 9001;
	background-color: #000000;
	height: 30px;
}

.galleryHolder
{
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}

#fullImageHolder
{
	display: none;
	position: fixed;
	z-index: 9002;
}

.caption
{
	display:none;
	margin-top: 10px;
}

