body {
	margin: 0px;                       /* außenrand/abstand allgemein, zum bildschirmrand */
	font-size: 14px;                   /* schriftgröße */
	color: #000;                       /* textfarbe */
	font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
	background-color: #F5F5DC;       /* hintergrundfarbe, ausserhalb menue und inhalt #F5F5DC; */
	
}

/* ----------------------------------------------------------- */
/* formatierung h1                                             */
/* ----------------------------------------------------------- */
h1 {
       /* font-size: 2.0em; */
       font-size: 24px;
       /* color: #0000ff;  */
        color: #990033;
}

/* ----------------------------------------------------------- */
/* formatierung h3                                             */
/* ----------------------------------------------------------- */
H3 {
        font-size: 1.0em;
       color: #0000ff;  
       /*  color: #008000;*/
}


H4 {
        font-size: 0.8em;
      /* color: #0000ff; */ 
       /*  color: #008000;*/
     
}

.big_fett
{
        font-weight: bold;
}                

#inhalt{
	/*float: left;*/
	width: 70%;				/* 100 */
        padding-left: 20%;
        /*padding-top: 5%;*/
         
	/* BORDER: 1px solid red;  */
}


.info {
      width: 100%; 
      text-align: right;
      font-size: 11px;
      
      } 
      
.zurueck {
      width: 100%; /* 69%; */
    	text-align: center;
    	padding: 1%;
      
      } 


a:link {color:#0000ff; text-decoration:none}
a:visited {color:#0000ff; text-decoration:none}
a:active {color:#0000ff; text-decoration:none}
a:hover {color:#0000ff; text-decoration:underline}

