/*
 * Main CSS for silberpfeil architekten
 */

/* Page properties */

body {
    margin-top: 35px;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    background-color: white;
}
/* Content p.bodytext*/

p.bodytext { margin:0;padding:0; }

#page {
    width: 805px;
}


/* Left column */

#left {
    position: absolute;
    float: left;
    width: 120px;
    top: 122px;
    left: 20px;
    position: expression("absolute");
    top: expression(parseInt(document.body.scrollTop + 122));
}
#left[id] {
         position: fixed;
      }

/*
#subnav div {
    margin-bottom: 5px;
}
*/

#subnav .curs1 a, span.title {
    color: #d42453;
    font-weight: bold;
    text-decoration: none;
}

#subnav .curs2 a, span.title {
    color: #d42453;
    font-weight: bold;
    text-decoration: none;
    margin-left: 3px;
}
/* Container class Subnavigation */
.sub2 {
   margin-left: 3px;
   margin-bottom: 5px;
   margin-top: 3px;
   }


/* Middle column */

#main {
    width: 480px;
    float: left;
    margin-right: 15px;
}

#header {
    /*clear: both;*/
    /*float: left;*/
    /*margin-top: 50px;*/
}

#arrow {
    float: left;
}

#header .logo {
    float: right;
    margin-top: 17px;
    margin-right:74px;
}

#content {
    float: right;
    width: 670px;
    }

#cont {
    float: left;
    width: 480px;
    padding-top: 20px;
}

#cont dl {
    margin-top: 0px;
}


/* Right column */

#right {
    float: right;
    width: 175px;
}

#right .logo {
    margin-top: 100px;
    margin-right: 40px;
}

#mainnav {
    margin-top: 26px;
    margin-bottom: 65px;
}

#mainnav .cur a {
    color: #d42453;
    font-weight: bold;
    text-decoration: none;
}


/* Footer */

#footer {
    clear: both;
    padding-top: Opx;
    margin-bottom: 50px;
}

#spacer {
    float: left;
    width: 314px;
    margin-top: 8px;
}

#langnav {
    float: right;
    width: 180px;
}

#bottomnav {
    float: left;
    width: 140px;
    text-align: center;
}

#footer .logo {
    float: right;
    margin-right: 74px;
}


/* General content */

img {
    border: none
}

h1 {
    color: #d42453;
    font-size: 10px;
    font-weight: bold;
}

/*
h1.csc-firstHeader {

}
*/

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #333;
}

a.internal-link {
    color: #d42453;
    text-decoration: none;
}

a.internal-link:hover {
    color: #ab1a12;
}

/* image caption */
/*
dd.csc-textpic-caption {
    text-align: right;
}
*/


/* News */

/* Latest */

div.news-latest-container {
    width: 120px;
    font-size: 9px;
}

div.news-latest-container h3 {
    font-size: 9px;
    font-weight: bold;
    margin: 0;
}

div.news-latest-container div.news-latest-item {
    padding-bottom: 7px;
}

div.news-latest-container a {
    color: #ccc;
}

div.news-latest-container a:hover {
    color: #666;
}

/* List */

div.news-list-item {
    padding-bottom: 18px;
}

div.news-single-item h2 , div.news-list-item h3 a {
    color: #d42453;
    font-size: 10px;
    font-weight: bold;
}

div.news-list-item h3 {
    margin-bottom: 0.5em;
}

div.news-single-backlink {
    margin-top: 7px;
}

