/* main layout */

  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    background:url(../images/bg1.gif);    
  }
  

#top1 {
float:left;
	background:url(../images/bg_top2.jpg);
	margin:0px;
	padding:0px;		
	height:50px;
	width:300px;	
}

#top2 {
	background:url(../images/bg_top2.jpg);
	margin:0px;
	padding:0px;		
	height:50px;
	text-align:right;
}

div#Rahmen {
    width: 100%;
    background-color: #2f2981;
}
* html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 100%;
}
  
div#Rahmen div {
     clear: left;
}
  
ul#Navigation {
    margin:0;        
    padding:1px;            
    padding-left:10px;                
    text-align: center;    
    background-color: #2f2981;
    color:white;
    font-size: 0.9em;    
    font-family: "comic sans ms" ,Arial,sans-serif;
} 

ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; padding: 0;
}

* html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
}
*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
}

ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 2.2em; 
    display: none;  /* Unternavigation ausblenden */
}
* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
}
*:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
}

ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}

ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
}

ul#Navigation a, ul#Navigation span {
    display: block;
    width: 6em;  /* Breite den in li enthaltenen Elementen zuweisen */
    margin-top: 3px; 
    margin-bottom: 3px;     
    padding: 3px;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #2f2981; background-color: #c0bed8;
}

* html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}

ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #8986b7;
}

li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
}

ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: gray;
}

ul#Bodylinks {
    font-size: 0.83em;
    float: left; width: 16em;
    margin-top: 10px; 
    margin-bottom: 1px;     
    margin-left: 1px;     
    margin-right: 10px;     
    padding: 0;
    border: 1px dashed silver;
  }
  ul#Bodylinks li {
    list-style: none;
    margin-left: 0; padding-top: 0.5em;
  }

  ul#Bodylinks a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  
  ul#Bodylinksfound {
    font-size: 0.83em;
    float: left; width: 10em;
    margin: 0px; padding: 0;
    border: 0px dashed silver;
  }
  
  ul#Bodylinksfound li {
    list-style: none;
    margin-left: 0; padding-top: 0.5em;
  }

  ul#Bodylinksfound a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }  
  
  div#InhaltTBsfound   {
    float: left; width: 33em;  
    margin-top: 30px; 
    margin-bottom: 10px;     
    margin-left: 50px;     
    margin-right: 1px;       
    padding: 10px;
    vertical-align:middle;
  }  
  * html div#InhaltTBsfound {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }    
  
  div#InhaltTBsown   {
    margin-top: 30px; 
    margin-bottom: 10px;     
    margin-left: 50px;     
    margin-right: 1px;       
    padding: 10px;
    vertical-align:middle;
  }    
  * html div#InhaltTBsown {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }  
  

  div#Inhalt {
    margin-top: 30px; 
    margin-bottom: 10px;     
    margin-left: 1px;     
    margin-right: 1px;       
    padding: 0;
    border: 0px dashed silver; 
    text-align:center; 
    vertical-align:middle;
    height: 300px; 
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }

  div#Inhaltfound {
    margin: auto;
    padding: 0;
  }
  * html div#Inhaltfound {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  
  div#InhaltFotos   {
  float:left;
    margin-top: 0px; 
    margin-bottom: 0px;     
    margin-left: 30px;     
    margin-right: 30px;       
    padding: 0px;
    border: 0px dashed silver; 
    text-align:center; 
    vertical-align:middle;
  }
  * html div#InhaltFotos {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }  
  
  div#InhaltKontakt {
    margin-top: 30px; 
    margin-bottom: 10px;     
    margin-left: 100px;     
    margin-right: 1px;       
    padding: 0;
  }
  * html div#InhaltKontakt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }    
  
  div#gaestebuch   {
    margin-top: 30px; 
    margin-bottom: 10px;     
    margin-left: 20%;     
    margin-right: 1px;       
  }
  * html div#gaestebuch {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }    

  div#InhaltLogView   {
    margin-top: 30px; 
    margin-bottom: 10px;     
    margin-left: 40px;     
    margin-right: 40px;       
    padding: 0;
    border: 0px dashed silver; 
    text-align:center; 
    vertical-align:middle;

  }
  * html div#InhaltLogView {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }  
  
 
table.foundinputform  {
	margin:0px;
	padding:0px;
}

p.Text01 { 
    font-size: 1.4em;
    font-family: "comic sans ms" ,Arial,sans-serif;
    background-color:transparent;        
    color: #2f2981;
    text-align:center;
}

p.Text02 { 
    font-size: 1em;
    font-family: "Times New Roman" ,Arial,sans-serif;
    font-style: italic;
    font-weight: bold; 
    text-decoration: underline       
}

p.Text03 { 
    font-size: 1em;
    font-family: "Times New Roman" ,Arial,sans-serif;
    font-style: italic;
}

p.Text04 { 
    font-size: 1.4em;
    font-family: "comic sans ms" ,Arial,sans-serif;
    background-color:transparent;            
    color: #2f2981;
    text-align:left;    
}

p.Text05 { 
    font-size: 1.4em;
    font-family: "comic sans ms" ,Arial,sans-serif;
    background-color:transparent;            
    color: #2f2981;
    text-align:center;    
}

