html, body {
    position: relative;
    height: 100%;
    font-family: sans-serif;
    font-size: 95%;
}﻿
p {
    margin: 0;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.underline {
    text-decoration: underline;
    margin: 3px auto;
}
.center {
    display: block;
    text-align: center;
}


/* DerInsider */
html {
    width: 100%;
    line-height: 1;
}
body {
    margin: 0 auto;
}
body div {
    margin: 0 auto;
}
.banner {
    width: 327px;
    margin-top: 30px;
}
.menu {
    width: 280px; 
    margin-top: 30px;
}
.comic {
    width: 1247px;
    text-align: center;
    margin-top: 30px;
}
.navigation {
    width: 350px;
}
.archive {
    width: 400px;
}
.charaktere {
    width: 800px;
}
.wrapper {
    min-width: 800px;
    max-width: 1500px;
    padding: 10px 10px 40px;
}
footer {
    position: fixed;
    width: 100%;
    border-top: 1px black solid;
    padding: 5px;
    background-color: white;
    bottom: 0;
    
    height: 13px;
    font-size: 70%;
    text-align: center;
}
footer a {
    color: black !important;
    text-decoration: none;
}


p {
    margin: 0;
}

/* Charaktere */
.description {
    margin: 10px 0;
}
.charaktere h2 {
    font-size: 140%;
}
.charaktere h1 {
    font-size: 180%;
}

/*Impressum*/
.impressum h1 {
    font-size: 110%;
    text-decoration: underline;
}
.impressum h2 {
    font-size: 105%;
    font-weight: normal;
    text-decoration: underline;
}