body
	{
margin: 0 auto;
	padding: 0;
	background-color: #B4EDFD;
	background-image: url('https://www.kinderfreizeithof.de/Bilder/hintergrund.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
	font-family: Arial;
	font-size: 	16px;
	font-weight:normal;
	color:		#257070;
	text-align:left;
	}

/* link formatierungen */

a
	{
	color: 		#145F6A;
	}

a:visited
	{
	color:		#60717b;
	}

a:hover
	{
	color: 		#7a8b1e;
	}

a:active
	{
	color:		#FF0000;
	}

/* überschriften */
h1
	{
	font-size: 	25px;
	font-weight:normal;
	padding:   0px 0px 0px 0px;
	margin:	0px 0px 0px 0px;
	text-align:center;
	}

h2
	{
	font-size: 	20px;
	font-weight:normal;
	padding:    0px 0px 0px 0px;
	margin:		0px 0px 10px 0px;
	text-align:left;
	}
h3
	{
	font-size: 	18px;
	font-weight:normal;
	padding:    0px 0px 0px 0px;
	margin:		0px;
	text-align:left;
	}
#seitenbereich
	{
	background-color: transparent;
    width: 	850px;
    height:auto;
    margin: 	0 auto;
    padding: 0px 0px 0px 0px;
	font-family: Arial;
    color:#145F6A ;
	}
#navibereich
	{
	background-color:transparent;
    width: 	850px;
    height:43px;
    padding: 0px 0px 0px 0px;
	}

#textbereich
	{
	background-color:transparent;
    width: 	850px;
    height:auto;
    padding: 0px 0px 0px 0px;
    text-align:left;
	}
	

#navi {
   text-align:center;             /* Textausrichtung     */
   font-size: 	16px;
   font-weight: bold;         /* fett     */
   color: black;
   margin:0px 0px 0px 0px;
}

#navi ul {
   list-style:none;               /* keine Aufzählungspunkte */
}

#navi li {
    float: right;                   /* Anordnung liks   */
   width:0 auto;                      /* Breite des Links  */
   height: 14px;                     /* Höhe des Links  */
   margin:5px 0px 5px 0px;

   background-color:#7ECFDA;        /* Hintergrundfarbe  */
   padding-top:3px;                /* Innenabstand oben  */
   padding-bottom:6px;             /* Innenabstand unten */
   padding-left:6px;               /* Innenabstand unten */
   padding-right:6px;              /* Innenabstand unten */
}
#navi a
{
    text-decoration: none;
    }
#navi li:hover
	{
	background:	#00FFFF
	}
	

#copyright
{
    font-size: x-small;
}
/* -----------------  Classes -----------------------------------*/

.ausrichtung_oben
{
    vertical-align:top;
}
.bild_mitte
{
    float: none;
    margin:   0px 0px 0px 20px;
}

.bild_rechts
{
    float: right;
    margin:    0px 0px 10px 10px;
    border: 0px;
}


.bild_links
{
    float: left;
    margin:0px 0px 0px 0px;
}

.bild_video
{
    float: right;
    margin:0px 0px 0px 0px;
}