body, div, h1, h2, h3, p, ul, li, form { margin:0; padding: 0; font: normal 11pt/11pt "Trebuchet MS", Arial, sans-serif; list-style-type: none;}
a img { border: none;}
body { background: #680909 url(images/background.png); text-align: center;}
#container { width: 960px; margin: 0 auto; text-align:left;}
#header .element {float: left;}
#header .title {float: right;}
#header {height:207px;position: relative;overflow:hidden;z-index:10}
#langlink1, #langlink2 {position:absolute;display:block;top:160px;width:40px;height:27px;}
#langlink1 {left: 820px;}
#langlink2 {left: 870px;}
#content {background: #292015 url(images/pattern-topbar.gif) repeat-x 0 0;padding-top:26px;position:relative;top:-13px;}
#navigation {position:absolute;left:0;top:26px;width:230px; background: transparent url(images/pattern-navigbottom.gif) no-repeat 10px 100%; padding-bottom: 68px}
#navigation ul {background: transparent url(images/pattern-navig.gif) repeat-y 10px 0; padding-bottom: 16px;}
#navigation li { line-height: 1.4em; height: 1.4em; padding-left: 20px; padding-right: 10px;}
#navigation li.first {background: transparent url(images/pattern-navigtop.gif) no-repeat 10px 0; padding-top: 16px;}
#navigation li a { text-decoration: none; font-variant: small-caps; letter-spacing: 0.1em; color: #FF8800; padding-left: 10px;}
#navigation li a:hover { background: transparent url(images/nav-hover.gif) no-repeat 0 50%;}
#navigation li a.active { background: transparent url(images/nav-active.gif) no-repeat 0 50%;}
#navigation .box {background: transparent url(images/pattern-navig.gif) repeat-y 0 0; margin:0 10px; padding-bottom:16px;border-top:1px solid #f80}
#navigation .box p {font-size:90%;color:#f80;padding:0.2em 10px;}
#fotoframe { position:absolute;left:740px;top:26px;width:220px; background: transparent url(images/pattern-navig.gif) repeat-y 0 0; }
#fotoframe .upper { text-align: center; background: transparent url(images/pattern-navigtop.gif) no-repeat 0 0; }
#fotoframe .lower { text-align: center; background: transparent url(images/pattern-naviglower.gif) no-repeat 0 100%; }
#fotoframe .upper img, #fotoframe .lower img {padding:7px 0;}
#fotoframe .scroll li { text-align: center; padding-right:10px}
#fotoframe .scroll img { margin: 3px 0; border: 2px solid #f80}
#text {margin-left:230px;margin-right:230px;color: #f80;}
#text ul, #tex ol { margin-left: 2em}
#text ul li { list-style-type: disc }
#text ol li { list-style-type: upper-roman }
#text p { margin: 1em 0;}
#text h2 { font-size: 180%; }
#text h3 { font-size: 120%; }
#text h4 { font-weight: bold; text-align: center;}
#text h2, #text h3, #text p {line-height: 1.2em;}
#text a {color: #fc6;}
#text a:hover {color:#ff8;}
dt strong {background: #fc6; color:#000;}

#text .bigimage {margin:0 0 1em 0; text-align:center;}
#text .bigimage img {padding: 2px; background: #f80; border: 2px solid #970000;}

#text .center { text-align: center }
#text .s1 {margin: 1em 0 0 0; padding: 0.5em 1em; font-size: 120%; font-weight:bold; text-align:center; border-top: 2px solid #970000;background:#f80;color:#000;}
#text .s2 {margin: 0; padding: 0.5em 1em; font-weight:bold; font-size: 90%; text-align:center;background:#f80;color:#000;}
#text .s3 {margin: 0; padding: 0.5em 1em; font-size:90%; background:#f80;color:#000;} 
#text .s1 a, #text .s2 a, #text .s3 a {color:#000;}
#text .baner { width:500px; height:240px; background: transparent url(images/baner-bg.gif) no-repeat 0 0;}
#text .baner img {margin:4px;}
#footer { clear:both; border-top: 2px solid #f80; background: #292015; color: #f80; padding-bottom: 10px; margin-bottom: 20px;}
#footer p { margin: 1em 2em; font-size: 80%; text-align: center;}

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

