/* CSS Document */

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0;      /* standardkonforme horizontale Zentrierung */
    width: 950px; margin-top: 250px;}
	
div#Inhalt {
	display: block;
	margin-left:170px; 	

	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	position: relative;
	line-height: 150%;
	font-weight: lighter;
	width: 500px;
	font-size: small;
	z-index:11
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
 
  div#Inhalt p {
  	font-family:  Helvetica, Arial, sans-serif;
    font-size: small; 
  
	
	}
  
/* definition links */
div#Navigation {
	font-size: medium;
	float: right;
	width: 100px;
	margin: 0 40px 1em 0;
	text-align: left;
 	text-decoration: none;
	font-family: Helvetiva, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	text-align: left;
	  color: #DD0000;
	}
	
div#Navigation li {
	
	font-family: Helvetiva, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	text-align: left;
  
}
div#Navigation a {
	display: block;
	font-weight: lighter;
	margin-right: 40px;
	line-height: 2em;
	width: 150px;	
}
div#Navigation b {
	display: block;
	font-weight: lighter;
	margin_left: 20px;
	margin-right: 40px;
	line-height: 2em;
	width: 150px;
	font-style: italic;
	font-size: small;
}

	
div#Navigation a:link {
  color: #666666; 
}
div#Navigation a:visited {
  color: #777777; 
}
div#Navigation a:hover {
  color: #BB0000; 
}
div#Navigation a:active {
  color: white; }
  
div#Navigation b:link {
  color: #DD0000; 
}
div#Navigation b:visited {
  color: #777777; 
}
div#Navigation b:hover {
  color: #BB0000; 
}
div#Navigation b:active {
  color: white; }



 





	/*bildergalerie_css*/

/* ================================================================ 
Die CSS-Konstruktion der Bildergallerie stammt von S.Nicholls (vielen Dank an dieser Stelle!):

This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
	
a {color:#000;}
a:hover {text-decoration:none;}
a:visited {color:#000;}

/* slides styling */

.photo {
	width:500px;
	text-align:left;
	position:relative;
	margin-left: 170px;
	
}

.photo ul.topic {padding:0; margin:0; list-style:none; width:500px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:125px; height:31px; float:left;}
.photo ul.topic li a.set {
	display:block;
	font-size:medium;
	width:100px;
	height:30px;
	text-align:left;
	line-height:30px;
	color:#666666;
	text-decoration:none;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	background:#FFFFF;
	font-family:Helvetica, sans-serif, Arial;
	font-weight: lighter;
}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#fff; background:#ddd;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul 
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:10px 10px; margin:0; height:auto; background:#ddd; width:420px; padding:10px 10px; }

.photo ul.topic li a:hover ul li, 
.photo ul.topic li:hover ul li 
{display:inline; width:100px; height:100px; float:left;  margin:1px;}

.photo ul.topic li a:hover ul li a, 
.photo ul.topic li:hover ul li a 
{
	display:block;
	width:100px;
	height:100px;
	cursor:default;
	float:left;
	text-decoration:none;
	
	border:1px solid #888;
	background-color: #FFFFFF;
}

.photo ul.topic li a:hover ul li a img, 
.photo ul.topic li:hover ul li a img 
{
	display:block;
	width:100px;
	height:100px;
	border:2px solid ;
}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:200px; border:0px}



