/* CSS für die Tafel-Seiten */


BODY	{
	font-family: Verdana, Geneva, Helvetica, Arial, sans serif;
	font-size : 100%;
	color: #000000
	line-height: 100%;
	margin-left: 50px;
	margin-right: 50px
	padding: 0;
	width: 90%;
	height: 100%;
	text-decoration: none;
	background: #ffffff}

.textrot {color: #CC0000}
.textblau {color: #0000CC}
.textgruen {color: #009900}
.textweiss {color: #ffffff}

         }
.border {
   font-size: 0.9em;
   line-height: 1.4em;
   padding: 5px;
   border-width: 2px;
   border-color: #ff0000;
   border-style: solid;
   background-color: #eeeeee;}


a:link {color:#0000cc;}
a:visited {color:#666699;}
a:hover {color:#ff0000;}
a:aktive {color:#666699;}

/*  kopf */
div#kopf p {
   font-size: 0.85em;
   line-height: 1.4em;
   margin: 1em 0;}

div#kopf h4 {
   font-size: 1.2em;
   line-height: 1.4em;
   margin: 0.2em 0;}

div#kopf h2 {
   font-size: 1.4em;
   line-height: 1.4em;
   margin: 0.2em 0;}

div#kopf h1 {
   font-size: 1.8em;
   line-height: 1.4em;
   margin: 0.2em 0;}

/* inhalt */
* html div#inhalt{height: 1em;} /*Workaround gegen den 3-Pixel-Bug des IEs*/

div#inhalt p {
   font-size: 0.85em;
   line-height: 1.4em;
   margin: 1em 0;}

div#inhalt li {
   font-size: 0.85em;
   line-height: 1.4em;
   margin: 1em 0;}

div#inhalt dl {
   font-size: 0.85em;
   line-height: 1.4em;
   margin: 1em 0;}

div#inhalt h4 {
   font-size: 1.2em;
   line-height: 1.4em;
   margin: 1em 0;}

.klein {
   font-size: 0.75em;
   font-weight: bold;
   line-height: 1.1em;
   margin: 1em 0;}

/* zwei Tafeln */

div#zwei {
   margin: 1em 0;
   padding: 0.4em;
}

   div#zwei ul {
   list-style-type: none;
   width: 200px;
   height: 200px;
   padding: 0.5em;
   margin-right: 2em;
   float: left;
   }

*div#zwei p {
   font-size: 0.9em;
   font-weight: bold;
   }

div#zwei h4 {
   font-size: 1.4em;
   line-height: 1.6em;
   }

div#zwei li {
   margin-top: 5px;
   font-size: 0.8em;
   font-weight: bold;
   }

/*div#zwei a {
   text-decoration: none;
   color: black;} */

div#zwei img {
   border: solid 1px #000000;
   width: 106px;
   height: 150px;}

/* fuss */

div#fuss {
    clear: both;
}

div#fuss p {
   font-size: 0.75em;
   line-height: 1.0em;
   margin: 1em 0;}