/*   ??? wo ist der Rest ????
  margin: 0;
    padding: 0;
    background: url('../images/hintergrund.gif');
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}
*/

/*** keine Rahmen um die IMGs ******************************/
img { border: none; }

/* dies ist die Headline Deines Projektes */
h3 {
    font-weight: bold;
    color: #E20A16;
    font-size: 20px;
}


/* dies ist die Headline Deines Projektes */
h1 {
    font-weight: bold;
    color: #EC1318;
    font-size: 30px;
}


/* nun zum bodytext, kann man aber auch nur p (Absatz) statt .bodytext definieren */

.bodytext, p {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: black;
    margin-bottom: 10px; /* macht die Abstände für die Absätze */
}

/* hiermit passt Du das Kontaktformular an */
.csc-mailform {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: black;
}

span.important {
    color: red;
}



p.headline {
    font-weight: bold;
    font-size: 20px;
    color: #E20A16
}

.subline {
    font-weight: bold;
}


a {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}

a:hover {
    color: black;
       font-size: 12px;
 text-decoration: none;
}

#content a, #right a {
    text-decoration: underline;
    color: black;
    font-size: 12px;
}

#content a:hover, #right a:hover {
    color: black;
    text-decoration: none;
       font-size: 12px;
}

p {
    margin-bottom: 10px;
}

.clearer {
    clear: both;
}

#outer {
    width: 1000px;
}

#top {
    background: url(../images/bg_top.gif) no-repeat;
    height: 21px;
    width: 921px;
    font-weight: bold;
}

#banner {
    background: url(../images/bg_middle.gif) repeat-y;
    width: 921px;
    font-weight: bold;    
}

#banner_top {
    background: url(../images/banner_top.gif) no-repeat;
    height: 168px;
    width: 905px;
    text-align: left;
}

#suche {
    float: left;
    padding-left: 30px;
    padding-top: 148px;
}

#rootline {
    padding-left: 120px;
}

.rootline {
    font-weight: bold;
}

#login {
    color: black;
    float: right;
    padding-right: 20px;
    padding-top: 20px;
    text-align: right;
}

#login .btn {
    background: white;
    border: none;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    height: 23px;
}

#login .btn_user, #login .btn_pass {
    width: 150px;
}

#login input {
    height: 21px;
    border: 1px solid gray;
    line-height: 21px;
}

#login label {
    width: 250px;
    text-align: left;
}

#login img {
    vertical-align: bottom;
}

#topnavi {
    text-align: left;
    background: url(../images/bg_topnavi.gif) repeat-x;
    width: 905px;
}

#topnavi img {
    vertical-align: top;
}

#middle {
    background: url(../images/bg_middle.gif) repeat-y;
    width: 921px;
    padding-top: 22px;
}

#inner {
    width: 905px;
}

#left {
    float: left;
    /*background: green;*/
}

#navi {
    width: 168px;
    border-right: 1px solid #a1a0a4;
    border-top: 1px solid #a1a0a4;
    border-bottom: 1px solid #a1a0a4;
    text-align: left;
}

#navi_top {
    background: #007f32;
    height: 20px;
    width: 168px;
    border-left: 1px solid #a1a0a4;
    border-bottom: 1px solid #a1a0a4;
}

#navigation {
    font-size: 11px;
    width: 169px;
    background: #e1e0e2;
    font-weight: bold;
}

#navigation .navi {
    padding-top: 2px;
    background: url(../images/arrow_navi.gif) no-repeat;
    display: block;
    height: 18px;
    padding-left: 30px;
    vertical-align: top;
}

#navigation .navi_aktiv {
    padding-top: 2px;
    background: url(../images/arrow_navi.gif) no-repeat;
    display: block;
    height: 18px;
    padding-left: 30px;
    vertical-align: top;
    color: black;
}

#navigation .navi2 {
    padding-top: 2px;
    background: url(../images/arrow_navi.gif) no-repeat;
    display: block;
    height: 18px;
    font-weight: normal;    
    padding-left: 40px;
    vertical-align: top;
}

#navigation .navi2_aktiv {
    padding-top: 2px;
    background: url(../images/arrow_navi.gif) no-repeat;
    display: block;
    height: 18px;
    font-weight: normal;
    padding-left: 40px;
    vertical-align: top;
    color: black;
}

#main {
    float: left;
    /*background: blue;*/
    width: 565px;
}

#content {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    /*background: yellow;*/
    font-weight: normal;
}

#content h1 {
    display: block;
    font-size: 14px;
    color: #003277;
    border-bottom: #003277 2px solid;
    margin-bottom: 20px;
    font-style: italic;
}

#content ul {
    list-style-type: none;
}

#content ul ul {
    padding-left: 20px;
}

#right {
    text-align: left;
    float: right;
    width: 166px;
    /*background: red;*/
    border-left: 1px solid #a1a0a4;
    border-bottom: 1px solid #a1a0a4;
    font-weight: bold;
}

#right h1 {
    padding-top: 2px;
    height: 18px;
    padding-left: 32px;
    font-size: 13px;
    color: white;
    background: #007f32;
    font-style: italic;
    background: url(../images/arrow_h1.gif) no-repeat;
    border-top: 1px solid #a1a0a4;
    border-bottom: 1px solid #a1a0a4;
}

#right p {
    padding: 5px;
}

#bottom {
    background: url(../images/bg_bottom.gif) no-repeat;
    height: 22px;
    width: 921px;
    font-weight: bold;
}

#absbottom {
    text-align: left;
    background: #99989d;
    width: 955px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;    
}

.csc-mailform label {
    width: 130px;
    text-align: left;
    float: left;
    display: block;
    margin-bottom: 10px;
}
 
.csc-mailform input {
    margin-bottom: 10px;
}
 
.csc-mailform textarea {
    margin-bottom: 10px;
}

.csc-mailform-submit {
    margin-top: 10px;
}

.csc-mailform {
    border: 0;
}

.tx-spdirectory-pi1 {
    font-size: 10px;
    font-weight: normal;
}

.tx-spdirectory-pi1 h2 {
    font-size: 11px;
    margin-bottom: 5px;
}

.tx_spdirectory-pi1-small {
    font-size: 10px;
}

.singleview * {
    font-size: 12px;
}

.singleview h2 {
    font-size: 13px;
}

.tx_spdirectory-pi1-myform { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; }
.tx_spdirectory-pi1-myformactive { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; color: #CC0000; }
.tx_spdirectory-pi1-dotted { border: 1px solid #DADADA; }
.tx_spdirectory-pi1-dottedcorner { border-top: 0px none; border-right: 0px none; border-bottom: 2px dotted #DADADA; border-left: 2px dotted #DADADA; }
.tx_spdirectory-pi1-dottedcolor { border: 2px dashed #EEEEFD; }
}
.author {
font-size:11px;
font-weight:bold;
font-style:normal;
color:#961207;
}

span.author {
font-size:11px;
font-weight:bold;
font-style:normal;
color:#961207;
}


