@CHARSET "UTF-8";

@import url(./style_header.css);
@import url(./style_menu.css);
@import url(./style_content.css);
@import url(./style_footer.css);
@import url(./style_klassen.css);

/***********************************************************/
/*                                                         */
/*                     allgemeine Elemente                 */
/*                                                         */
/***********************************************************/
* {
    margin: 0;
    padding: 0;
}
body {
    background: #fff url(./../bilder/bg.png) fixed bottom left repeat-x;
    color: #000;
    font-size: 100.1%;
    font-family: Calibri, Arial, sans-serif;
    overflow-y: scroll;
}
@font-face {
    font-family: "SF Movie Poster";
    src: url("./../fonts/SF Movie Poster.ttf");
}
h2 {
    font-family: "SF Movie Poster";
    font-weight: 300;
    font-size: 250%;
    letter-spacing: 2px;
}
h3 {
    margin-top: .4em;
    font-size: 100.1%;
    color: #434041;
}
h4 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 80%;
    color: #564d39;
}
h4 a {
    color: #564d39;
}
h4 a:hover,
h4 a:focus {
    border-bottom: 0 none;
    color: #000;
}
p {
    text-align: justify;
    margin: .5em 0;
}
a {
    text-decoration: none;
    color: #000;
    outline: none;
}
a:hover,
a:focus {
    border-bottom: 1px solid;
}
ul,
ol {
    list-style-type: none;
}
form {
    margin: 1.5em;
    width: 458px;
}
form ol li {
    margin: 0.75em 0;
}
label {
    display: inline-block;
    width: 100px;
}
input,
textarea {
    width: 300px;
}
textarea {
    height: 150px;
}
sup {
    vertical-align: top;
    line-height: 100%;
    font-size: .8em;
}
#container {
    width: 800px;
    margin: 0 auto;
}
#bilderlader {
    display: none;
}

/***********************************************************/
/*                                                         */
/*             spezielle Elemente mit gleichen Styles      */
/*                                                         */
/***********************************************************/
#header,
#main,
#content,
#footer {
    width: 790px;
}