h1{
    font-size: 2rem;
    font-weight: bold;
}
html {
    overflow-y:scroll;
    height: 100%;
    margin: 0px auto;
    padding: 0;
}
body {
    margin:0 auto;
    padding:0;
    height:100%;
    width: 100%;
    font: 11pt/1.4 Verdana, Arial, Helvetica, sans-serif;
    background-color: #CCC;
    /*background: url(images/background.jpg) no-repeat;
    background-position:center;
    background-repeat:no-repeat;*/

}
ul, ol, dl {
    padding: 0;
    margin: 0;
}
h1, h3, h4, h5, h6, p {

    padding-right: 20px;
    padding-left: 15px;
    text-align: justify;
}
h2 {
    font-size: 1.5rem;
    font-weight: bold;

    padding-right: 20px;
    padding-left: 15px;
    text-align:left;
}
#news img {
    margin: 2%;
    /*border:2px solid red;*/
    float:left;
}
p.date {
    font-size:12px;
    color:#666;
    padding-bottom:0;
    margin-bottom:0;
    margin-top:15px;
    padding-right: 0px;
    padding-left: 15px;
}
p.date2 {
    font-size:15px;
    font-weight: bold;
    color:black;
    padding-bottom:0;
    margin-bottom:0;
    margin-top:15px;
    padding-right: 0px;
    padding-left: 15px;
}
a:link.left {
    font-size:14px;
    text-align:left;
    margin-top: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #DDD;
    margin: 1em 0;
    padding: 0;
}
table {
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:50px;
}
td {
    vertical-align:top;
    padding: 5px;
}
a img {
    border: none;
}
a:link, a:visited {
    color: #42413C;
    text-decoration: underline;
}
a:link.main {
    color: #42413C;
    text-decoration: underline;
    padding-right: 15px;
    padding-left: 15px;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
/*#ergebnisse p {
	text-align: center;
}*/
#header {
    padding:0px;
    background:#e53c29;
    height: 90px;
    padding-bottom: 5px;
}
#centerheader {
    display: block;
    margin-left: auto;
    margin-right: auto
}
#nav
{
    width: 100%;
    height:auto;
    float: left;
    list-style: none;
    background-color: #333;
}
#nav ul {
    list-style: none;
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}
#nav li
{
    float: left;
}
#nav li a
{
    display: block;
    font-family:Arial;
    font-size:14px;
    text-decoration: none;
    float:left;
    padding:10px;
    background-color: #333333;
    color:#ffffff;
    border-bottom:1px solid #000;
}
#nav li a:hover
{
    background-color:#e53c29;
    border-bottom:2px solid #000;
    margin-bottom: -1px;
}
#content {
    padding:10px;
    padding-bottom:40px;
    margin: 0 8%;
    background:#FFF;
    border-left: solid thin #999;
    border-right: solid thin #999;
    overflow:hidden;
    min-height:78%;
    clear:left;
}

/*#termine {
	width: 255px;
	float: right;
	border-left: solid 1px #CCC;
}*/
/*.liste {
	border-left: 1px solid black;
}
#besten {
	float: right;
	border-left: solid 1px #CCC;
}*/
#bestenbody img {

    float: left;
    padding-left: 20px;
}
/* VARIABLES */
/* BASE */
.weihnachtsfeier-main.weihnachtsfeier{
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    overflow: hidden;
    *zoom: 1;
    margin: 0 20px;
}

.site-content {
    padding-top: 66px;
}

/* HEADER */
.header {
    position: fixed;
    left: 0;
    right: 0;
    height: 66px;
    line-height: 66px;
    color: #fff;
    background-color: #3f51b5;
}
td,th {
    border: 1px solid Black;
    padding: 8px;
}
.header__logo {
    font-weight: 700;
    padding: 0 25px;
    float: left;
}

/* MENU */
.menu {
    float: left;
}
.menu a {
    padding: 0 10px;
}
.menu a:hover {
    color: #c5cae9;
}

/* RESPONSIVE */
@media only screen and (max-width: 768px) {
    .site-pusher,
    .site-container {
        height: 100%;
    }

    .site-container {
        overflow: hidden;
    }

    .site-pusher {
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .site-content {
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .header {
        position: static;
    }

    .header__icon {
        position: relative;
        display: block;
        float: left;
        width: 50px;
        height: 66px;
        cursor: pointer;
    }
    .header__icon:after {
        content: '';
        position: absolute;
        display: block;
        width: 1rem;
        height: 0;
        top: 16px;
        left: 15px;
        box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    }

    .menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #3849a2;
        /*    overflow-y: scroll;
            -webkit-overflow-scrolling: touch;*/
        width: 250px;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
    .menu a {
        display: block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-bottom: 1px solid #3f51b5;
    }

    .with--sidebar .site-pusher {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }
    .with--sidebar .site-cache {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }
}