/*
 * Projekt:         fc-stiftung.de
 * Dateiname:       style.css
 * Author:          RK
 * erstellt:        03.05.2010
 * validiert am:    n/a
 */


/* Reset */
* {
    border: 0;
    list-style-type: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Trebuchet MS", Verdana, Helvetica;
    }


/* Frame */
body {
    background: #fff url("../images/background.jpg") top center no-repeat;
    }

#fc-frame {
    width: 960px;
    margin: 0 auto 2em auto;
    }

.clearing {
    clear: both;
    }

img, div {
    behavior: url("css/iepngfix.htc");
    }


/* Header */
#header-frame {
    position: relative;
    padding-top: 144px;
    }

#fc-logo {
    left: 10px;
    position: absolute;
    top: 23px;
    }

#random {
    height: 125px;
    left: 380px;
    position: absolute;
    top: 24px;
    width: 260px;
    overflow: hidden;
    }


/* Navigation: Main */
#nav-lvl-1, #nav-lvl-2 {
    background: url("../images/navi-lev1-bgr.png") no-repeat;
    left: 0;
    width: 950px;
    height: 50px;
    padding: 5px;
    }

#nav-lvl-1 li,  #nav-lvl-2 li {
    display: inline;
    }

#nav-lvl-1 {
    bottom: 46px;
    }

#nav-lvl-2 {
    background: url("../images/navi-lev2-bgr.png") no-repeat;
    bottom: 0;
    height: 40px;
    }

#nav-lvl-1 a, #nav-lvl-2 a {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-top: 14px;
    width: 190px;
    height: 36px;
    text-align: center;
    }

#nav-lvl-2 a {
    background: url("../images/navi-lev2-item.png") no-repeat;
    font-size: 13px;
    height: 30px;
    padding-top: 10px;
    width: 158px;
    }

#nav-lvl-1 a:hover, #nav-lvl-1 a.active {
    background: url("../images/navi-lev1-item-act.jpg") repeat-x;
    }

#nav-lvl-2 a:hover, #nav-lvl-2 a.active {
    background: url("../images/navi-lev2-item-act.jpg") repeat-x;
    }


/* Navigation: Meta */
#nav-meta {
    position: absolute;
    right: 240px;
    top: 2px;
    }

#nav-meta li {
    background: url("../images/meta-bullet.gif") left center no-repeat;
    font-size: 11px;
    display: inline;
    padding: 0 2px 0 8px;
    }

#nav-meta li:first-child {
    background: none;
    }

#nav-meta a {
    color: #666;
    }

#nav-meta a:hover, #nav-meta a.active {
    color: #E2001A;
    }


/* Social Networks*/
#social {
    position: absolute;
    top: 109px;
    right: 20px;
    width: 96px;
    }

#social a {
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 40px;
    width: 48px;
    text-indent: -9999px;
    }

#social a:hover {
    background-position: top left;
    }

#social a#facebook {
    background-image: url("../images/btn_facebook.png");
    }

#social a#twitter {
    background-image: url("../images/btn_twitter.png");
    }


/* Search */
#search-input {
    background: url("../images/search-bgr-index.png") no-repeat;
    display: block;
    height: 35px;
    padding: 1px 0 0 14px;
    position: absolute;
    right: 0;
    top: 0;
    width: 214px;
    }

#search-input fieldset {
    height: 35px;
    }

#search-input .text {
    background: #eaeaea;
    border: 1px solid #555;
    color: #aaa;
    font-size: 11px;
    height: 18px;
    padding-left: 4px;
    width: 126px;
    }

#search-input .submit {
    background: #4b4b4b;
    border: 1px solid #555;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    width: 64px;
    }


/* Content Area */
#top-shadow {
    background: url("../images/top-shadow.png") left bottom no-repeat;
    height: 6px;
    width: 960px;
    overflow: hidden;
    }

#col-left, #col-right {
    color: #666;
    padding: 0 5px 5px 5px;
    }

#col-left {
    background: url("../images/content_bgr-large.png") left bottom no-repeat;
    float: left;
    width: 726px;
    padding-bottom: 2em;
    }

#col-right {
    background: url("../images/content_bgr-small.png") left bottom no-repeat;
    float: right;
    width: 210px;
    }

