* {
    margin:0;
    padding:0;
    border:0;
    font-family:Arial,sans-serif;
}

html {
    background-color:#001335; /* #00132f; */
    text-align:center;
}

a {
    color:white;
    text-decoration:none;
}

a:hover { text-decoration:underline; }

p { margin-bottom:20px; }

body {
    width:964px;
    margin-left:auto;
    margin-right:auto;
    color:white;
}

h1 {
    text-align:left;
    margin-left:320px;
    margin-top:20px;
}

h2 {
    font-size:15pt;
    margin-bottom:20px;
}

ul#permalinks {
    display:block;
    list-style-type:none;
    text-align:left;
    vertical-align:bottom;
    margin-bottom:5px;
    clear:right;
}

ul#permalinks li {
    display:inline;
    margin-right:10px;
}

ul#permalinks a {
    font-size:10pt;
    text-decoration:none;
    color:gray;
    font-weight:bold;
}

ul#permalinks a:hover { color:white; }

#header {
    height:176px;
    background-color:#001335; /* #00132f; */
}

#kostenlos-banner {/*position:absolute; left:790px; top:7px;*/float:right;}
#fruehstueck {/*position:absolute; left:790px; top:7px;*/float:left;}

div#page {
    border-color:white;
    border-width:1px;
    border-style:none solid solid solid;
}

div#content {
    min-height:400px;
    /**height:400px;*/
    background-image:url(gfx/mmhlogo.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
    padding:10px;
}

.footnote { font-size:8pt; }

ul.spotmenu {
    display:block;
    float:left;
    list-style-type:none;
    text-align:left;
    margin-right:-80px;
}

ul.spotmenu li a {
    text-decoration:none;
    color:gray;
}

ul.spotmenu li a:hover, ul.spotmenu li.active a { color:white; }

.button {
    background-color:transparent;
    color:white;
    border:1px solid white;
    padding:3px 15px 3px 15px;
    margin-right:10px;
    cursor:pointer;
    font-weight:bold;
}

.button:hover {
    background-color:#9da7b1;
}

.contact {
    float:right;
    text-align:left;
    margin-right:20px;
}

.contact a { text-decoration:underline; }
.contact a:hover { text-decoration:none; }

.contact label { font-weight:normal; }

.contact input.text {
    padding:2px;
    width:180px;
}

.contact input.submit {
    padding:1px 10px 1px 10px;
    border:1px solid white;
    color:white;
    cursor:pointer;
    background-color:transparent;
    font-weight:bold;
}

.contact input.submit:hover { background-color:#9da7b1; }

#content.impressum {
     text-align:left;
     padding-left:50px;
     padding-right:50px;
}

#content.impressum a { text-decoration:underline; }
#content.impressum a:hover { text-decoration:none; }

.team {
    margin-top:90px;
    width:850px;
}

.team img {
    margin-right:50px;
    border:1px solid white;
}

.contentblock {
    width:800px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

