/**
 * 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;	
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 638px;
	height:325px;

	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:638px;
}

/* single scrollable item */
.scrollable img.breit {
	float: left;
    height: 325px;
    width: 638px;
}

.scrollable img.hoch {
	float: left;
    height: 325px;
    width: 212px;
}

/* active item */
.scrollable .active {
	position:relative;
	cursor:default;
}



/*
	root element for the boutique.
	when scrolling occurs this element stays still.
*/
.boutique {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 638px;
	height:325px;

	/* custom decorations */
}

/*
	root element for boutique items. Must be absolutely positioned
	and it should have a extremely large width to accomodate boutique items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.boutique .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:638px;
}

/* single boutique item */
.boutique img.breit {
	float: left;
    height: 325px;
    width: 638px;
}

.boutique img.hoch {
	float: left;
    height: 325px;
    width: 212px;
}

/* active item */
.boutique .active {
	position:relative;
	cursor:default;
}


* {
	font-family: Calibri, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #6c6c6c;
}

img {
	border: none;
}

h1 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #5534a1;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #5534a1;
	font-weight: normal;
}

p {
	margin-bottom: 15px;
	line-height: 18px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #5534a1;
	text-decoration: underline;
}

ul {
	margin-left: 15px;
}

body {
	background: #fff;
}

#container {
	position: relative;
	width: 960px;
	background: #fff;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin-bottom: 50px;
}

#logo {
	text-align: center;
	margin-bottom: 20px;
}

#navigation_main {
	position: relative;
	padding-left: 159px; 
	height: 17px;
	margin-bottom: 15px;
	width: 860px;
}

#navigation_main a {
	font-size: 18px;
}

#navigation_main .nav_main {
	float: left;
	padding: 0px 9px;
	border-left: 1px solid #dadada;
}

#navigation_main .nav_main a:hover, #navigation_main .nav_main a.active {
	color: #5534a1;
	text-decoration: none;
}

#facebook {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	right: 140px;
	background: url('../facebook.jpg') top left no-repeat;
}

#header {
	position: relative;
	background: url('../background_header.jpg') top left no-repeat;
	padding: 0 161px;
	height: 345px;
	margin-bottom: 25px;
}

#header a:hover {
	text-decoration: none;
}

.header_navigation_zurueck {
	position: absolute;
	bottom: 0px;
	left: 162px;
	cursor: pointer;
}

.header_navigation_weiter {
	position: absolute;
	bottom: 0px;
	right: 162px;
	cursor: pointer;
}

.disabled {
	display: none;
}

#content {
	padding: 0 161px;
	margin-bottom: 60px;
}

.footer_linie {
	position: relative;
	background: url(../footer_linie.jpg) top left no-repeat;
	width: 960px;
	height: 13px; 
}

.navigation_meta {
	position: absolute;
	right: 161px;
	top: 14px;
	color: #a9a9a9;
	font-size: 13px;
}

.navigation_meta a {
	color: #a9a9a9;
	font-size: 13px;
}

#footer {
	padding: 0 161px;
	color: #a9a9a9;
	margin: 30px 0;
	font-size: 13px
}

#footer td {
	color: #a9a9a9;
	font-size: 13px;
	vertical-align: top;
}
