/*
CSS - www.chaenubotzer.ch
Ersteller: Kilian Schwarzentruber
Erstellt: 14.12.2009
*/

/* Definition des Hauptseiten-Layouts  */
#main_body {
         font-family:Verdana, Arial, Helvetica, sans-serif;
         margin-top:5px;
         margin-bottom:0px;
         margin-left:0px;
         margin-right:0px;
         padding:0px;
         background-image: url(../images/design/bg/pagebg.jpg);
}
/* Layouttabellendefinition */
#main_table {
         width:1000px; /* Tabellenbreite -> Angepasst an das Hintergrundbild  */
         height:700px; /* Tabellenhöhe -> Angepasst an das Hintergrundbild  */
         border-style:none; /* Rahmen ausschalten  */
         border-width: 0px; /* Rahmendicke auf 0 Pixel */
         border-spacing: 0; /* Zelleninnenabstände auf 0 setzen */
         border-padding: 0;/* Zellemaussenabstände auf 0 setzen */
         background-image: url(../images/design/bg/tabbg.jpg); /* Hintergrundbild */
         background-repeat:no-repeat; /* Hintergrundbild-Wiederholung ausschalten  */
}
/* Felddefinitionen innerhalb der Layouttabelle */
#tf_polaroid {
         width:239px; /* Feldbreite -> Angepasst an das Hintergrundbild  */
         height:166px; /* Feldhöhe -> Angepasst an das Hintergrundbild  */
         /*padding-left: 100px; /* Abstand zum linken Fenster  */
}
#tf_gesamtfoto {
         width:577px; /* Feldbreite -> Angepasst an das Hintergrundbild  */
         /*height:??px; /* Feldhöhe wird vom tf_polaroid übernommen */
}
#tf_postit {
         width:184px; /* Feldbreite -> Angepasst an das Hintergrundbild  */
         /*height:??px; /* Feldhöhe wird vom tf_polaroid übernommen */
}
#tf_controll {
         /*width:??px; /* Feldbreite wird vom tf_polaroid übernommen */
         height:382px; /* Tabellenhöhe -> Angepasst an das Hintergrundbild  */
}
#tf_mitgliedwerden {
         /*width:??px; /* Feldbreite wird vom tf_polaroid übernommen */
         height:152px; /* Tabellenhöhe -> Angepasst an das Hintergrundbild  */
}
#tf_content {
         /*width:??px; /* Feldbreite wird vom tf_polaroid übernommen */
         /*height:??px; /* Feldhöhe wird vom tf_polaroid übernommen */
}
/* Divs für das Positionierung innerhalb der Layouttabellenfelder */
#d_content {
         padding-top: 20px; /* Abstand oberen Fenster  */
         padding-left: 5px; /* Abstand zum linken Fenster  */
}
#d_postit {
         padding-left: 25px; /* Abstand zum linken Fenster  */
         padding-right: 5px; /* Abstand zum rechten Fenster  */
}
#d_controll {
         padding-top: 8px;  /* Abstand oberen Fenster  */
         padding-left: 100px; /* Abstand zum linken Fenster  */
}
/* Content-Iframe für das Anzeigen der inhalte  */
#s_content {
         width:744px; /* Tabellenbreite -> Angepasst an das Hintergrundbild  */
         height:480px; /* Tabellenhöhe -> Angepasst an das Hintergrundbild  */
}

#bg_body {
        background-image:url(../images/design/bg/contentbg.jpg);
        background-repeat:no-repeat;
        background-attachment:fixed;
}
#bg_body_kontakt {
        background-image:url(../images/design/bg/contentbg.jpg);
        background-repeat:no-repeat;
        background-attachment:fixed;
}

/* Layoutdefinitionen  */
/* Anzeigetext */
.text {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        font-weight:normal;
        color:#000000;
        text-align:justify;
}
/* Hyperlink-Formatierungen */
a.text {
        text-decoration: none;
        color:#000000;
}
a.text:hover {
        text-decoration: overline underline;
        color:#000000;
}
a.text:active {
        text-decoration: none;
        color:#000000;
}
/* Formatierungen der Navigation */
a.controll {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        font-weight:normal;
        color:#000000;
        text-align:justify;
        text-decoration: none;
        color:#000000;
        line-height: 14px;
}
a.controll:hover {
        text-decoration: overline underline;
        color:#000000;
}
a.controll:active {
        text-decoration: none;
        color:#000000;
}
/* Formatierung für Texte, die "Fett" sein sollen */
.text_bold {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        font-weight:bold;
        color:#000000;
}
/* Formatierung für Titelzeilen */
.title {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:18px;
        font-weight:bold;
        color:#000000;
}
/* Formatierung für oben-liegende Rahmen */
.border_top{
        border-top:#000000 1px solid;
}