.headline-image {
    background-position: center center;
    height: 148px;
    margin-bottom: 70px;
    position: relative;
    }

#col-right .headline-image {
    margin-bottom: 60px;
    }

#col-left h1, #col-right h1 {
    background: url("../images/headline-small.png") no-repeat;
    bottom: -46px;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    height: 60px;
    left: 16px;
    padding: 8px 10px 0 10px;
    position: absolute;
    width: auto;
    }

#col-left h1 {
    background: url("../images/headline-large.png") no-repeat;
    height: 95px;
    left: 20px;
    padding: 8px 36px 0 20px;
    width: auto;
    }

.floating-text {
    font-size: 13px;
    line-height: 140%;
    padding: 0 22px 22px;
    }

.floating-text.sitemap {
    padding: 0 22px;
    }

.floating-text p {
    margin: 1em 0;
    }

.floating-text p.article-date {
    margin-top: -1em;
    font-size: 11px;
    }

.floating-text h2 {
    color: #E2051F;
    font-size: 20px;
    margin: 1.4em 0 1em 0;
    }

.floating-text a {
    color: #E2051F;
    }

.floating-text a:hover {
    color: #000;
    }

.floating-text li {
    list-style-type: square;
    margin-left: 16px;
    }

a.more {
    background: url("../images/arrow_red.gif") left center no-repeat;
    color: #E2051F;
    padding-left: 10px;
    }

a.more:hover {
    background: url("../images/arrow_black.gif") left center no-repeat;
    color: #000;
    }

a.pdf {
    background: url("../images/ico_pdf.gif") left center no-repeat;
    color: #E2051F;
    font-weight: bold;
    padding-left: 24px;
    }

.inlImage {
    border: 4px solid #eee;
    float: left;
    margin: 4px 16px 0 0;
    }

p.back {
    font-size: 13px;
    padding: 1em 22px;
    }


/* Article List */
#article-list li {
    clear: left;
    list-style-type: none;
    margin: 0;
    padding-top: 16px;
    }

#article-list .preview-image, #project-list .preview-image {
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #eee;
    float: left;
    margin: 6px 16px 0 0;
    height: 68px;
    width: 100px;
    }

#article-list h2, #project-list h2 {
    margin: 0;
    }

#article-list p {
    margin: 0.4em 0;
    }

#article-list .date {
    color: #aaa;
    font-size: 11px;
    }

#nav-article-list {
    color: #aaa;
    margin-top: 30px;
    }


/* Project List */
#project-list li {
    background: url("../images/projects-bgr.jpg") left bottom repeat-x;
    border: 1px solid #ebebeb;
    height: 140px;
    margin: 0 0 6px 0;
    list-style-type: none;
    padding: 5px;
    }

#project-list .preview-image {
    border: 0;
    height: 140px;
    margin: 0 16px 0 0;
    width: 270px;
    }

#project-list h2 {
    margin: 0.4em 0;
    }

#project-list .continue {
    margin-top: 1.6em;
    }


/* Bottom Teaser */
#btm-teaser {
    background: url("../images/btm-teaser-bgr.gif") left bottom no-repeat;
    }

#btm-teaser .teaser {
    width: 212px;
    margin-left: 23px;
    float: left;
    padding-bottom: 10px;
    }

#btm-teaser h2, #newsteaser h2 {
    color: #E2051F;
    font-size: 13px;
    }

#btm-teaser .image {
    background-position: center center;
    height: 90px;
    margin: 0.6em 0;
    width: 210px;
    }

#btm-teaser p {
    font-size: 13px;
    line-height: 140%;
    }

#btm-teaser h2 a {
    color: #E2051F;
    }

#btm-teaser h2 a:hover {
    color: #000;
    }

#btm-teaser a.more {
    display: block;
    font-size: 11px;
    margin: 0.4em 0;
    }


/* News Teaser */
#newsteaser {
    font-size: 11px;
    }

#newsteaser li {
    background: url("../images/news-bgr.jpg") left bottom no-repeat;
    padding: 10px 16px;
    }

#newsteaser .date {
    color: #999;
    font-size: 10px;
    }

#newsteaser .image {
    background-position: center center;
    float: left;
    height: 70px;
    margin: 5px 8px 0 0;
    width: 50px;
    }

#newsteaser h2 a {
    color: #E2051F;
    }

