/*****************************************************
 ********* Farben für Schulzentrum Michelbach ********
 *****************************************************
 * hellgrau (Bar left): #a5abba
 * hellblau (Bar right): #d4dcef
 * Blau/Beige (Hintergrund Content): #f4f4f6
 * Fliesstext: #5b5b5b
 * Untermenus Hintergrund: #e4e6ea
 
 Farbleitsystem:
 * Gymnasium gelb: Vollton #feb500 oder blass #ffda80
 * Ganztagesschule orange: Vollton #f16214 oder blass #f8b18a
 * Internat rot: Vollton #e10914 oder blass #eb7279
 ****************************************************/

/* ##################### Contentbereich #################### */
a{
    text-decoration:none;
    }
#conBox {
    float: left;
    width: 558px;
    margin: 5px 0 0 0;
    padding: 0px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    background-color:transparent;
}
#conBox h1 {
    font-size:16px;
    font-weight:bold;
    line-height:16px;
    padding:0px;
    color:#6e6e6e;
    margin: 0px 0px 10px 0;
    font-family: Arial, Helvetica, sans-serif;
   
}
#conBox h2 {
    font-size:16px;
    font-weight:bold;
    padding:0px;
    color:#6e6e6e;
    margin: -5px 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height:16px;
    }
#conBox h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    padding:0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
    color:#888;
    line-height:16px;
}
#conBox p {
    margin: 10px 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0px;
    color:#6e6e6e;
    line-height: 16px;
    border-bottom: 1px red;
    }

 
    
#conBox td p {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: normal;
    padding: 10px 0px 10px 0px;
    letter-spacing: 0px;
    color:000;
    line-height:16px;
    margin:0;
    display:block;
}
/*#conBox td ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
    letter-spacing: 0px;
    color:000;
    line-height:16px;
    margin:0;
    display:block;
    list-style-type:square; 
    color:red; 
    font-weight:bold;
}*/


#conBox p a{
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: bold;
    color:#ff7200;
    text-decoration:undeline;
}
#conBox p a:hover{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#ff7200;
    text-decoration:underline;
}

#conBox ul {padding-top: 0px; padding-bottom: 0px; list-style-image: url(../upload/bilder/grau.gif); }

#conBox ol li {margin-left: -24px; line-height: 16px; margin-top: 0px; margin-bottom: 0px}

#conBox ul li {
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 16px;
    margin-left: -24px;
}
#conBox ul li a {color: #333333; text-decoration: underline;}
#spaltebild {width: 180px; float: left;}
#spaltebild img{
    padding:0;
    margin: 4px 0 6px 0px;
}
#spaltetext {width: 367px; float: right;}
#spaltetext img{
    padding:0;
    margin: 5px 0 5px 0px;
}
#spaltetext table {width: 367px; margin: 10px 0 10px 0px;  padding: 0px 0 0 10px;}
#spaltetext table img {padding-left: 0px;}
.orangefeld {background: #f8b18a;}

/* ################## Ende Contentbereich ############### */

/* ################ Newsbereich RightBar ################ */
#newsBox {
    float: right;
    width: 198px;
    height: 700px;
    margin: 0;
    padding:0;
    background:url(../pics/hg_news2.gif)no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:14px;
    color:#000;
}
#teaserBox {
}
.teasertext {
padding:0;
margin:0 0 8px 0;

}
.teasertext table tbody tr td p{
padding:0;
margin:3px 9px 3px 9px;
display:block;

}
.teasertext table tbody tr td p img{
padding:0px;
margin:-3px -9px -3px -9px;
display:block;
}

.teasertext table tbody tr td p a{
    padding:0;
    color:#e10914;
    text-decoration:underline;
}




