/*
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
› © Timewheel Templates ¦¦¦
› Stylesheet: Master.css¦¦¦¦
› CSS Level 2           ¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦---> www.timewheel.de
*/



/* - basic html elements - */
html {

}
body {
        margin: 0px;
        padding: 0px;
        font: normal 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
         background: #2d5770;

}

h1 {
        margin: 0px;
        padding: 5px;
        font: bold 130% Arial, Helvetica, sans-serif;
        border-left: 6px solid #94A0AB;
        background: #C2C9CE;
        color: #1E344A;
}

h2  {
        margin-left: 5px;
        font: bold 140% arial, Helvetica, sans-serif;
}

table { font: 100.01% Verdana, Geneva, Arial, Helvetica, sans-serif; }
table.eins {margin-left: auto; margin-right: auto;  }

img {   border: none;


}

.fleft {
  float: left;
  margin: 0 1em 0.2em 0;
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}

hr {
        margin: 5px 0px;
        padding: 0px;
        width: 99%;
        height: 2px;
        background: #E2E6EB;
}

.small {
        font-size: x-small;
}
.strong {
        font-weight: bold;
}


.bild { margin: 5px; }

a {
        color: #1E344A;
        font-weight: bold;
        text-decoration: none;
}
a:visited {
        color: #1E344A;
        font-weight: bold;
}
a:hover {
        text-decoration: underline;
        color: #101F2C;
}
#left_column a, #left_column a:visited {
        color: #B1BAC2;
        font-weight: bold;
        text-decoration: none;
}
#left_column a:active{
        color: #FFA500;
        font-weight: bold;
}
#left_column a:hover {
        text-decoration: none;
        color: #6495ED;
        padding-left: 2px;                                /**/
}

/* - layout elements - */
#top1 {
        width: 900px;
        height: 20px;
        background: #F89308;
}
#top2 {
        width: 900px;
        height: auto;
        border-bottom: 2px solid #F89308;
        font-size: 70%;
}

#left_column {
        margin-top: 25px;
        padding-bottom: 30px;
        width: 170px;
        height: auto;
        font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
        background: #1E344A url(http://www.neuro-programmer.de/images/left_col_bottom.gif) no-repeat bottom;
        float: left;

}

#right_column {
        margin-top: 25px;
        margin-left: 25px;
        width: 730px
        height: auto;
        float: left;
        background: url(http://www.neuro-programmer.de/images/right_col_bg.png) repeat-y;


}
#content {
        width:  445px;
        height: auto;
        float: left;
}

#text {
        margin-left: 10px;
        font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#contextual {
        padding-top: 45px;
        padding-left: 5px;
        width: 195px;
        height: auto;
        font-size: 70%;
        float: left;
}

#teaser {
        margin-top: 20px;
        padding-left: 5px;
        width: auto;
        height: auto;
        border-left: 6px solid #94A0AB;
        background: #C2C9CE;
        font-size: 80%;
        color: #333;
}

#left_column ul {
        margin-left: 5px;
        padding-left: 5px;
}
#left_column li {
        margin-top: 5px;
        padding-left: 2px;
        list-style-type: none;
        border-left: 1px solid #94A0AB;
        border-bottom: 1px solid #94A0AB;
}

#footer {
        padding-left: 5px;
        width: auto;
        height: auto;
        border-left: 6px solid #94A0AB;
        background: #C2C9CE;
        font-size: 70%;
}


/*--------------------------------------
  den nachfolgenden code nicht aendern
----------------------------------------*/
.twt_code {
        display: none;
}
