/* CSS Document */

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
a    { 
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration:none;

	color: #000000;
}	

a:hover {	text-decoration:underline;
 }
.copyright {
	font-size: 11px 
	
}
.underline { 	font-size: 14px;	text-decoration:underline;
}

.navi {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #9999FF; }
.gelb {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000022; }
.blau {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
	font-weight: normal;
	color: #000022; }	
.gelbweiß {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FCFFC6; }
		
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
		font-weight: bold;
		color: #990000;

	text-decoration: underline;
}
.home2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
		
}

h1 {
	font-size:13pt ; font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
h2 {
	font:bold 10pt  Arial, Helvetica, sans-serif;
	color: #990000;
}


  body {
    color: black; background-color: #ffffff;
    margin-top: 20px; 
	margin-left: 0px;
	margin-right: 0px; 
	padding: 5px;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  #Seite {
    color: black; background-color: #ffffff;

    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 1024px;
    height: 490px;
    padding: 4px;
    
  }
 

  #foto {
  float:left; width: 301px;  height: 436px;

  }
  #Inhalt {  
   margin-left: 305px;  height: 434px;
    border: 1px ridge black;
	
  }
 
  #box1 {
	float:left; top:100px;
	width:100px;
	height:27px;
	z-index:1;
	margin: 0 auto;
	left: 337px;}

#box5 { 
 position:absolute; top:1100px; left: 15px; width:600px;  z-index:1; }  /*content*/


 