p.Text06 { 
    font-size: 1em;
    font-family: "comic sans ms" ,Arial,sans-serif;
    background-color:transparent;            
    color: #2f2981;
    text-align:center;    
}

p.IndexGrafikZeile {
    margin: 1px; padding: 0;
    text-align: center;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.7em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #2f2981; border: 1px solid silver;
    color: white;
  }
  


table {
	margin:0px;
	padding:0px;
}

td.TabUeberschriftAnzahl {
    font-size: 0.6em;
    margin: 0; padding: 0;
    color: red;
    vertical-align:middle;    
}

td.TabUeberschriftLog {
    font-size: 0.8em;
    margin: 0; padding: 0;
    color: blue;
    text-align:right;
    width:200px;
    vertical-align:top;
    font-family: "Times New Roman" ,Arial,sans-serif;
    font-size:14px;	      
}

td.fotos {
    margin: 0; padding: 0;
    color: blue;
    text-align:center;
    height: 100px;     
    font-family: "Times New Roman" ,Arial,sans-serif;
    font-size:14px;	  
    font-weight:bold;        
    vertical-align:middle;	
}

td.camera {
    margin: 0; padding: 0;
    color: blue;
    text-align:center;
    font-family: "Times New Roman" ,Arial,sans-serif;
    font-size:14px;	  
    font-weight:bold;        
    vertical-align:middle;	
}

td, th {
	margin:0px;
	padding:0px 7px 0px 7px;
	text-align:left;
}


.inactive {
	font-weight:bold;
	color:#9e9e9e;
}

.selected {
	font-weight:bold;
	background:#cc0000;
	color:#ffffff;
}

tr.head th {
	background-color:#bfbfbf;
	padding:2px 5px 3px 5px;	
	font-size:12px;	
}

tr.list th {
	background-color:#bfbfbf;
	padding:2px 7px 3px 8px;	
}

tr.even {
	background-color:#dddddd;
}

tr.odd {
	background-color:#eeeeee;
}

tr.even:hover, tr.odd:hover, tr.hilight:hover {
     background-color: yellow;
     color: black;	
}

tr.odd td, tr.odd th, tr.odd td a, tr.even td, tr.even td a, tr.even th, tr.hilight td, tr.hilight td a,  tr.list th a {
	font-size:12px;
     font-style: italic;
}

tr.log td {
	font-size:11px;
	vertical-align:top;	
     border: 1px dashed silver;  
}

tr.headstat th {
	padding:10px 5px 3px 5px;	
	font-size:14px;
     color: blue;		
     font-weight: bold;	     	
}

tr.stat td {
	font-size:12px;
     text-align: right;
	margin:0px;
	padding:0px;	
     font-weight: bold;	
     color: blue;
     border: 0px dashed silver;  
}

tr.selector td {
	font-size:12px;
	margin:0px;
	padding:0px;	
     font-weight: bold;	
     color: blue;
     border: 0px dashed silver;  
}

.found {
	color:blue;
}

.foundFTF {
	color:#CC9933;
     font-weight: bold;		
}

.foundSTF {
	color:#bab6b9;
     font-weight: bold;		
}

.foundTTF {
	color:#FF8040;
     font-weight: bold;		
}

.edit {
	color:red;
     font-weight: bold;		
     font-family: Arial,sans-serif;
     font-size:16px;	       
}


tr.evenlogviewheader {
	background-color:#dddddd;
	font-size:14px;
     font-weight: bold;
}

tr.oddlogviewheader {
	background-color:#eeeeee;
	font-size:14px;
     font-weight: bold;	     
}

tr.evenlogview {
	background-color:#dddddd;
	font-size:12px;
     font-style: italic;	
}

tr.oddlogview {
	background-color:#eeeeee;
	font-size:12px;
     font-style: italic;	
}

tr.counterueberschrift td {
     font-weight: bold;	     
     font-family: Arial,sans-serif;
	background-color:#2f2981;
     color: yellow;		
	font-size:12px;
     text-align: center;
	margin:0px;
	padding:0px;	
     border: 0px dashed silver;  
}

tr.counter td {
     font-family: Arial,sans-serif;
	background-color:#eeeeee;
     font-style: italic;
	font-size:11px;
     text-align: center;
	margin:0px;
	padding:0px;	
     color: #2f2981;
     border: 0px dashed silver;  
}

tr.tbheader td{
	font-size:12px;
	margin:0px;
	padding:0px;	
     font-weight: bold;	
     color: blue;
     height: 30px;
	vertical-align:top;     
}

td.tbbez{
	font-size:14px;
     font-style: italic;
	margin:0px;
	padding:0px;	
     color: blue;
}

td.tbanz{
	font-size:14px;
     font-style: italic;
	margin:0px;
	padding:0px;	
     color: blue;
     text-align: right;     
}

tr.kontakt td{
	font-size:14px;
	margin:0px;
	padding:0px;	
     font-weight: bold;	
     color: blue;
     height: 30px;
	vertical-align:middle;     
     text-align: left;     	
}

.nosee { display:none; }

td.matrix_fill{
    text-align: center;
	font-size:0.9em;
    font-family: Verdana; 
    font-style: normal; 
    color: white; 
    background-color:#000099    
}