#newsteaser h2 a:hover {
    color: #000;
    }

#newsteaser .help {
    padding: 5px;
    }

#newsteaser .help h3 {
    background: url("../images/arrow_white.gif") left center no-repeat;
    color: #fff;
    font-size: 13px;
    margin-bottom: 6px;
    padding-left: 14px;
    }

#newsteaser .help p {
    color: #fff;
    font-size: 11px;
    }

#newsteaser .help .box {
    background: url("../images/account_bgr.jpg");
    padding: 10px 0 10px 10px;
    }


/* Contact form */
#col-right .errorMessage p {
    color: #a00;
    font-weight: bold;
    }

#contact {
    margin: 0 160px 0 0;
    }

#contact fieldset {
    background: #f4f4f4;
    margin: 12px 0;
    padding: 10px;
    }

#contact fieldset p {
    margin: 0;
    padding: 0;
    }

#contact label {
    display: block;
    float: left;
    padding-top: 4px;
    width: 160px;
    }

#contact input, #contact textarea {
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    margin: 2px 0;
    padding: 2px;
    width: 260px;
    }

#contact .error {
    border-bottom: 2px solid #a00;
    }

#contact .submit {
    background: #ddd;
    border: 1px solid #aaa;
    margin-left: 160px;
    padding: 0;
    width: 266px;
    }


/* Sitemap */
.sitemap li {
    background: url("../images/arrow_red.gif") 0 6px no-repeat;
    padding-left: 12px;
    }

.sitemap li ul {
    margin: 0 0 1em 20px;
    }


/* Statement */
.statement {
    border-bottom: 3px solid #e00;
    color: #e00;
    font-size: 15px;
    font-weight: bold;
    height: 124px;
    margin: 0 22px 30px 22px;
    padding: 0 150px 0 0;
    position: relative;
    }

.statement .image {
    border: 1px solid #999;
    border-bottom: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    }

.statement p {
    margin: 0;
    }

.statement p.name {
    color: #000;
    font-size: 11px;
    font-weight: normal;
    margin-top: 1em;
    }



/* Gremium */
.gremiumDetail,
.gremiumList,
#gremium {
    position:relative;
    padding: 0px 5px;
    background: #eee;
    display:block;
    float: left;
    margin: 0 20px 10px 0;
    color:#333333;
    }

.gremiumListHead {
    display:block;
    width:700px;
    float:left;
    padding-bottom:10px;
}

.gremiumList .imgcr {
    background: #EEEEEE;
    padding: 0 3px;
    position: absolute;
    right: 5px;
    bottom: 2px;
    color:#666666;
    font-size:9px !important;
}

.gremiumList .descr {
    color: #666666;
    display: block;
    line-height: 15px;
    padding-top: 3px;
}

#fc-frame .gremiumDetail {
    float:right;
    margin: 0 0px 10px 20px;    
}    
   
#fc-frame .gremiumDetail *,
#fc-frame .gremiumList *,
#gremium * {
    font-size: 11px;
    margin: 0;
    }
.gremiumList img,
#gremium img {
  clear:both;
 
}
.gremiumList p,
#gremium p{
  width:150px;
}  
.gremiumList p {
   height:73px;
}

a.gremiumList:hover,
a#gremium:hover{
    background:#969696;
}
a.gremiumList:hover *,
a#gremium:hover * {
    color:#ffffff;
}

.gremiumDetail *{
    display:inline;
    float:left;
    clear:left;
}


/* Account */
#account {
    background: url("../images/helfen_bgr.jpg");
    height: 450px;
    position: relative;
    width: 670px;
    }

#account .box {
    color: #E2001A;
    font-size: 16px;
    line-height: 140%;
    position: absolute;
    width: 360px;
    }
    
#account .boxtext {
    color: #000;
    font-size: 13px;
    line-height: 140%;
    position: absolute;
    width: 600px;
    }


/* Video */
#video {
    background: #eee;
    padding: 4px 0;
    text-align: center;
    }


/* Gallery */
#gallery a {
    border: 4px solid #eee;
    width: 120px;
    height: 80px;
    float: left;
    display: block;
    margin: 0 6px 6px 0;
    overflow: hidden;
    }

#gallery a:hover {
    border: 4px solid #E2001A;
    }

