.headline{
	color: #3F0345;
    font-weight: bold;
    font-size: large;
    display: block;
    margin-bottom: 10px;
    font-family: sans-serif;
}

.menuButton {
    width: 270px;
    height: 50px;
    display: inline;
    float: left;
    background: url(../images/Button.png);
    background-size: 270px 50px;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.menuButton:hover {
    background: url(../images/Buttonhell.png);
    background-size: 270px 50px;
    color: black;
}

.menuContainer {
    height: 60px;
}

.menuButtonText {
    line-height: 3.5;
    margin-left: 30px;
    font-size: 0.95em;
}

.bodyframe {
    background-color: #3f0345;
    margin-top: 35px;
}

a { outline: none; }