/* CANTIQUA NOVA  */

/* BODY  --------------------------------------------------- */

html, body{
         height: 100%;
         padding: 10px;
         padding-top: 5px;
}

body     {
         font-family: Verdana, Tahoma, Arial, sans-serif;
         color: #FFFFFF;
         background-color: #800000;
		 background-image:url(0_back.gif)
}

a:link   {
	 text-decoration: none;
	 color: #4C9E4D;
}

a:visited {
	 text-decoration: none;
	 color: #4C9E4D;
}

a:hover  {
	 text-decoration: underline;
         color: #4C9E4D;
         
}

a:active{
        text-decoration: underline;
		color: #4C9E4D;
}

.hinweis{
        color: #800000;
}

.stattgefunden {
        color: #0080C0;
}

.head      {
        font-weight: bold;
}      

.bighead  {
        font-weight: bold;
		font-size: 110%;
}      

.schrift_kleiner {
        font-size: 90%;
		}
		 
.hervorhebung {font-style: italic;
		}


/* KOPF ----------------------------------------------------- */


#kopf   {
        font-weight: bold;
        height: 60px;
}

#kopf img{
        float: left;
        width: 130px;
        margin-right: 20px;
}

#kopf p {
        padding-top: 6px;
        margin-left:160px;
		text-align:center;
}


/* NAVIGATION ----------------------------------------------- */

#navi   {
         font-size: 14px;
         font-weight: bold;
         text-align: center;
         float: left;
         width: 130px;
         margin-top: 5px;
         padding-top: 20px;
         margin-right: 20px;
         height: 100%;
           
}

#navi_2   {
         font-size: 12px;
         /*font-weight: normal;*/
         text-align: right;
}


/* INHALT -------------------------------------------------- */

#inhalt  {
         margin-left: 160px;
         margin-top: 28px;
         border-top: 1px solid #808080;
         padding-top: 20px;
         Padding-bottom:10px;
         border-bottom: 1px solid #808080;
         margin-bottom: 20px;
}

#inhalt  td {
         vertical-align: top;
}


/* LEGENDE ----------------------------------------------- */

#legende {
         width: 400px;
         font-size: 90%;
}



/* FUSS --------------------------------------------------- */

#fuss   {
        font-size: 80%;
        <!--margin-left: 160px;-->
}

