.hand {
cursor: hand;
cursor: pointer;
}
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
}
body {
color: #000;
font-family: Arial;
font-size: 12px;
height: 100%;
background: #DCDCCD;
}
a {
text-decoration: none;
outline: 0;
color: #cc0000;
}
a:hover {
text-decoration: underline;
}
a img {
border: 0;
}
h1, h2, img.hidden {
position: absolute;
top: -10000px;
left: -10000px;
}
h3 {
font-size: 17px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
margin: 0 0 20px 0;
}
h4 {
font-size: 13px;
font-weight: bold;
color: #000;
margin: 10px 0 5px 0;
}
fieldset {
border: none;
}
.clear {
clear: both;
display: block;
}
/* Container */
div#container {
position: relative;
width: 930px;
margin: 20px auto;
padding: 20px;
background: #FFF;
}
div#container div#header {
height: 138px;
background: url('../bilder/layout/banner.jpg');
}
div#container div#navi {
position: relative;
height: 31px;
background: #666;
overflow: hidden;
}
div#container div#navi div#lava {
position: absolute;
left: -8px;
width: 8px;
height: 31px;
background: #f30000;
}
div#container div#navi div#lava div {
width: 4px;
height: 31px;
background: #FFF;
}
div#container div#navi div#lava div#links {
float: left;
}
div#container div#navi div#lava div#rechts {
float: right;
}
div#container div#navi ul {
position: absolute;
padding-left: 19px;
}
div#container div#navi ul li {
display: block;
float: left;
}
div#container div#navi ul li a {
display: block;
height: 31px;
padding: 0 21px;
line-height: 31px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #FFF;
}
div#container div#navi ul li a:hover {
text-decoration: none;
}
div#container div#main {
position: relative;
margin: 17px 0 0 0;
background: url('../bilder/layout/background.jpg') repeat-y;
}
div#container div#main div#content {
min-height: 500px;
}
div#container div#main div#content div#bild {
float: left;
width: 611px;
background: #C2C2B4;
}
div#container div#main div#content div#text {
float: right;
width: 245px;
background: #A6A6A6;
padding: 25px 27px 25px 28px;
}
div#container div#main div#content div#text p {
margin: 10px 0;
}
div#container div#main div#content div#text li {
margin-left: 20px;
}
div#container div#main div#content div#text span.jahr {
display: block;
float: left;
width: 30px;
font-weight: bold;
}
div#container div#main div#content div#text span.ereignis {
display: block;
float: right;
width: 210px;
}
div#container div#main div#content div#text div#kontakt p {
margin: 0 0 10px 0;
}
div#container div#main div#content div#text div#kontakt fieldset {
border: none;
}
div#container div#main div#content div#text div#kontakt fieldset legend {
display: none;
}
div#container div#main div#content div#text div#kontakt fieldset div.label {
width: 108px;
color: #FFF;
}
div#container div#main div#content div#text div#kontakt fieldset div.input {
width: 237px;
margin: 0 0 4px 0;
}
div#container div#main div#content div#text div#kontakt fieldset div.input input {
width: 237px;
font-family: Arial;
font-size: 12px;
border: none;
margin: 0;
padding: 4px;
}
div#container div#main div#content div#text div#kontakt fieldset div.input input.checkbox {
width: auto;
padding: auto;
}
div#container div#main div#content div#text div#kontakt fieldset div.input input.send {
margin: 0;
}
div#container div#main div#content div#text div#kontakt fieldset div.input textarea {
width: 100%;
min-width: 100%;
max-width: 100%;
height: 80px;
font-family: Arial;
font-size: 12px;
padding: 4px;
border: none;
}
div#container div#main div#content div#text div#kontakt fieldset div.input p {
margin: 0;
padding: 10px 0 4px 0;
}
div#container div#main div#content div#text div#kontakt fieldset div.button input.send {
padding: 6px;
border: none;
background: #E4E4E4;
text-align: center;
color: #666;
font-weight: bold;
border: 1px solid #666;
cursor: hand;
cursor: pointer;
}
div#container div#main div#content div#text div#kontakt fieldset div.button input.send:hover {
color: #cc0000;
}
div#container div#main div#content div#text div#kontakt fieldset table.formular {
clear: both;
}
div#footer {
width: 930px;
height: 30px;
margin: 0 auto;
text-align: center;
}
div#footer img {
margin-bottom: 2px;
}
h3.partner {
  margin: 0 0 30px 54px;
}
div.partner {
  position: relative;
  margin-bottom: 40px;
}
div.partner a {
  display: block;
  margin: 0 54px;
}
div.partner a:hover {
  text-decoration: none;
}
div.partner img {
  margin: 0 54px 0 0;
}
div.partner span {
  position: absolute;
  top: 15px;
  left: 300px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
div.partner a:hover span {
  text-decoration: underline;
}
/**
 * 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;	
}
