/* *************** RESET ******************************************** /
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td { 
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, 
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a { outline: none; }

/* Debug
--------------------------------------------------------------------------*/
/*#bd { background: #fff url('img/_bg_baseline_cols.png') repeat-y 0 0;}*/

/* **************** GRIDS ************************************************ */
.line, .lastUnit {overflow: hidden; _overflow: visible; zoom:1;width:auto !important;}
.unit{float:left;zoom:1;}
.size1of1{float:none;}
.size1of2{width:50%;_width:49.9% !important;}
.size1of3{width:33.33333%;_width:33.25% !important;}
.size2of3{width:66.66666%;_width:66.65% !important;}
.size1of4{width:25%;_width:24.95% !important;}
.size3of4{width:75%;_width:74.95% !important;}


.size1of5{width:20%;_width:19.95% !important;}
.size2of5{width:40%;_width:39.95% !important;}
.size3of5{width:60%;_width:59.95% !important;}
.size4of5{width:80%;_width:79.95% !important;}
.lastUnit {float:none;_float:right;}

/* Gutter */
h1, h2, h3, h4, h5, h6, ul, ol, dl, p { padding:0 20px; }

/* ***************** BASIC TYPOGRAPHIE ************************************/
html { height: 100%; padding-bottom: 1px; position: relative;}
body { font: 81.25%/1.6154 "Lucida Grande","Lucida Sans Unicode", Helvetica, Arial, sans-serif; color: #444; background: #f6f3f6 url('img/bg-body.png') repeat-x 0 0;}
/* Headlines
------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; background: none;}

h1 {margin: 0; color: #4b7038; font-size: 21px; line-height: 42px; padding-bottom:0; padding-top: 0;}
h2 {margin: 0; color: #4b7038; font-size: 18px; line-height:21px; padding-bottom:21px; padding-top: 0px;}
h3 {margin: 0; color: #4b7038; font-size: 16px; line-height:21px; padding-bottom:7px; padding-top: 14px; }
h4 {margin: 0; color: #444; font-size: 13px; line-height:21px; padding-bottom:0; font-weight: bold;}
/* Text + Listen
------------------------------------------------------------------------- */
p { background: none; color: #444; font-size: 13px; line-height:21px; margin-bottom: 21px; }


ul, ol { background: none; color: #444; font-size: 13px; line-height:21px; margin-bottom: 21px;}

ul.bullet { list-style: disc; list-style-position: outside;}
ul.nobullet { list-style: none;}

ol { list-style: decimal; list-style-position: inside;}

dl { margin-bottom:21px;}
dt { font-weight: bold; }


a:link, a:visited { color: #4b7038; text-decoration:none; }
a:hover, a:active { color: #4b7038; text-decoration: underline;}
a:focus { color: #4b7038; }



/* ***************** LAYOUT **********************************************/
/* Page
------------------------------------------------------------------------- */
#page { margin: 0 auto; width: 980px; }

/* Header
------------------------------------------------------------------------- */

#hd { height: 213px; padding: 0; position: relative; }
#hd #logo { position: absolute; top: 5px; left: 25px; }
#hd #claim { position: absolute; top: 20px; right: 0; text-align: right; }
#hd #claim h1 { color: #7e9771; font-size: 17px; font-weight: bold; line-height: 30px;}

/* Navigation
------------------------------------------------------------------------- */
#navigation { position: absolute; top: 167px; right: 0; float: left; height: 41px; line-height: 41px; font-color: #bed4ac; font-size: 14px; font-weight: bold;}
#navigation li { float: left; margin-left: 20px;}
#navigation li a  { color: #bed4ac; display: block;}
#navigation li a:link ,#navigation li a:visited  { color: #bed4ac; display: block;}
#navigation li a:hover, #navigation li a:active, #navigation li.aktiv a { color: #fff; text-decoration: none;}


/* Content
------------------------------------------------------------------------- */
#bd { clear: both; padding: 42px 0; overflow: hidden;}
#map { float: left; width: 440px; height: 440px; padding: 2px; border: 1px solid #ffb88f; margin: 0 20px 10px 20px; }

#gallery { float: left; padding: 0 0 21px 15px;}
#gallery img { border: 1px solid #ccc; padding: 2px;}
#gallery div { float: left; margin: 0 10px 15px 0;}
#gallery p { padding-left: 5px; width: 195px; padding: 0; font-size: 10px;}

/* Footer
------------------------------------------------------------------------- */
#ft { clear: both; height: 46px; width: 100%; background: #4b7038 url('img/bg-footer.png') repeat-x 0 0;}
#ft ul { width: 940px; overflow: hidden; margin: 0 auto; height: 46px; line-height: 46px; color: #fff; }
#ft li.links { float: right; text-align: right; }
#ft li.adresse { float: left; text-align: left; }
#ft a { color: #bed4ac;}
#ft a:hover { color:  #fff;}

/* Standard classes
-------------------------------------------------------------- */


.small { font-size: .8459em; line-height: 1.9091em; margin-bottom: 0; }
.quiet { color: #757b7f; font-size: .8459em; line-height: 1.9091em; margin-bottom: 0;}
.signal { color: #c0000d;}

.floatright { float: right;}
.floatleft { float: left;}

.hide { display: none; }
.highlight { background: transparent; }

.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }

.trennlinie { clear: both; border-top: 1px dotted #c2c8cc; height: 1px; height: 1px; margin-bottom: 1.6154em;}
.trennlinie-vert { background: transparent url('img/dotted-vert.png') repeat-y right top;}

.margin-baseline { margin-bottom: 1.6154em;}

.clear { clear: both;}


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



























