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

body
{
    background-image: url(grafiken/background.jpg);
    background-repeat: repeat-x;
    background-color: #edd594;
    
    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_swei.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;
    position: relative;
	
}

#footer
{

    background-color: #515151;
    color: #ffffff;
    position: relative;
    height: 20px;
    padding: 10px 20px;
    
}

#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: rgb(54,156,46);
}

.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;
}

.suchbutton
{
    width: 77px;
    height: 21px;
    padding: 3px 0 3px 3px;
    margin-left: 0px;
    text-align: left;
    display: inline-block;
    background-image: url(grafiken/button_leer.jpg);
    border: none;
    font-size: 10px;
    cursor: pointer;
    color: rgb(54,156,46);
    text-align: center;
}

.suchbutton:hover
{
    background-image: url(grafiken/button_leer_mouseover.jpg);
}

.detailsuchebutton
{
    width: 74px;
    height: 16px;
    padding: 5px 0 0px 3px;
    margin-left: 0px;
    text-align: left;
    display: block;
    float: left;
    background-image: url(grafiken/button.jpg);
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 10px;
    vertical-align: bottom;
    color: rgb(54,156,46);
}

.detailsuchebutton:hover
{
    background-image: url(grafiken/button_mouseover.jpg);
}

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

.button_detail
{
    padding-left: 12px;
    padding-top: 3px;
    width: 65px;
    height: 18px;
    background-image: url(../../style/grafiken/button_details.jpg);
    display: block;
    float: right;
    text-align: left;
    text-decoration: none;
    color: #565656;
}
.button_detail:hover
{
   background-image: url(../../style/grafiken/button_details_mouseover.jpg); 
}

#energiemeter{
    display: block;
    position: relative;
    background-image: url('grafiken/energiemeter.png');
    background-repeat: no-repeat;
    width: 220px;
    height: 31px;
    margin-bottom: 10px;
}

ul#energiemeter_klasse{
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
    list-style-type: none;
}

ul#energiemeter_klasse li{
    display: block;
    float: left;
    width: 23px;
    height: 8px;
    text-align: center;
    font-size: 8px;
    line-height: 9px;
    border: solid #555555;
    border-width: 0px 1px 0px 0px;
    color: #555555;
    margin: 0;
}

ul#energiemeter_klasse li.aktiv{
    background-color: #ffffff;
    border-width: 1px 1px 1px 0px;
    height: 8px;
    font-size: 8px;
    line-height: 8px;
    font-weight: bold;
}

#energiemeter_pfeil{
    display: block;
    position: absolute;
    bottom: 0;
    background-image: url('grafiken/energiemeter.png');
    background-position: top right;
    width: 9px;
    height: 11px;
}