/*  ... Style-Sheet-Angaben ... */

    body {
	  background-image: url(bg01.jpg);
	  background-color:#fff;
	  color:#000;
	   font-family: Helvetica, Verdana, sans-serif;
      font-size: small;
    }

	.head {
/*	  background-image: url(bg00.jpg); */
	  background-color: #fff;
     color: inherit;
	  margin: 0px auto;

	  border: 2px solid #8c8;

	  padding: 10px;
	  width: 100%;
/*
	  font-size: 12pt;
	  text-align: left;
*/
	}

	.main {
	  background-image: url(bg01.jpg);
	  margin: 0px auto;
/*	  border: 2px solid #8c8; */
	  padding: 5px;
	  width: 640px;
	  font-size: 12pt;
	  text-align: left;
	}

	h1 { font-family: Times, serif; font-weight: bold; font-size: 20pt }
	h2 { font-family: Times, serif; font-weight: normal; font-size:  20pt; text-align: center; }
	h3 { font-family: Helvetica, Verdana, sans-serif; font-weight: bold; font-size: 16pt }
	h4 { font-family: Helvetica, Verdana, sans-serif; font-weight: normal; font-size: 16pt }
	h5 { font-family: Helvetica, Verdana, sans-serif; font-weight: normal; font-size: 12pt }

	p { margin-top: 0; }

	A:Link,Input{text-decoration:underline} 
	A:Visited{text-decoration:underline} 
	A:Active{color: white; background-color: inherit; text-decoration:underline} 
	A:hover{color: green; background-color: inherit; text-decoration: underline}

	.zitat { font-family: Helvetica, Verdana, sans-serif; font-weight: normal; font-size: 10pt }
    
.date { font-size:12pt; font-weight: bold; text-decoration:underline; }
.time { font-size:10pt; font-weight: bold; }
.type { font-size:12pt; font-weight: bold; }
.theme { font-size:12pt; font-weight: bold; font-style:italic; }
.verant { font-size:11pt; font-weight: bold; }
.infos { font-size:10pt; font-weight: bold; }
.loc { font-size:11pt; font-weight: bold; }

    #menubar {
      border-top: 2px solid #e6e6e6;
      border-right: 2px solid #b1b1b1;
      border-bottom: 2px solid #b1b1b1;
      border-left: 2px solid #e6e6e6;
      background-color: #c5f5c3;
      background-image:url(bg01.jpg);
background-repeat: repeat-y;
font-size: 10pt;
      color: #000;
      height: 1.8em;
      line-height: 1.2em;
    }
    
    .menu {
      width: auto;
      float: left;
      padding: 0.1em 3em 0.1em 0.5em;
      cursor: default;
    }
    
    .menu ul {
      display: none;
      position: absolute;
      background-color: #e6e6e6;
      color: black;
      list-style: none;
      margin: 0.1em 0 0 0;
      padding: 0;
    }

    .menu ul li {
      display: block;
      padding: 0.2em;
    }
    
    div.menu:hover ul {
      display: block;
      margin: 0;
      padding: 0;
    }

    div.menu ul li:hover {
      background-color: #ccf;
      color: inherit;
    }

    .copy {
      font-size: 10pt;
      color: #484;
      background-color: inherit;
      text-align: right;
      margin: 0.2em 0 0 0;
    }

	.neu {
	  margin:50px auto;
     background-color: #fff;
     color: inherit;
     border-left:1px solid #484;
	  border-top:1px solid #484;
	  border-right:4px solid #484;
	  border-bottom:4px solid #484;
	  padding:10px;
	  width:100%;
	  font-size:12pt;
	  text-align:justify;
	}
/*
	table.neu td{
	  font-family: Times, serif;
	  font-size: 8pt;
	  vertical-align: top;
	  text-align: left;
	}
*/
	.eintrag {
	  margin:50px auto;
     color: inherit;
     background-color: #fff;
	  border-left:1px solid #484;
	  border-top:1px solid #484;
	  border-right:4px solid #484;
	  border-bottom:4px solid #484;
	  padding:10px;
	  width:100%;
	  font-size:12pt;
	  text-align:justify;
	}
	table.eintrag td{
	  font-family: Times, serif;
	  font-size: 8pt;
	  vertical-align: top;
	  text-align: left;
	}
	table.eintrag th{
	  font-family: Times, serif;
	  font-size: 10pt;
	  font-variant: small-caps;
	  vertical-align: top;
	  text-align: left;
	  text-decoration: underline;
	}

	.buch {
      display: block;
	  margin:50px auto;
	  border-left:2px solid #484;
	  padding:10px 5px;
	  width:100%;
	  height: 90px;
	  font-size:12pt;
	  text-align:justify;
	}
	.buch img {
	  float: right;
	}
	.buch .titel {
	  font-weight: bold;
	}
	.sprungliste {
	  font-size: 10pt;
/*	  font-weight:bold; */
	}

.kform {
	width: 500px;
	text-align: left;
	margin:0 auto;
	border: 0;
}
.kform td {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: right;
}
.kform th {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

.inputtext {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
	padding: 2px;
	height: 20px;
	width: 350px;
	border: 1px solid #CCCCCC;
}
.inputtextarea {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
	padding: 2px;
	height: 150px;
	width: 350px;
	border: 1px solid #CCCCCC;
}
.inputbutton {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #aaffee;
	padding: 2px;
	border: 2px solid #CCCCCC;
}

#leftCol {
position:absolute;
width:175px;
top:250px;
left:10px;
border:1px dashed black;
background-color:transparent;
padding:10px;
z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
/*
voice-family: "\"}\"";
voice-family:inherit;
width:128px;
*/
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

#rightCol {
position:absolute;
width:190px;
top:20px;
right:20px;
border:1px dashed black;
color: inherit;
background-color:#eee;
padding:10px;
z-index:1;
/* Again, the ugly brilliant hack. */
/*
voice-family: "\"}\"";
voice-family:inherit;
width:168px;
*/
}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

/*
	.linkliste {
	  border: 2px solid #484; 
	  width:600px;
	  margin:5px auto; 
	}
	.linkliste p {
	  clear:both;
	  margin:1em 0;
	}
	.linkliste #link_ort {
	  width: 200px;
	  float:left;
	  font-family: Times, serif;
	  font-size:10pt;
	}
	.linkliste #link_ziel {
	  width: 380px;
	  float:right;
	  font-family: Times, serif;
	  font-size:10pt;
	}
*/
	#page_title {
	  font-size:15pt;
	  font-weight: bold;
	  text-align: center;
	  text-decoration:underline;
	}
	#list_title {
	  font-size:12pt;
	  font-weight:bold;
	}
/*
    #list_entry {
      background-color: #fff;
	  font-family: Times, serif;
	  font-size:10pt;
	}
    #link_ort #link_ziel {
	  font-family: Times, serif;
	  font-size:10pt;
	}
*/

