* {
    padding: 0px;
    margin: 0px;
    font-size: 1em;
}

body {
    text-align: center;
    font-family: Verdana, Helvetica, Arial;
}

#container {
    width: 960px;
    text-align: left;
    margin: 0 auto;
}

#head {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px;
}

#body {

}

#leftcolumn {
    width: 194px;
    display: block;
    float: left;
    background-color: #eee;
    border: 1px solid #ddd;
    margin: 0px 3px 3px 0px;
    padding: 0px 5px 5px 5px;
}

#rightcolumn {
    /*display: none;*/
    background-color: #f00;
    float: right;
    width: 194px;
    background-color: #eee;
    border: 1px solid #ddd;
    margin: 0px 0px 3px 3px;
    padding: 5px;
}

#centercolumn {
    display: block;
    /*float: left;*/
    background-color: #eee;
    border: 1px solid #ddd;
    margin: 3px 210px 3px 210px;
    padding: 5px;
    /*width: 750px;*/

}

#footer {
    clear: both;
    background-color: #eee;
    /*height: 20px;*/
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    font-size: 0.8em;
    height: 15px;
}

/* reset to two columns */
#rightcolumn {
    display: none;
    width: 0px;
}
#centercolumn {
    margin: 3px 0px 3px 210px;
}

/* custom */
body {
    background-color: #efe6c8;
}
#leftcolumn {
    background-color: #efe6c8;
    border: 0;
    padding-top: 0px;
}
#head {
    background-color: #efe6c8;
    border: 0;
    margin-bottom: 0px;
    padding: 5px 0px 0px 5px;
}
#headerlogo {
    background-color: #c52424;
    color: white;
    padding: 4px;
    height: 88px;
}
.header1 {
    font-size: 3em;
    font-weight: normal;
}
.header2 {
    font-size: 1.5em;
}
#navigation {
    margin-top: 5px;
}
#navigation ul {
    list-style-type: none;
}
#navigation ul li {
}
#navigation ul li a {
    background-color: #c52424;
    text-decoration: none;
    padding: 2px;
    width: 190px;
    display: block;
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 2px;

}
#navigation ul li a:hover {
    background-color: red;
}
#navigation ul li a.active {
    background-color: red;
}
#oeffnungszeiten {
    border: 1px solid gray;
    padding: 10px;
    font-size: 0.8em;
    margin-top: 10px;
    background-color: #fff;
}
#centercolumn {
/*    background-color: #efe6c8;*/
    background-color: #fff;
    margin-top: 5px;
}
#centercolumn h1 {
    font-size: 1.6em;
}
#centercolumn a {
    text-decoration: none;
}
#centercolumn select {
    width: 100px;
}
#footer {
    background-color: #c52424;
    border: 0;
    color: #fff;
    margin-left: 5px;
}
/* slideshow */
.slideshow {
    position: relative;
    height: 300px;
}
.slideshow .slide {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Formulare */
fieldset {
    border: 0px;
    width: 100%;
    display: block;
/*    margin-bottom: 10px;*/
}
fieldset ol {
    list-style: none;
}
fieldset li {
    padding-bottom: 3px;
    float: left;
    clear: left;
    width: 100%;
}
fieldset.submit {
    border-style: none;
    float: none;
    width: auto;
    padding-left: 205px;
}
label {
    /* display:block; */
    float: left;
    width: 200px;
    margin-right: 5px;
}

fieldset fieldset {
/*    margin-bottom: -1em;*/

}
fieldset fieldset legend {
    float: left;
    padding-top: 2px;
}
fieldset fieldset ol {
    position: relative;
    margin: 0 0 0 205px;
/*    float: left; */
    top: -1.2em;
}
fieldset fieldset label {
    float: none;
    width: auto;
    margin-right: auto;
}
fieldset fieldset li {
    width: auto;
}
textarea {
    width: 450px;
    height: 150px;
}

/* General */
h1 {
    color: #c52424;
    font-size: 1.2em;
    padding-bottom: 10px;
}
p, #centercolumn form {
    font-size: 0.85em;
    padding: 4px 0px;
}

div.room {
    width: 100%;
    display: inline-block;
}
