html	{
         height:100%;
         margin:0;
         cursor:crosshair;
	}
body {
  	font-family: arial;
  	font-size: 0.75em;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	color: #000000;
  	text-decoration: none;
         background-color:#FFFFFF;
         height:80%;
         width:90%;
         margin:0;
         padding:5px;
	}
a	{
         color: #009900;
         text-decoration: none;
         background-image:url('bilder/iconmini2.gif');
         background-repeat: no-repeat;
         background-position: left;
         padding-left: 12px;
         }
a:hover	{
	text-decoration: underline;
         }
a.nopic	{
         background-image:none;
         padding-left: 0px;
         }


.small	{
	font-size:0.85em;
         color:#666666;
         }
h1	{
	font-family: life bt, times new roman, arial;
	font-size: 1.85em;
	font-weight: bold;
         letter-spacing:0.13em;
         color: #009900;
         }
h2	{
	font-family: times new roman, arial;
	font-size: 1.65em;
         font-weight: bold;
         }
h3	{
	font-family: times new roman, arial;
	font-size: 1.35em;
         font-weight: bold;
         }
h4	{
         font-weight: bold;
	font-size: 1em;
	margin-left: 10px;
         }
ul	{
	list-style-type:circle;
         }
li	{
	padding:3px;
}


#header 	{
	position:absolute;
         top:20px;
         left:50%;
         margin-left:-320px;
	width:630px;
         height:215px;
         border:1px solid #AAAAAA;

         }

#portrait{
         position:absolute;
         top:10px;
         left:10px;
         width:150px;
         height:200px;
         border:0px;
         }

#contact	{
         position:absolute;
         top:10px;
         left:180px;
         width:400px;
         height:200px;
         border:0px;
         }

 #links 	{
	position:absolute;
         top:245px;
         left:50%;
         margin-left:-320px;
	width:630px;
         height:35px;
         border:1px solid #AAAAAA;
         background-color:#F0F0F0;
         text-align: center;
         }

#contents 	{
	position:absolute;
         top:290px;
         left:50%;
         margin-left:-320px;
	width:590px;
         border:1px solid #AAAAAA;
         padding-left:20px;
         padding-right:20px;
	padding-top:20px;
         }


#footer 	{
	position:relative;
         top:15px;
         left:50%;
         margin-left:-320px;
	width:630px;
         /*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;
	}
