.si_content_text{
    clear:both;
}

.si_clear{
    clear:both;  
}

#si_deved{
    position:fixed;
    display:none;
    top:0px;
    width:100%;
    height:15px;
    background-color:#CC0000;
    border-bottom:1px solid #FFFFFF;
    background-image:url('../_img/dev.gif');
    background-repeat:no-repeat;
    background-position:center center;
    -moz-opacity:0.75;
    opacity:0.75;
    filter: alpha(opacity=75);
}

*+html  #si_deved{   
    left:0px;  
}

#si_loading{
    width:100%; 
    height:100%;
    top:0px;
    left:0px;
    background-image:none; 
    position:absolute;
    z-index:10000;
    text-align:center;
}

#si_loading h1{
    background-image:url('../_img/loading.gif'); 
    background-repeat:no-repeat;
    width:178px;
    height:80px;
    margin:0px auto;
    margin-top:20%;  
}

#si_passwordset{
    display:none;   
}

.si_quickform input,.si_loginform label{
    display:block;
    margin-bottom:5px;
}

.si_quickform input{
    border:1px solid #CCCCCC;
    padding:2px;
}

.si_quickform button{
    border:1px solid #CCCCCC;
    background-color:#CCCCCC;
    color:#FFFFFF;
    padding:2px;
    cursor:pointer;
}

.si_quickform button:hover{
    color:#000000; 
}



.si_property_hover{
    background-color:#E6F2FA;  
    cursor:pointer;
}



/** NAVIGATION **/
ul.si_breadcrumb{
    list-style:none;  
    margin:0px;
}

ul.si_breadcrumb li{
    display:inline; 
}

/**** SUCHE ***/
dl.si_searchresult dt, #content dl.si_searchresult dd{
    display:block;
    clear:both;
    margin:0px;
    padding:0px;
}

dl.si_searchresult dt{
    font-weight:bold;
    margin-top:15px;
}


dl.si_searchresult dd span.si_word{
    color:#FFA700;
}

/** Inhalz **/

.full{
    clear:both;
 }

/** Kontaktforumlar **/  

.contactform input, .contactform textarea{
    border:1px solid #CCCCCC;
    padding:2px;
}

.contactform textarea{
   height:80px;
}

.contactform label{
    margin-top:5px;
    display:block;
    
}

.contactform label.required{
    font-weight:bold;
}


.contactform  button{
    border:1px solid #CCCCCC; 
    background-color:#CCCCCC; 
    color:#FFFFFF;
    padding:2px;
    cursor:pointer;
}

.contactform button:hover{
    color:#000000;  
}

.contactform .errors *, .si_error{
    color: #FF0000;
}

.contactform dd{
    margin-bottom:10px;
}


/** Bildergaleri **/ 

.si_gallery{
    clear:both;
    margin-bottom:15px; 
}

img.si_gallery_list{
    float:left; 
    margin-right:10px;  
}

div.si_gallery_list{   
    margin-bottom:15px;  
}

.si_gallery_single_teaser, .si_gallery_single_back, .si_gallery_single_images{
    margin-bottom:15px;
}




/** NEWS **/  

.si_news{
    clear:both; 
    margin-bottom:15px;    
}

img.si_news_list{
    float:right; 
    margin-left:10px;  
}

div.si_news_list{   
    margin-bottom:15px;  
}

div.si_news_single_teaser{
   margin-bottom:15px; 
   font-weight:bold;
}

div.si_news_single_teaser *{
   font-weight:bold;
}


span.editor{
    display:block;
    background-color:#CCCCCC;  
}


 /** LIGHTBOX **/ 
 #superbox{
    border:1px solid #666666;
 }
.nextprev{
     
}  
 
#superbox .prev{ float:left; } 

#superbox .next{ float:right;margin:0px; }

#superbox a{ 
    display:block;
    background-color:#666666;
    color:#FFFFFF;
    width:80px;
    padding: 2px;
    text-decoration: none;
    font-weight:normal;
    margin:0px auto;
}


#superbox a *{
    color:#FFFFFF;
    font-weight:normal; 
     
}

#superbox a:hover, #superbox a:hover *{
    font-weight:bold; 
}

#superbox a.disabled, #superbox a.disabled *{ 
    text-decoration: none; 
    background-color:#CCCCCC;
    color:#666666; 
    cursor:default; 
    font-style:italic;
}

#superbox a.disabled:hover, #superbox a.disabled:hover *{
    font-weight:italic; 
}

