body	{ 
	font-family:Arial;
	text-align: center; 
	background-color:#fff; 
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(image/background_2.jpg);
	background-repeat:repeat-x;
}

#container {
	width:740px;
	margin: 0px auto;
	background-color:#C2ED96; 
}

#welcomeimage {
	margin:10px;
}

#address {
	margin:auto;
	font-size:14pt;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* menu */

#menu {
	height:4em;
	width:100%;
}
#menu ul {
	display:block;
	background-color:#e1e1e1;
	padding:8px;
	border-top:solid 1px;
	border-bottom:solid 1px;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	background-color:#1f1f1f;
	font-size:12pt;
	margin:0px;
	margin-left:8px;
}
#menu a {
	color:#FFF25C;
}

#menu a:active { 
	text-decoration:none; 
	color:#000;
}
/*menu end */

#content {
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	min-height:600px;
}
#pagetitel {
	font-size:26pt; 
	color:#000; 
	font-family:Elephant;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:10px;
}
div.textdiv {
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	border-spacing:10px;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	color: #000;
	background-color: #FFFFCC;
	border-width:1px; border-style:solid; border-color:#000000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:8px;
	width:80%;
}
div.textdiv b {
	font-weight:bolder;
	color:#B5000F;
}
.textdiv a:link {
	color:#000;
	text-decoration:underline;
}
.textdiv a:visited {
	color:#4356F4;
	text-decoration:underline;
}
div.imgdiv {
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	border-spacing:10px;
	color: #000;
	background-color: #FFFFCC;
	border-width:1px; border-style:solid; border-color:#000000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:5px;
	width:80%; 
}
div.imageruler { 
	padding:8px;
}
div.imageruler img {
	width:80px;
	border:none;
}
table.standart { 
	text-align:left; 
	margin-bottom:15px; 
	margin-left:auto; 
	margin-right:auto; 
	border-width:1px; 
	border-style:solid; 
	border-color:#000000; 
	width:100%; 
	max-width:500px; 
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	background-color: #e7d467;
}
table.standart td { 
	font-weight:bold;
	color: #000;
}
.titel {
	font-family:Elephant,Times,serif; 
	font-size:20px;
	font-weight:bold; 
	color:#002266; 
}
a:link { text-decoration:none; font-weight:bold; color:#000; }
a:visited { text-decoration:none; color:#000; font-weight:bold;}
a:hover { text-decoration:none; color:#000; }
a:active { text-decoration:none; color:#96bbff;}
a:focus { text-decoration:none; color:#A0A0A0;}

#pagetitel a {
	color:#1f1f1f;
}

.blocktitel {
	border-spacing:15px;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	color: #000;
	background-color: #CCFF66;
	border-width:1px; 
	border-style:solid; 
	border-color:#000000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:5px;
}
.textblock1 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:5px;
}
.textblock1 p,ul {
	color: #000;
}

.portait {
	position:relative;
}
/**
 * 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;	
}
