
/* ================================= 
	===  MAIN STYLE  ===
==================================== */

body{
	margin: 0px;
	padding: 0px;
	font-size: 95%; 
	font-family: Helvetica, Arial, Verdana, Calibri;
	letter-spacing: 1px;
	background-image: url(layout/background.png);
}

#rahmen {
	width: 800px;
	margin: 0px auto;
	background-image: url(layout/shadow.png);
	background-repeat: repeat-y;
}

#gesamt{
	width: 784px;
	margin: 0px auto;
	position: relative;
	background-color: #fdfdfd;
}

/* HEADER */

#header{
	width: 784px;
	height: 150px;
	margin: 0px auto;
}

.logo {
	margin-top: 22px;
	margin-right: 53px;
	width: 352px;
	height: 105px;
	float: right;
}

.logo a {
	outline: 0;
}

.logo img {
	border: 0px;
}

.login {
	width: 370px;
	height: 30px;
	padding: 4px 0px 0px 7px;
	color: #70736e;
}

/* MENUE */

#menue{
	width: 784px;
	margin: 0px auto;
	height: 41px;
	font-size: 100%;
	background-color: #457118;
}

.menuepunkte{
	list-style-type: none;
	text-align: center;
	margin: auto 0px;
	padding: 15px 0px 0px 0px;
}

.menuepunkte li {
	display: inline;
}

.menue_button{
	color: #fdfdfd;
	background-color: #669933;
	padding: 8px 0px 6px 0px;
}

.menue_button_aktiv{
	color: black;
	background-color: #fdfdfd;
	padding: 8px 0px 9px 0px;
	border: 1px solid #fdfdfd;
	border-bottom: 0px;
}

.menue_button_aktiv a:link,
.menue_button_aktiv a:visited {
	color: black;
	text-decoration: none;
	padding: 8px 10px 8px 10px;
}

.menue_button a:link,
.menue_button a:visited {
	color: white;
	text-decoration: none;
	padding: 8px 10px 6px 10px;
	border: 1px solid #669933;
	border-bottom: 0px;
}

.menue_button a:hover {
	text-decoration: underline;
}

/* CONTENT */

#content{
	width: 784px;
	margin: 0px auto;
	float: right;
	min-height: 550px;
}

.text_left{
	float: left;
	margin-top: 55px;
	margin-left: 31px;
}

.topic{
	float: right;
	width: 610px;
	margin-top: 33px;
	font-weight: bold;
	font-size: 140%;
	margin-right: 28px;
	color: black;
}

.main_text {
	color: black;
	float: right;
	width: 610px;
	margin-top: 15px;
	margin-right: 28px;
	margin-bottom: 5px;
	line-height: 1.4em;
}

.main_text p.headline {
	font-weight: bold;
	font-size: 110%;
	color: #81b624;
}

.main_text p.headline em {
	float: right;
	padding-right: 20px;
	font-weight: normal;
	font-style: normal;
	font-size: 85%;
}

.main_text p.hr {
	border-bottom: 1px solid #bcbcbc;
}

.main_text a:link,
.main_text a:visited {
	text-decoration: none;
	color: #669933;
}

.main_text a:hover {
	text-decoration: underline;
}

.bilderkategorien {
	width: 81%;
	list-style-type: none;
}

.bilderkategorien li {
	border: 1px solid #bcbcbc;
	margin-bottom: 7px;
	text-align: center;
}

.bilderkategorien a:link,
.bilderkategorien a:visited {
	text-decoration: none;
	color: black;
	display: block;
	height: 63px;
}

.bilderkategorien a:hover {
	color: #81b624;
	background-image: url(layout/pfeil.png);
	background-position: left;
	background-repeat: no-repeat;
}

.bilderkategorien a p {
	margin: 0px;
	height: 53px;
	padding-top: 10px;
}

.downloadkategorien {
	width: 494px;
	list-style-type: none;
}

.downloadkategorien ul {
	color: #81b624;
	list-style-type: square;
}

.downloadkategorien li {
	width: 494px;
	float: left;
	margin-bottom: 5px;
	line-height: 32px;
}

.downloadkategorien li a.kategorie {
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #bcbcbc;
	color: black;
}

.downloadkategorien li table {
	display: none;
	text-align: left;
	padding-top: 5px;
}

.downloadkategorien li table tr td ul li{
	width: 440px;
}

.downloadkategorien li a.kategorie:focus,
.downloadkategorien li a.kategorie:active,
.downloadkategorien li a.kategorie:hover {
	outline: 0;
	color: #81b624;
}

.downloadkategorien li a.kategorie:active table,
.downloadkategorien li a.kategorie:focus table {
	display: block;
}

.downloadkategorien li a.kategorie table li {
	line-height: 18px;
	padding-bottom: 12px;
}

.downloadkategorien li a.kategorie a:link,
.downloadkategorien li a.kategorie a:visited {
	color: black;
	text-decoration: none;
}

.downloadkategorien li a.kategorie a:hover {
	color: #81b624;
}

.downloadkategorien li a.kategorie span {
	color: #6f6f6f;
	font-size: 80%;
}

.gbook {
	width: 100%;
	height: 160px;
	border: 1px solid #bcbcbc;
	margin-bottom: 20px;
	border-collapse: collapse;
	background: #fafafa;
}

.gb_left {
	width: 135px;
	padding: 2px 6px;
	border-right: 1px solid #dcdcdc;
	vertical-align: top;
}

.gb_left a img {
	border: 0px;
}

.gb_right {
	padding: 2px 6px;
	vertical-align: top;
}

.gb_right img {
	max-width: 448px;
	max-height: 480px;
}

/* FOOTER */

#footer{
	clear: both;
	text-align: center;
	color: #70736e;
	width: 93%;
	height: 50px;
	letter-spacing: 0.3px;
	font-size: 80%;
	padding-top: 15px;
	border-top: 1px solid #bcbcbc;
	margin: 0px auto 100px auto;
}


/* ================================= 
	===  BILDER STYLE  ===
==================================== */

.gallery {
	width: 550px;
	min-height: 500px;
}

.gallery ul {
	list-style-type: none;
}

.gallery ul li a {
	display: block;
	float: left;
	width: 107px;
	height: 108px;
	background: #f5f7f1;
	border: 1px solid #81b624;
	text-align: center;
	margin: 0 6px 6px 0;
	padding: 5px;
	cursor: default;
}

.gallery ul li a.hidden {
	display: none;
}

.gallery ul li a:hover {
	border: 3px solid #81b624;
	padding: 3px;
}

.gallery ul li a img {
	display: block;
	border: 1px solid #888;
	margin: 1px 13px;
}

.gallery ul li a.hz img {
	margin: 14px 0px;
}


/* ================================= 
	===  LIGHTBOX  ===
==================================== */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block; 
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(mods/lightbox/images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(mods/lightbox/images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
}

#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			

#imageData #bottomNavClose {
	width: 66px;
	float: right; 
	padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
