/*generell alle abstände raus*/
*{
        margin:0 auto;
        padding:0;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 11px;
}
/*seitlichen scroller raus*/
html{
        overflow: auto;
}
/*body config*/
body{
        background-color: #40231d;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 11px;
}
#startcontainer{
        margin-top: -330px;
        left: 50%;
        margin-left: -500px;
        width: 1000px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        position: absolute;
        top: 50%;
        height: 670px;
        text-align: left;
        background-image: url(../images/start.jpg);
}
#startspacer{
        height:400px;
}
#maincontainer{
        margin-top: -330px;
        margin-left: -500px;
        left: 50%;
        top: 50%;
        width: 1000px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        position: absolute;
        height: 670px;
}
/*alle breiten*/
#toplogo, #firstnav, #secnav, #contentcontainer, #content, #spacer, #freespace, #bottomspacer{
        width: 1000px;
}
#toplogo{
        height: 133px;
        background-image: url(../images/toplogo.jpg);
        background-position: top;
        background-repeat: no-repeat;
}
#firstnav{
        height: 18px;
        background-color: #6f011e;
        text-align: left;
}
#secnav{
        height: 18px;
        background-color: #6e5751;
        text-align: left;
}
#contentcontainer{
        height: 355px;
}
#content{
        height: 355px;
        width: 730px;
        background-color: #d2c6be;
        text-align: left;
        float: left;
        clear:left;
}
#text{
z-index:2;
line-height: 1.4;
margin-top:26px;
margin-left:130px;
padding-right:5px;
width:480px;
height:303px;
text-align:left;
overflow:auto;
}
#text_big{
z-index:2;
line-height: 1.4;
margin-top:26px;
margin-left:130px;
padding-right:10px;
width:480px;
height:303px;
text-align:left;
overflow:auto;
}
p{
color: #333;
}
#right{
        height: 355px;
        background-color: #eae3d3;
        color: #333;
        text-align: left;
        width: 270px;
        float: right;
        clear: right;
}

#right_text{
        height: 335px;
        background-color: #eae3d3;
        color: #333;
        text-align: left;
        width: 250px;
        float: right;
        clear: right;
        padding:10px;
}


#spacer{
        height: 2px;
        background-color: #8b6852;
}
#freespace{
        height: 108px;
}
#bottomnav{
font-size: 9px;
        height: 18px;
        width:938px;
        text-align: right;
        float:left;
        clear: both;
}
#bottomspacer{
        height: 18px;
}
.headline{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: bolder;
}
strong{
color:#333;
}
.normaltext{
color:#333;
}
.inp{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #333;
background-color:#fff;
}
label{
color: #333;
}
i{
color:#333;
}
.normalkursiv{
font-style: italic;
color:#333;
}
.rahmen{
border: 1px solid #666;
}
.rahmenru{
border-bottom: 1px solid #666;
border-right: 1px solid #666;
 }
 .rahmenl{
 border-left: 1px solid #666;
 border-bottom: 1px solid #666;
border-right: 1px solid #666;
 }
  .rahmenro{
 border-top: 1px solid #666;
 border-bottom: 1px solid #666;
border-right: 1px solid #666;
paddin:4px;
 }
 p.tbl{
 padding:3px;
 }
#galdiv{
margin-top:26px;
margin-left:64px;
padding-right:10px;
width:630px;
height:303px;
text-align:left;
overflow:auto;
}

.style1 {
  font-size: 16px;
  font-weight: bold;
  color: #6F011E;
}
.style2 {font-size: 11px}

.style13 {
  color: #6F011E;
  font-weight: bold;
  font-size: 12px;
}
.style14 {
  color: #333333;
  font-style: italic;
}
.style19 {
  font-size: 15px;
  color: #6F011E;
}