* html #inhalt{
height: 450px;
/*für IE<=6 */
}
* {
        margin: 0;
        padding: 0;
}

body {
        background: #FFFFB3 url(images/bg_kopf5.gif) repeat-x;

        font-family: Arial, Georgia, "Times New Roman", Times, serif;
        font-size: 100.1%
        color: #666666;

}

#page {
        width: 980px;
        margin: 0 auto;

}

h1, h2 {
        margin-bottom: 10px;
        font-weight: normal;

}

h1 {
        font-size: 197%;
}

h2 {
        font-size: 1.1em;
}

h3 {
        font-size: 100%;
}

p, ul, ol {
        margin-bottom: 20px;
        line-height: 1.8em;
}

ul, ol {
        margin-left: 3em;
}

blockquote {
        padding-left: 20px;
        font-size: 0.8em;
        font-style: italic;
}

a:link {
        color: #AF3307;
}

a:active {
        color: #AF3307;
}

a:visited {
        color: #AF3307;
}

a:hover {
        text-decoration: none;
        color: #656E18;
}

img {
        border: none;
}

img.c1 {

        float: left;
}

img.c2 {

        float: right;
}


p.c1 {

        margin-left: 40px;
}

p.c2 {
        width: 980px;
        text-align: center;
        font-size: 11px;
        color: #AF3307;
        font-weight: bold;

}
/* Menu */

#menu {
        width: 980px;
        height: 50px;
        margin: 0 auto;
        border-right: 1px solid #B9643A;
}

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#menu li {
        display: inline;
}

#menu a {
        display: block;
        float: left;
        width: 10%;
        height: 30px;
        padding: 20px 0 0 0;
        border-left: 1px solid #B9643A;
        text-decoration: none;
        text-align: center;
        font-size: 1.0em;
        color: #B9643A;
}

#menu a:hover {
        background: #B9643A;
        color: #FFFFB3;
}

#menu .active a {
        background: #B9643A;
        color: #FFFFB3;
}

/* Kopf */

#kopf {
        width: 980px;
        height: 120px;
        margin: 0 auto;
        /*background: url(images/kopf1.jpg) no-repeat;*/

}





/* inhalt */

#inhalt-gal {
        float: left;
        width: 980px;
        padding: 5px 5px 5px 5px;
        /*border: 1px solid #D6CC16; */
        margin-left: 10px;
        min-height: 450px;


}
#inhalt h1 {
        margin-left: 5px;
        padding: 10px;
        font-size: 18px;
        color: #000000;
        width: 600px;

}

#inhalt h2 {
        margin: 0 1px;
        padding: 10px;
        font-size: 18px;
        color: #000000;

}

#inhalt h3 {
        margin: 0 10px;
        padding: 5px;
        font-size: 18px;
        color: #000000;

}
.text {
        margin-bottom: 10px;
        padding: 0 20px;
}

.hr {
        border-bottom: 1px solid #B92500;
}

/* Sidebar */

#sidebar {
        float: left;
        margin-left: 30px;
        margin-top: 30px;
        width: 131px;
        padding: 0;

        text-align: center;
        border: 1px solid #B9643A;


}


#sidebar ul {
        margin: 0;
        padding: 5px;
        list-style: none;
}

#sidebar li { text-decoration: none;

padding:0px;  margin:0px;

}

#sidebar a {
        color: #7D3200;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: bold;

}
#sidebar .active a {

        color: #FFFFB3;

}
.box {
        background: #B06B41;



}
.box1 {
        background: #C2CE99;
        text-align: center;
        color: #7D3200;
        font-size: 0.8em;



}


/* Footer */

#footer {

        height: 30px;
        padding: 0 0;
        background: #EDEBD5 url(images/footer.gif) repeat-x;

        text-align: center;
        font-size: 110%;
        color: #89201B;
}

#bilder {

        width: 900px;

        margin: 0 auto;



}

#bilder li
{
list-style-type: none;
float: left;

padding: 5px 5px 5px 5px;

}

#bilder img
{
width: 200px;
height: 150px;
display: block;

}

#links{
position:absolute;
  top: 260px;
  left: 0;


}

#rechts{
 position:absolute;
  top: 260px;
  right: 0;


}

li.c2 {list-style: none}
 div.c1 {clear: both;}
