html	{
         height:100%;
         margin:0;
		 background-color:#CBC0A7;
	}
body {
	  	font-family: Georgia, "Times New Roman" ;
  	font-size: 0.8em;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	color: #333333;
  	text-decoration: none;
         background-color:#CBC0A7;

	}
a	{
         color: #333333;
         text-decoration: none;
         background-image:url('bilder/mini3.gif');
         background-repeat: no-repeat;
         background-position: left;
         padding-left: 17px;
         }

a.piclink{
		color: #ffffff;
		background-image: none;
		padding-left: 0px;
		
		}		 
		 
a:hover	{
		text-decoration: underline;
		color: #CBC0A7;
         }
a.nopic	{
         background-image:none;
         padding-left: 0px;
		 font-size:0.7em;
         color:#999999;
         }


.small	{
	font-size:0.80em;
         color:#666666;
         }
h1	{
	font-size: 1.3em;
	font-weight: bold;
         letter-spacing:0.13em;
         color: #009900;
         }
h2	{
	font-size: 1.5em;
	
        font-weight: bold;
		
         }
h3	{
	font-size: 1.25em;
         font-weight: bold;
		 padding-top:10px;
		 
         }
h4	{
         font-weight: bold;
		 color:red;
	font-size: 1.2em;
	margin-left: 10px;
         }
ul	{
	list-style-type:circle;
         }
li	{
	padding:3px;
}


#header 	{
	position:absolute;
         top:0px;
		 left:50%;
         margin-left:-400px;
		 width:800px;
		 width:800px;
         height:300px;
         border:1px solid #ffffff;
		 background-color:#ffffff;

         }


 #links 	{
	position:absolute;
         top:301px;
         left:50%;
         margin-left:-400px;
		 width:780px;
         height:40px;
         border:1px solid #ffffff;
         background-color:#ffffff;
         text-align: left;
		 font-size: 1.2em;
		 padding-left:20px;
         }

#contents 	{
		 position:absolute;
         top:340px;
         left:50%;
         margin-left:-400px;
		 width:760px;
         border:1px solid #ffffff;
         padding-left:20px;
         padding-right:20px;
		 padding-top:20px;
		 background-color:#ffffff;
		 text-align:justify;
        }


#footer 	{
	position:relative;
         top:15px;
         left:50%;
         margin-left:-400px;
	width:800px;
         /*border:1px solid #AAAAAA;*/
         padding:5px;
         }






#start{    /* Link zur Startseite (unten links) */
         position:fixed;
         top:380px;
         left:10px;
         width:280px;
         height:25px;
         border:0px;
         }
#maindiv	{  /* eigentliches Hauptfenster */
         position:absolute;
         top:15px;
         left:300px;
         width:530px;
         border:0px;
         }
table	{
	font-size:1em;
	}
td	{
	font-size:1em;
	}