/**
 * Stylesheet for Knight Frank Munich
 * @version 1.0.0
 * 
 * created 2008-06-20
 */

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#303030;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
    height:100%;
}

body {
    height:100%;
}

form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}

a {
    color: #E2001A;
    text-decoration: none;
    
}

#wrapper {
    margin: 0px auto;
    width:1005px;
}
/* /----------------- general html structure */
/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#header {
    display:block;
    top: 25px;
    width:1005px;
    height: 90px;
    padding:0;
    margin:0;
    /*border: 1px solid #eee;*/
}

#header #headLogo {
    padding:0;
    margin:0;
    background: url(../images/logo_kf.gif);
    background-repeat: no-repeat;
    width: 152px; 
    height: 57px;
    float: left;
    margin-top: 3px;
}
#header #navcontainer {
    padding:0;
    margin:0;
    padding: 0px;
    width: 853px; 
    float: right;
}
#header #loc {
    padding: 0px;
    margin: 0px;
    margin-left: 55px;
    font-size: 24px;
    color: #000;
}

#header #navigation {
    margin: 0px;
    padding: 0px;
    margin-left: 55px;
    margin-top: 17px;
    width: 800px;
    border-bottom: 2px solid #E2001A;
    padding-bottom: 3px;
    height: 17px;
}

#navigation ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#navigation ul li {

    width: auto;
    float: left;
}

#navigation ul li a {
    color: #808080;
    font-size: 11px;
    font-weight: bold;
    margin-right: 12px;
}
#navigation ul li a:Hover {
    color: #E2001A;
    text-decoration: none;
}

#navigation ul .active a{
    color: #000;
}

#navigation .subNavigation .active a{
    color: #E2001A;
}


#navigation ul ul li{
    position: relative;
    margin-top: 5px;
    left: 0px;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#startdiv {
    position: absolute;
    top: 45px;
  width:1005px;
}

.clear {
    clear: both;
}

#blockspace {

    display: block;
    height: 50px;
}

#maindiv {
    display: block;
    padding:0;ni
    margin:0;
    width: 1005px;
    height: auto;
}
#maindiv .left {
    display: block;
    width: 210px;
    height: auto;
    color: #303030;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.4em;
    float: left;
}

#maindiv .center_overview {
    display: block;
    width: 560px;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

#maindiv .center_overview .immoscout {
  scrollbar-base-color:#00cc00;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#E2001A;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#fff;
  scrollbar-track-color:#ffffff;
}
#maindiv .center {
    display: block;
    width: 560px;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
    border: 1px solid #E2001A;
}
#maindiv .center .contentBox {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 533px;
    height: 441px;;
    float: left;
    overflow: auto;

    
}

#maindiv .center .contentBox .content {
    padding: 10px 18px 10px 18px;
    font-size: 11px;
    color: #000;
}

#maindiv .center .contentBox .content h1 {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#maindiv .center .contentBox .content p {
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

#maindiv .center .contentBox .content a {
    color: #E2001A;
    text-decoration: none;
    
}

#maindiv .center .label {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 27px;
    float: right;
    background: #E2001A;
}

#maindiv .right {
    display: block;
    width: 210px;
    height: auto;
    float: right;
    margin-left: 15px;
}

#maindiv .reports {
    border: 1px solid #E2001A;
    padding: 6px 14px 6px 14px;
    color: #000;
    font-size: 12px;
    line-height: 1.4em;
}
#maindiv .reports h1 {
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}
#maindiv .right a {
    color: #E2001A;
    font-size: 12px;
    font-weight: normal;
}
#maindiv .right a:Hover {
    color: #E2001A;
    text-decoration: underline;
}




#maindiv .right .news {
    border: 1px solid #E2001A;
    padding: 6px 14px 6px 14px;
    font-size: 11px;
    min-height: 334px;
}

#maindiv .right .news h1 {
    font-weight: bold;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

#maindiv .right .news ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#maindiv .right .news li {
    display: block;
    height: auto;
    margin-bottom: 12px;
}


#maindiv .right .news a{

}

/* ###################################################### */
/* ####################### FOOTER       ################# */
/* ###################################################### */

#footer {
    display: block;
    padding:0;
    margin:0;
    width: 1005px;
    height: auto;
}
#footer .left {
    display: block;
    width: 500px;
    height: auto;
    float: left;
    color: #A8AAAB;
    font-size: 11px;
    font-weight: bold;
}

#footer .right {
    display: block;
    width: 500px;
    height: auto;
    float: left;
    color: #A8AAAB;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */

#search {

    margin:20px 0 0 20px;

    font-size:11px;

    background-color:transparent;

}

#search label {

    font-size:11px;

    display:block;

    float:left;

    width:42px;

    padding:2px 0 0 0;

}

#search input {

    border:1px solid #ccc;

    width:140px;

    height:12px;

    font-size:10px;

}

#search input.sbmt {

    border:0;

    width:5px;

    height:8px;

    margin:0 0 0 10px;

}

/* ###################################################### */

/* ####################### SEARCH OUTPUT ################ */

/* ###################################################### */

#searchResults {

    margin:0 0 10px 0;

}

#searchResults p.message {

    margin:20px 0 30px 0;

}

#searchResults div.searchResultItem {

    border-bottom:1px solid #ccc;

    margin:0 0 10px 0;

    padding:0 0 10px 0;

}

#searchResults div.searchResultItem h2 {

    font-size:14px;

    margin:0 0 5px 0;

    padding:0;

    color:#0060b1;

    font-style:normal;

}




/* ###################################################### */

/* ####################### LINKS ######################## */

/* ###################################################### */

a, .standard {
    color:#0060b1;
    text-decoration:none;
}

a:hover , .standard:hover {
    text-decoration:underline;
}

a.standard {
    color:#0060b1;
    text-decoration:none;
}



/**

 * CSS styles for Contenido Sitemap.

 * 

 * @author Frederic Schneider

 * @copyright four for business AG <www.4fb.de>

 * @version 0.1.0

 * 

 * created 2008-04-11

 */



.sitemap, .sitemap ul {

        margin-left:0;

        padding-left: 0;

}



.sitemap li {

    border-bottom: 1px solid #ffffff;

    list-style-type: none;

}



.sitemap .level1 {

        background-color: #e6f1fb;

        padding: 3px 3px 3px 10px;

}



.sitemap .level2 {

        background-color: #f4f9fd;

        padding: 3px 3px 3px 30px;

}



.sitemap .level3 {

        background-color: #ffffff;

        padding: 3px 3px 3px 50px;

}



/* Only for IE */

*+html .sitemap .list2, * html .sitemap .list2 {

        margin-top: -14px;

}
#uploadDiv {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 250px;
    height: auto;
    margin-left: -200px;
    background: #FFFFFF;
    border: 1px solid #ff0000;
}
#uploadDiv .div-handle {
    text-align: right;
    background: #686868;
    height: 18px;
}
#uploadDiv .recommend {
    font-size: 10px;
    padding: 5px;
}
#uploadDiv input {
    font-size: 11px;
}

#immosuche {
  position: absolute;
  top: 546px;
  margin-left: 24px;
}