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: #354992
      
}


H4 {
        font-size: 0.8em;
      
}


.inhalt{
	/*float: left;*/
	width: 100%;				/* 100 */
       padding-top: 1%;
         text-align: center;
	/*BORDER: 1px solid red;  */
}


.inhalt_links{
	float: left;
	width: 25%;				
	

        margin-left: 6%;
        text-align: center;
	/* /BORDER: 1px solid green; */
}

.inhalt_mitte{
	/**/float: left; 
	width: 25%;	
		

         margin-left: 7%;
	
      
       
	/* BORDER: 1px solid blue; */
}
.inhalt_rechts{
	float: right;
	width: 25%;	
/*	text-align: center;	*/
	/* */margin-right: 6%;		
 	/* BORDER: 1px solid yellow; */





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}



