

body {
	background-color:#ffffff;
	/* background-image:url("/pics/background_fade.jpg"); 
	background-repeat:repeat-y; */
    float: left;
    position: relative;
    min-width: 700px;
    width: 100%;
    min-height: 400px;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family:Arial,sans-serif; 
}

a {
    text-decoration: none;
    font-color: black;
}

.blub {
    position: relative;
    height: 150px;
}

.blub img {
    width: 150px;
    height: 150px;
    float: left;
    display: inline;
    border: 0px;
}
.blub h1 {
    position:absolute;
    left: 140px;
    bottom: 0px;
    float: left;
    display: inline;
    margin: 0px;
    font-size: 12pt; 
    font-weight: normal;
    white-space: nowrap;
    color: #555555;
    padding-right:1px;
}

#feuershow {
    position:absolute;
    top: 10%;
    left: 10%;
}

#familienblog {
    position:absolute;
    top: 60%;
    left: 30%;
}

#juniorblog {
    position:absolute;
    top: 5%;
    left: 60%;
}


#background {
    position:absolute;
    top: 40%;
    left: 0px;
    width:100%;
    padding: 0;
    z-index: -1;
}

#background p {
    font-size: 70px;
    color: #eeeeee;
    text-align: center;
    margin: 0;
}
