/*K™PPE*/

@import url("tiny.css");
/*Version 1
//latin-ext
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(http://www.schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.woff) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
//latin
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(http://www.schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.woff) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/


/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('http://www.schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('http://www.schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://www.schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('http://www.schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('http://www.schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('http://www.schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('http://schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('http://schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('http://schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('http://schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('http://schiller.sg/assets/fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
body {
    font-family: Source Sans Pro, Arial;
    background-color: #EAF2FF;
    background-position: top center;
    line-height: 140%;
    /*margin-left: 22;   */
    width: 800px;
    margin: 0 auto;   
}
.menu {
    display: block;    
    font-size: 100%;
    position: relative;
    left:-20px;
    top: initial;
    /*top: 127px;*/
    width: 796px;

}
* html .menu {
    width: 800px;
}
.menu ul {
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
  
}
.menu li {
    display: inline;
    float: left;
    left: -20px;
    position: relative;
    text-align: left;
    top: -14px;
}
.menu ul ul li {
    display:  block;
    width:  100%;
}
.menu li a {
    border-left: 2px solid #FFFFFF;
    display: block;
    list-style-type: none;
    padding: 5px 5px 7px;
    position: relative;
    text-align: left;
    text-decoration: none;
    top: 0;
}
.menu li ul {
    display: none;
    padding: 14px 0 0 18px;
    position: absolute;
}
.menu li:hover > ul {
    /*background-color: #EAF2FF;*/
    /*border-left: 2px solid #FFFFFF;*/
    display: inline;
    left: 2px;
    position: absolute;
    top: 28px;
}
#content {
    background-color: #FFFFFF;    
    margin-left: 0px;
    margin-top: 38px;
    padding: 20px;
    width: 730px;
   }
#content h1.line {
    border-bottom: 1px solid #808080;
    color: #64627C;    
    font-size: 22px;
}
#content h2.line, h3.line, h4.line, h5.line, h6.line {
    background-color: #CCCCCC;
    border-bottom: 5px solid #808080;
    color: #64627C;    
    font-size: 1em;
}
#content h1.right {
    border-bottom: 1px solid #808080;    
    font-weight: 100;
    letter-spacing: 8px;
    text-align: right;
}
#content h2.right, h3.right, h4.right, h5.right, h6.right {
    background-color: #CCCCCC;
    border-bottom: 5px solid #808080;    
    font-weight: 200;
    letter-spacing: 8px;
    text-align: right;
}
#content h1.center {
    border-bottom: 1px solid #808080;    
    font-weight: 100;
    letter-spacing: 8px;
    text-align: center;
}
#content h2.center, h3.center, h4.center, h5.center, h6.center {
    background-color: #CCCCCC;
    border-bottom: 5px solid #808080;    
    font-weight: 200;
    letter-spacing: 8px;
    text-align: center;
}
hr {
    background-color: #000000;
    border: medium none;
    color: #000000;
    height: 1px;
}
blockquote {
    background-color: #C3D9FF;
    border-left: 0 solid #7799BB;
    border-right: 0 solid #7799BB;
    border-top: 0 solid #7799BB;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}
img {
    border: 0 none;
}
.imgleft {
    clear: both;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.imgright {
    clear: both;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
a:visited, a:link {
    color: #64627C;
    text-decoration: none;
}
a:hover {
    color: #B60900;
}
a:active {
    color: #0000FF;
}
#footer {
    margin-left: 0;
    margin-right: auto;
    text-align: center;
    width: 800px;
}
farben der einzelnen ebenen werden vererbt .menu a {
    background-color: #FFFF00;
    color: #000000;
}
.menu ul a {
    background-color: #EAF2FF;
    white-space: nowrap;
}
.menu ul ul a {
    background-color: #EAF2FF;
    white-space: nowrap;
}

/* rounded Corners f³r letztes Men³-Element Start - ³blich war 10px */
.menu ul ul .last a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* rounded Corners Ende */

.menu ul ul ul a {
    background-color: #EAF2FF;
}


/* Custom Styles f³r TinyMCE */
/* _bernahme der Formatierungen aus tiny.css */    

/* K÷ppe Tabllenformatierung f³r Lehrerbereich aktuelle Hinweise */ 
	
	table.tbl_zweiLinks {width: 729px; height: 40px; border-collapse: collapse; border-bottom: 1px solid #000; border-top: 1px solid #000;}	


	table.tbl_aktuellehinweise {width: 730px; border-collapse: collapse;}
	table.tbl_aktuellehinweise td {border: 0px; padding: 10px; vertical-align: top; }
	table.tbl_aktuellehinweise tr {border-bottom: 1px solid #777777;}
	table.tbl_aktuellehinweise td p {margin: 0px;}
  /*190502 K÷ppe: Alle Links in der Tabelle (aktuellehinweise) sollen besser erkennbar sein.*/
	/*  table.tbl_aktuellehinweise a {color: #126fcc;}
      table.tbl_aktuellehinweise a:hover {color: #e2470c;}
  */
  table.tbl_aktuellehinweise a {color: #0072ff; font-weight: bold;}
  table.tbl_aktuellehinweise a:hover {color: #e2470c;}
	
/* Ende */
