/* CSS für die Startseite */

/* Basiskonfiguration ------------------------------------------------------- */
* { margin: 0; padding: 0; border: 0; }

body { 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	text-align: left; 
	background-color: #addeff; 
	font-size: 10pt;
}

h1 {
	color: #d23000;
	font-size: 140%;
}

h2 {
	color: #d23000;
    font-size: 130%;
}

.small {
    font-size: 80%;
    color: #000000;
}

div.einleitung {
    margin-top: 5px;
    text-align: center;
}

div.einleitung h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    color: navy;
}

div.einleitung h3, a {
    font-style: normal;
    font-weight: normal;
    font-size: 90%;
    color: navy;
}


div.main_area {
	position: relative;
	height: 624px;
	width: 1022px;
	top: 10px;
	margin-top: 10px;
	border-color: #0e3763;
	border-width: 1px;
	border-style: solid;
	background-image: url(../images/index/startseite.jpg);

}

div.kinder {
    position: absolute;
    left: 120px;
	top: 85px;
	width: 280px;
	height: 65px;
}

div.schule {
    position: absolute;
    left: 430px;
	top: 200px;
	width: 220px;
	height: 160px;
}

div.eltern {
    position: absolute;
    left: 635px;
	top: 85px;
	width: 280px;
	height: 65px;
}

div.aktuelles_kinder {
    position: absolute;
    left: 140px;
	top: 320px;
	width: 140px;
	height: 180px;
	text-align: left;
}

div.aktuelles_eltern {
    position: absolute;
    left: 680px;
	top: 250px;
	width: 235px;
	height: 300px;
	text-align: left;
	line-height: 2em;
}

div.impressum {
    position: absolute;
    left: 900px;
	top: 585px;
	width: 100px;
	height: 50px;
}
