body {
/*     background-image: url(../vacancy-elektrohaus-wuebber-laufer-joens.jpg); */
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: gray;
}



#container{
    width: 100%;
    height: 800px;
    padding-top: 10px;
    text-align: center;
    
}
table td tr{
    background-color: white;
}

/* enthält die navigation */
#menue{
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    color: gray;
    text-transform: uppercase;
}

#menue a{
    color: white;
    background-color: black;
    padding: 2px;
    text-decoration: none;
    margin: 2px;
}

#menue a:hover{
    color: white;
    background-color: gray;
    padding: 1px;
    text-decoration: none;
}

.header{
    font-size: 40px;
    color: black;
    font-weight: bold;

}

.header small{
    font-size: 9px;
    text-align: left;

}
.poster{
    margin-top: -60px;
}