
/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
html {
font-size: 76%;
overflow-y: scroll;}

body {
font-family: arial, helvetica, sans-serif;
line-height: 1.4em;
font-size: 1.2em;
padding: 20px;
background-color: #666;}

#container {
width: 960px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #F0F0F0;
}

/* ---------------------------------------------------- */
/* Presse Foto Download
/* ---------------------------------------------------- */

#presse {
margin-right: 85px;
text-align:right;
}

/* ---------------------------------------------------- */
/* Links
/* ---------------------------------------------------- */

a:link { text-decoration:none; font-weight:bold; color:#000000; }
a:visited { text-decoration:none; font-weight:bold; color:#000000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#f90; }
a:active { text-decoration:none; font-weight:bold; background-color:#f90; }
a:focus { text-decoration:none; font-weight:bold; background-color:#f90; }

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 960px;
height: 243px;
background-color: #f90;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 960px;}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 920px;
float: left;
padding: 20px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* Nav menue Links
/* ---------------------------------------------------- */

#navigation {font-size:0.75em; width:150px; float:left; }
#navigation ul {margin:0px; padding:0px;}
#navigation li {list-style: none;} 

ul.top-level {background:#666;}
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}

#navigation a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
#navigation a:hover{
 text-decoration:none;
}

#navigation li:hover {
 background: #f90;
 position: relative;
}

/* ---------------------------------------------------- */
/* Content
/* ---------------------------------------------------- */

#content {
background-color: #ffffff;
padding: 0px;
margin-left: 150px;
margin-right: 0px; }

div#content { 
min-height:450px;
height:expression(this.scrollHeight > 450 ? "auto":"450px");
background-color: #F5F5F5; 
padding: 20px;
}

#clear {
clear: left;
}


/*-------------------------------------------------------*/
/* Mediaplayer
/*-------------------------------------------------------*/

	#mediaplayer {
background-color: #ffffff;
padding: 0px;
margin-left: 50px;
margin-right: 0px; }

/* ---------------------------------------------------- */
/* Footer
/* ---------------------------------------------------- */

#footer { 
min-height:75px;
clear: left; 
width: 960px;
background-color: #f90; }

#footer_content {
color: #ffffff;
padding: 10px;
text-align: center;
margin-left: 0px;
margin-right: 0px; }


/**
 * 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;	
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #F5F5F515:52 10.10.2012;
		padding: 10px;
		width: 750px;
			}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul a { color: #fff; }
	#gallery ul img {
		border: 5px solid #666;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover img {
		border: 5px solid #f90;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover { color: #fff; }
	

	