/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


a:link      { text-decoration: none; color: #333333; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a:visited   { text-decoration: none; color: #333333; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a:hover     { text-decoration: underline; color: #333333; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a:active    { text-decoration: underline; color: #333333; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }


a.admin:link      { text-decoration: none; color: #333333; font-size: 8pt; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a.admin:visited   { text-decoration: none; color: #333333; font-size: 8pt; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a.admin:hover     { text-decoration: underline; color: #333333; font-size: 8pt; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a.admin:active    { text-decoration: underline; color: #333333; font-size: 8pt; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }

a.gb:link      { text-decoration: none; color: #333333; font-size: 0.75em; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a.gb:visited   { text-decoration: none; color: #333333; font-size: 0.75em; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a.gb:hover     { text-decoration: underline; color: #333333; font-size: 0.9em; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a.gb:active    { text-decoration: underline; color: #333333; font-size: 0.75em; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }

a.path:link      { text-decoration: none; color: #333333; font-size: 0.75em; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a.path:visited   { text-decoration: none; color: #333333; font-size: 0.75em; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a.path:hover     { text-decoration: underline; color: #333333; font-size: 0.75em; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }
a.path:active    { text-decoration: underline; color: #333333; font-size: 0.75em; font-style: normal; font-family:Helvetica,Arial,sans-serif;  }


  body {
    color: black; 
	background-color: white;
    font-size: 1em;
	font-style: normal;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0.3em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  img {
	border:0;
  }
  h1 {
	height: 135px;
    font-size: 1.5em;
    margin: 0 0 0.7em; 
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid silver;
	overflow:visible;
  }
  h2.tour_title {
	font-size: 1.5em;
  }
  
  div#Navigation {
    /*width: 13em;*/
	color: black; background-color: #eee;
	width:15%;
    font-size: 0.9em;
    float:left; 
    margin: 0 0 0.1em; 
	padding: 0;
    border: 1px dashed silver;
  }
    div#Navigation p {
	color: black; background-color: #eee;
    font-size: 0.9em;
    margin: 0 0 0 0.5em;
  }

  div#Navigation p.titel {
    color: black; background-color: #eee;
    font-weight:bold;
    font-size: 1em;
    margin: 0 0 0 0.5em;
  }
  
  div#Navigation ul.kat {
	margin: 0 0 0 0.5em;
	padding: 0;
  }
  
   div#Navigation li.kat {
 	font-size: 1em;
	list-style: none;
	margin: 0; 
	padding: 0;
  }
  
  div#Navigation li.sub {
 	font-size: 0.8em;
    list-style: none;
    margin: 0 0 0 0; padding: 0 0 0 0.9em;
	background-color: #eee;
  }
  
  div#Navigation a {
    display: block;
    padding: 0;
    font-weight: normal;
  }
  
  div#Navigation a:link {
    color: black; background-color: #eee;
  }
  
  div#Navigation a:visited {
    color: black; background-color: #eee;
  }
  
  div#Navigation a:hover {
    color: black; background-color: white;
  }
  
  div#Navigation a:active {
    color: white; background-color: gray;
  }

  p#Quiz {
    color: black; background-color: #eee;
    font-size: 0.9em;
    margin: 0; padding: 0;
  }
  
   div#Navigation p.Quest {
	color: black; background-color: #eee;
    font-size: 0.9em;
    margin: 0 0 0 0.9em;
  }
  
  p#Nachruf {
    color: black; background-color: #eee;
    font-size: 0.9em;
    margin: 0 0 1.1em; padding: 0;
  }
  
  div#Info {
    /*width: 11em;*/
	width:14%;
    font-size: 0.9em;
    float: right; 
    margin: 0 0 0.1em; padding: 0;
    background-color: #eee; 
	border: 1px dashed silver;
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 0.75em;
    margin: 0.5em;
  }

  div#Info p.titel {
    font-weight:bold;
    font-size: 1em;
    margin: 0.5em;
  }
  div#Info a {
    padding: 0.1em;
    font-weight: normal;
  }
  
  div#Info a:link {
    color: black; background-color: #eee;
  }
  
  div#Info a:visited {
    color: black; background-color: #eee;
  }
  
  div#Info a:hover {
    color: black; background-color: white;
  }
  
  div#Info a:active {
    color: white; background-color: gray;
  }
  
  div#Inhalt {
    /*width: 52em;*/
	width:64%;
    min-height: 100px;
    text-align:center;
    /*margin: 0 13em 1em 13em;*/
	margin: 0px auto;
    padding: 0 0.4em;
    border: 1px dashed silver;
  }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }

  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }

  div#Inhalt p {
    font-size: 0.85em;
    margin: 1em 0;
  }

  div#Inhalt p.bild-box {
	float: left;
    text-align: center;
    margin: 0px auto;
    padding: 0.1em;
  }

  div#Inhalt p.bild-box img {
    text-align: center;
    border: 1px solid silver;
	display: block;
    margin: 0px auto;
    padding: 0 0 0 0;
  }
  
  span.box1 {
	width: 155px;
	vertical-align: top;
	display:inline-block;
    margin: 5px auto;
	padding: 0 0 0 0;
  } 
    
  span.box1_txt {
	font-size:0.85em; 
	font-weight:bold;
	margin: 2px auto;
    padding: 0 0 0 0;
	display: block;
  }
  
  div.box2 {
	min-width:640px; 
	min-height:200px; 
	text-align:center; 
	margin: 1px auto;
  }
  
  span.box2 {
	width:255px; 
	min-height:200px;
	vertical-align: top;	
	margin:5px auto; 
	text-align:center; 
	display: inline-block;
  }
  
  img.box2_img {
	width:250px;
	min-height: 140px;
	border: 1px solid silver;
  }
  
  span.box2_txt {
	width:250px;
	font-size:0.80em;
	text-align: center;
	margin: 5px auto;
	display: block;
  }
  
  div.box3 {
	width:550px; 
	min-height:550px; 
	text-align:center; 
	margin: 1px auto;
  }
  
  span.box3_txt {
	width:490px; 
	min-height:55px; 
	font-size:0.70em; 
	font-weight:bold; 
	text-align:center; 
	margin: 5px auto;
	display: block;
  }
 
  div.layer99 {
	visibility: hidden; 
	display:none; 
	position:absolute; 
	top:100px; 
	left:200px; 
	width:670px; 
	height:510px; 
	background-color:#FFFFFF; 
	border:2px solid silver; 
	padding:1px; 
	z-index:1; 
	vertical-align: middle; 
	text-align:center; 
	padding:15px; 
	cursor:-webkit-zoom-out; 
	cursor: -moz-zoom-out;
	cursor: url(themes/lupeminus.cur);
  }
  
  div.layer_trans {
	visibility: hidden; 
	display:none; 
	position:absolute; 
	top:1px; left:1px; 
	width:200px; height:200px; 
	background-image:url(overlay.png);
  }
  img.layer99_img {
	vertical-align: middle; 
	text-align:center;
  }
  
  img.layer1_img {
	vertical-align: middle; 
	text-align:center; 
	border: 1px solid silver; 
	cursor:-webkit-zoom-in; 
	cursor: -moz-zoom-in; 
	cursor: url(themes/lupeplus.cur);
  }
  
  p#Fusszeile {
    clear: both;
    font-size: 0.75em;
    margin: 1px auto; padding: 0.5em;
    text-align: center;
    background-color: #FFFFFF; border: 1px solid silver;
  }
 
 div.tour_title_txt {
	width:90%; 
	font-size:0.85em; 
	margin: 0px auto;
 }
 
 ul.outline {
    display: none;
    margin: 0px;
    padding: 0px;
	list-style-type:none; 
  }
 
 div.gb_label {
    width:10%;
	text-align:left;
	font-size:0.75em; 
	font-weight:bold; 
	float:left;
 }
 
 div.gb_date {
    font-size:0.75em; 
	font-weight:bold;
	float:right;
 }
 
 div.gb_name {
     text-align:left; 
	 font-size:0.75em; 
	 font-weight:bold;
 }
 
 div.gb_mail {
    color: silver;
	text-align:left; 
	font-size:0.75em;
 }
 
 div.gb_text {
	text-align:left; 
	font-size:0.75em;
	margin-left: 10%;
 }
 
  div.clear {
 	clear: both;
	width: 2px;
	height: 2px;
	margin: 2px auto;
 }