*{
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 28px;
  
	font-family: "Signika", sans-serif;
  
	color: rgb(77, 24, 35);
  
	line-height: 1;
  
	text-align: left;
 
	font-weight: 400;
	text-transform: uppercase;
}

h2{
	font-size: 18px;
  
	font-family: "Signika";
  
	color: rgb(77, 24, 35);
  
	line-height: 1.75;
  
	text-align: left;
 
	font-weight: 400;
	text-transform: uppercase;
}


h3{
  
	font-size: 18px;
  
	font-family: "Signika";
	color: rgb(77, 24, 35);

	text-align: bottom;
	font-weight: 400;
	text-transform: uppercase;
}


h4{
  
	font-size: 17px;
  
	font-family: "Signika";
  
	color: rgb(77, 24, 35);

	font-weight: 400;
	line-height: 2;
 
}

h5{
  
	font-size: 14px;
  
	font-family: "Signika";
  
	color: rgb(77, 24, 35);
  
	line-height: 1.286;
 
	text-align: left;

	font-weight: 400; 
}


h6{
  
	font-size: 20px;
  
	font-family: "Signika";
  
	color: rgb(77, 24, 35);
  
	line-height: 120%;
 
	font-weight: 300; 

}


p{ 
	font-size: 14px;
  
	font-family: "Signika";

	color: rgb(77, 24, 35);

	line-height: 1.286;
	text-align: justifyLeft;
}

li{ 
	font-size: 14px;
  
	font-family: "Signika";
	font-weight: 300
;
	color: rgb(77, 24, 35);
  
	line-height: 1.286;
  
	text-align: justifyLeft;
	list-style-type:circle;
}

header, section, footer, aside, nav, article, hgroup{
	display:block;
}

body{
	width:100%;
	background-image: url(Bilder/Malgrund.png);
	background-repeat:repeat;
	text-align:center;
}

#big_wrapper{
       	display: -webkit-box;
       	display: -moz-box;
      	display: -ms-box;
      	display: box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-box-orient:vertical;
	box-orient:vertical;
	width:930px;
	margin:20px auto;
	text-align:left;

}

.top_header{
	height: 300px;
}

#top_menu{
	color:#2A282B;font: bold 25px Signika
}

#top_menu li{
	
}

#main_section{
	display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: box;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	-ms-border-radius: 10px;
    	border-radius: 10px;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-box-orient:vertical;
	box-orient:vertical;

	float:right;
	width:570px;
	margin:10px 10px;	/* 900px 300px left*/	
	padding:25px;

}

#sideboard{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	-ms-border-radius: 10px;
    	border-radius: 10px;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-box-orient:vertical;
	box-orient:vertical;
	background:#EBF5F7;
	opacity:0.8; 
	float:left;
	width:215px;
	margin:10px 10px;
	padding:25px;
	line-height: 200%
}

#foot{
	clear:both;
	padding:20px;
	border-top:2px solid black;
}

article{
	display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: box;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	-ms-border-radius: 10px;
    	border-radius: 10px;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-box-orient:vertical;
	box-orient:vertical;
	width:100%;

	padding:5px;
	margin-bottom:5px;
	margin:5px auto;
}

#button-kiga {
	display: -webkit-box;
       	display: -moz-box;
      	display: -ms-box;
      	display: box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
  	display: block;
  	width: 140px;
  	height: 20px;
    	background: #FFF;
	padding: 10px;
	text-align:center;
	vertical-align:baseline;
}

#button-kiga:hover {
  	height: 95px;
  	background-image: url(Bilder/MouseOver_Kindergarten.png);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:baseline;
}

#button-foerder {
	display: -webkit-box;
       	display: -moz-box;
      	display: -ms-box;
      	display: box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
  	display: block;
  	width: 140px;
  	height: 20px;
    	background: #FFF;
	padding: 10px;
	text-align:center;
}

#button-foerder:hover {
  	height: 95px;
  	background-image: url(Bilder/MouseOver_Foerderverein.png);
	background-repeat:no-repeat;
	text-align:center;
}

#button-kontakt {
	display: -webkit-box;
       	display: -moz-box;
      	display: -ms-box;
      	display: box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
  	display: block;
  	width: 140px;
  	height: 20px;
    	background: #FFF;
	padding: 10px;
	text-align:center;
}

#button-kontakt:hover {
  	height: 95px;
  	background-image: url(Bilder/MouseOver_Kontakt.png);
	background-repeat:no-repeat;
	text-align:center;
}
