*{
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    background-image: url(grafiken/background.jpg);
    background-repeat: repeat-x;
    background-color: #efd6f9;
    
    font-family: Arial;
    font-size: 12px;
}

#layout
{
    width: 732px;
    margin: 0 auto;
    position: relative;
}

#header
{
    background-image: url(grafiken/header.jpg);
    background-repeat: no-repeat;
    background-color: #515151;
    height: 106px;
    position: relative;
}

.header_button
{
    float: right;
    width: 169px;
    height: 40px;
    margin-left: 20px;
    margin-top: 20px;
}

#bildbereich
{
   position: relative; 
}

#bildbereich_links
{
    float: left;
    width: 285px;
    height: 216px;
    background-image: url(grafiken/logo_bld.jpg);
    background-repeat: no-repeat;
}

#bildbereich_rechts
{
    float: left;
    width: 447px;
    height: 216px;
    background-image: url(grafiken/platzhalter_bildwechsel.jpg);
    background-repeat: no-repeat;
}

#navi
{
    clear: both;
    background-color: #515151;
    height: 41px;
    color: #ffffff;
    position: relative;
}

.navilink
{
    display: block;
    float: left;
    width: 160px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 10px 0 10px;
    height: 26px;
    font-size: 10px;
}

#content
{
    clear: both;
    background-color: #ffffff;
    color: #515151;
    overflow: auto;
    position: relative;
}

#footer
{
    clear: both;
    background-color: #515151;
    color: #ffffff;
    position: relative;
    height: 20px;
    padding: 10px 20px;
    width: 692px;
}

#footer a
{
    color: #ffffff;
    text-decoration: none;
}

#csb_label
{
    position: absolute;
    left: 732px;
    top: -33px;
}


fieldset
{
    border: 1px solid #cccccc;
    padding: 10px;
    padding-top: 0px;
}

legend
{
    margin-bottom: 8px;
}

label
{
    display: inline-block;
    padding-top: 5px;
}

input
{
    border: 1px solid #515151;
}

.button
{
    padding: 2px;
    background-color: #f0c8b9;
}

select
{
    border: 1px solid #515151;
}

textarea
{
    border: 1px solid #515151;
}

h1
{
    font-size: 19px;   
}

h2
{
    font-size: 19px;
}

.fehler
{
    color: red;
}

.w_titel
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #424242;
}

.w_detail_block
{
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
    padding-top: 10px;;
}

.ausstattung_liste
{
    float: left;
    width: 200px;
}

li
{
    margin-left: 30px;
}

hr
{
    height: 1px;
    color: #cccccc;
    background-color: #cccccc;
    margin: 10px 0;
}

.textlink
{
    text-decoration: none;
    color: #424242;
    font-weight: bold;
}

.fehlerinput
{
    background-color: #fec6c6;
}

.objektanfrage
{
    font-weight: bold;
    font-size: 14px;
}


.bildergalerie
{
    float: left;
    border: 1px solid #cccccc;
    width: 123px;
    height: 123px;
    margin-right: 8px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
}

.accordionButton
{
    padding: 3px 10px 3px 10px;
    font-weight: bold;
    background-color: #FFBF0D;
    cursor: pointer;
}

.accordionContent
{
    background-color: #fafafa;
    padding: 10px;
    overflow: auto;
}

