@charset "utf-8";

/* exo-regular - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/exo-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/exo-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/exo-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/exo-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/exo-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/exo-v19-latin-regular.svg#Exo') format('svg'); /* Legacy iOS */
}

/* shojumaru-regular - latin */
@font-face {
  font-family: 'Shojumaru';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/shojumaru-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/shojumaru-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/shojumaru-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/shojumaru-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/shojumaru-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/shojumaru-v15-latin-regular.svg#Shojumaru') format('svg'); /* Legacy iOS */
}



body {  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #333366;
	text-align: center;  /* Zentrierung im Internet Explorer */
  }
 	
#seite {
	width:1200px;
	background-color: #eeffff;
	text-align: left;
	border: 1px solid #0099ff;
	margin: 0px auto;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
	padding:0.5em;
  }

div#kopf {
	padding-bottom:25px;
	padding-top:15px;
	text-align: center;
	color: #000;
	background: #2dabe5; /* Old browsers */
    background: -moz-linear-gradient(top, #2dabe5 0%, #eeffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dabe5), color-stop(100%,#eeffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2dabe5 0%,#eeffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2dabe5 0%,#eeffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2dabe5 0%,#eeffff 100%); /* IE10+ */
    background: linear-gradient(top, #2dabe5 0%,#eeffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dabe5', endColorstr='#eeffff',GradientType=0 ); /* IE6 */

 }
 
 div#kopf h1{
	font-size: 150%;
	margin:0px;
	color: #336;
	text-shadow: 
	0 0 2px #fff,
    0 0 4px #fff,  
	0 0 5px #fff,
    0 0 7px #eff,
    0 0 10px #eff,
    0 0 13px #eff,
    0 0 16px #eff,
    0 0 19px #eff;
	font-family: 'Shojumaru';
	filter: glow(color: #ffffff, strength: 10);
 }
 
 div#Inhalt {
	padding: 0.5em;
}
 
 
a {
	font-weight: bold;
	color: #660033;
	text-decoration: none;
	margin-left:1px;
		
}

a:hover, a:focus {
     
     color: #aa0000;

}
h1 {
	font-size: 125%;
	color: #B30000;
	margin: 0.3em;
	/*text-shadow: -2px 3px 2px #aaa;*/
	font-family: 'Exo', sans-serif;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=##aaa,direction=45);

   } 
   
h2 {
	font-size: 112%;
	color:#009999;
	margin: 0.3em;
	/*text-shadow: -2px 2px 2px #bbb;*/
	
	font-family: 'Exo', sans-serif;
	
   }    
h3 {
	font-size: 100%;
	color: #1414ff;
	margin: 0.3em;
	/*text-shadow: -2px 2px 2px #aaa;*/
	font-family: 'Exo', sans-serif;
	
   }  
 
 h4 {
	font-size: 12px;
	color: #004D99;
	margin: 0.3em;
	/*text-shadow: -2px 2px 2px #aaa;*/
	font-family: 'Exo', sans-serif;
	
   }  
   
  h5 {
	font-size: 12px;
	color: #009999;
	margin: 0.3em;
	/*text-shadow: -2px 2px 2px #aaa;*/
	font-family: 'Exo', sans-serif;
	
   }  
   
   h6 {
	font-size:12px;
	color: #999900;
    margin: 0.3em;
	/*text-shadow: -2px 2px 2px #aaa;*/
	font-family: 'Exo', sans-serif;
	
   }  
 
.aufgaben ul{
	list-style-type: none;
	margin: 0px 0px 0px 1px;
	
  }
.aufgaben li {
	
	margin-right: 10px;
	padding: 1px 5px 5px 5px;
    background-color: #ddffff;
    color: #3300CC;
}

.aufgaben label {
   margin-left:10px;
   padding:0px 0px 0px 20px;
}

.aufgaben a, .aufgaben span {
	text-decoration: none;
	font-weight: bold;
	background-color: #ccffff;
	color: #3300CC;
	
	
  }

.aufgaben a:hover, .aufgaben span, .aufgaben a:focus {
    background-color: #eeffff;
    color: #aa0000;
    
  }

.startcontainer {
    margin: 1em; 
	display:flex; 
	/*align-items: center; */
	flex-wrap: wrap;
		
}

.container {
    display:flex; 
	justify-content: left;
	flex-wrap: wrap;
	align-items: flex-start;
}

.kiste_rechts {
	width:45%; 
	margin-left:0.5em; 
	margin-top:2em;
}


.auswahl ul{
	margin: 0px 0px 0px 1px;
		
  }

.auswahl {
	display: inline;
	margin-right: 10px;
	padding: 1px 10px 2px 10px;
	background-color: #ddffff;
	color: #3300CC;
	border: 1px solid #0033cc;
	box-shadow: -2px 3px 2px #aaa;
  }

.auswahl:hover {
	box-shadow: -2px 3px 2px #a30;
}

.auswahl a {
	text-decoration: none;
    font-weight: bold;
    background-color: #ccffff;
    color: #3300CC;
   	    
  }

.auswahl a:hover {
    background-color: #eeffff;
    color: #aa0000;
    

  }


#Navigation_fuss div {
     clear: left;
	 
  }



#Navigation_fuss {
     color: #000;
     padding: 10px 0px 10px 1px;
     border-top: 1px solid #0000ff;
     background-color: #aaffff;
}


#Navigation_fuss ul{
	list-style-type: none;
	margin: 0px 0px 0px 1px;
	
  }
#Navigation_fuss li {
	display: inline;
  }

#Navigation_fuss a, #Navigation_fuss span {
	text-decoration: none;
    font-size: 90%;
    font-weight: bold;
    padding: 1px 10px 2px 10px;
    background-color: #0099ff;
    color: #fff;
    border: 1px solid #0033cc;
		    
  }
* html #Navigation_fuss a, * html #Navigation_fuss span {  /* Korrektur fuer IE 5.x */
    width: 1px;
    w\idth: 188px;
  }
#Navigation_fuss a:hover, #Navigation_fuss span, #Navigation_fuss a:focus {
    background-color: #ddffff;
    color: #aa0000;
    border-right: 1px solid #aaffff;
    border-bottom: 1px solid #aaffff;

  }
#Navigation_fuss div {
     clear: left;
	 
  }

#imp td {
     border: 1px #336666 solid; 
     padding: 0.5em;
	 vertical-align:top;
	 }

#imp table {
      margin:10px;
      }


td.rahmen {  
    border: 2px #336666 solid; 
	color: #336666
	}
	
	
fieldset {
        
	    margin: 1.5em auto 1.5em auto;
	    display: block;
	    font-size: 99%; 
	    border: 1px solid #0033cc;
	    background: #bbffff;
	    
			}
			
	* html fieldset {padding: 5px;}
			
   legend {background: #ccffff;
           color:#3300cc;
		   padding: 4px;
		   border: 1px solid #4b408c;
		   margin-bottom: 4px;
		   margin-left:4px;
		   font-weight: bold;
		   }

   label.formular {
            display: block;
			width: 5em;
			float: left;
			margin-left:4px;
		   }
		   
  label.bewertung {
	width: 4.5em;
	float:left;
	margin-top:5px;
		   }
						   
   input {
            
			margin: 3px 0;
			border: 1px solid #4b408c;
			background: #FFFFFF;
			padding: 3px ;
					
		  }
	textarea  {
	      vertical-align: top;
		  margin: 3px 0;
		  border: 1px solid #4b408c;
		  background: white;
		  padding: 3px ;
	
	
	}
				  
    label {
	margin-left:3px;
				
			} 
						
   input:active, input:focus, input:hover { background: #E8EBDF;}
   
   .buttons {text-align: center;
             }

   input[type=checkbox], input[type=radio]{
             margin-left:10px;
			 border:0px solid #000000;
   
   }

			 
	input[type=submit], input[type=button]{
	          text-decoration: none;
              font-size: 95%;
              font-weight: bold;
              padding: 1px 10px 2px 10px;
              background-color: #0099ff;
              color: #fff;
              border: 1px solid #0033cc;
			  margin:2px;
			  }		
			  
    input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover, input[type=button]:active, input[type=button]:hover  {
	          font-size: 95%;
			  background-color: #ddffff;
              color: #aa0000;
              border-right: 1px solid #aaffff;
              border-bottom: 1px solid #aaffff;
	
	} 
	
	input[type=button]:disabled {
	    background-color: #999;
		color: #333;
	}


table {
	border-collapse:collapse;
	
}

.tabelle {
    margin:1em;
	max-width:80%;
}

.tabelle td {
	border: 1px solid #0099ff;
	padding: 0.2em;
	 
}

.tabelle th {
	border: 1px solid #0099ff;
	background-color: #CCCCFF;
	padding: 0.2em;   
}

.tabelle_abfrage td {
	border: 1px solid #0099ff;
	padding: 0.2em;
	background-color: #FFFFCC;
	 
}

.tabelle_abfrage th {
	border: 1px solid #0099ff;
	background-color: #CCCCFF;
	padding: 0.2em;   
}


td {
      vertical-align:top;
	  padding:0.5 em;
}

#bild_links {
float:left;
margin:5px;
margin-right: 1em;
}


dl.bild_rechts{
float: right;
margin-right: 15px;
margin-bottom: 5px;
border: 1px solid #aaaaaa;
padding:3px;
/**max-width:100px; **/ /**(1)**/
}

dl.bild_rechts dt {
margin-bottom: 0;
}

dl.bild_rechts dd {
margin: 0;
font-size:smaller;
}

dl.bild_links{
float: left;
margin-right: 15px;
margin-bottom: 5px;
border: 1px solid #aaaaaa;
padding:3px;
/**max-width:100px; **/ /**(1)**/
}

dl.bild_links dt {
margin-bottom: 0;
}

dl.bild_links dd {
margin: 0;
font-size:smaller;
}


.bild_rechts {
	float:right;
	margin: 3px;
	padding:3px;
	border:1px solid #999;
	
}

.bild_links {
	float:left;
	margin: 3px;
	padding:3px;
	border:1px solid #999;
	
}
.bild {
	margin: 3px;
	padding:3px;
	border:1px solid #999;
}

.bild_unterschrift {
    font-size:smaller;
	
}


.kasten_rechts {
	border: 1px solid #ff8888;
	margin-right:0.8em;
	margin-left: 35em;
	
 }
 
 .kasten_inhalt {
	padding: 1em;
	text-align:left;
		  
  }
  
 .kasten_kopf {
	color:#CCCCCC;
	border-bottom-style: dotted;
	border-bottom-color: #33CCFF;
	border-bottom-width: thin;
	background-color: #990000;
	padding-top:0.2em;
	padding-bottom:0.2em;
	padding-left:1em;
	font-weight: bold;	
	
	
		   }
		   
.kasten {
	border: 1px solid #ff8888;
	margin-right:0.8em;
		
 }
 
.kasten_kopf_fehler {
	color:#CCCCCC;
	border-bottom-style: dotted;
	border-bottom-color: #33CCFF;
	border-bottom-width: thin;
	background-color: #990000;
	padding-top:0.2em;
	padding-bottom:0.2em;
	padding-left:1em;
	font-weight: bold;	
		   }		   

 p.abschluss {
    clear:both;
	margin:0px;
 }


ol {
	list-style-position: outside;
	
	}
	
.bild_rechts{
	float:right;
	margin-right:5px;
}
.menu { 
    color: #990033; 
	
}
	
/* Default DOM Tooltip Style */
div.domTT {
	border: 1px solid #333333;
	background-color: #eeeeee;
}
div.domTT .caption {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
	color: #FFFFFF;
}
div.domTT .contents {
	font-size: 12px;
	font-family: sans-serif;
	padding: 3px 2px;
	background-color: #F1F1FF;
}

/* Classic Style */
div.domTTClassic {
	border: 1px solid black;
	background-color: #eeeeee;
	text-align: left;	
}
div.domTTClassic .caption {
	font-family: serif;
	font-size: 13px;
	_font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 1px 2px;
}
div.domTTClassic .contents {
	color: #000000;
	font-size: 13px;
	_font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 1px 2px;
	_padding-bottom: 0;
}

/* Win9x Style */
div.domTTWin {
  border: 2px outset #BFBFBF;
  background-color: #808080
}
div.domTTWin .caption {
  border: 0px solid #BFBFBF;
  border-width: 1px 1px 0px 1px;
  background-color: #00007F;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
}
div.domTTWin .contents {
  border: 1px solid #BFBFBF;
}

/* Overlib Style */
div.domTTOverlib {
	border: 1px solid #333366;
	background-color: #333366;
}
div.domTTOverlib .caption {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
div.domTTOverlib .contents {
	font-size: 10px;
	font-family: Verdana, Helvetica;
	padding: 2px;
	background-color: #F1F1FF;
}

/* Nicetitle Style */
div.niceTitle
{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
	width: 250px;
	left: 0;
	top: 0;
	padding: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
	-moz-border-radius: 0 10px 10px 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
	-moz-opacity: .87;
	-khtml-opacity: .87;
	opacity: .87;
}
div.niceTitle .contents
{
	margin: 0;
	padding: 0 3px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
div.niceTitle p
{
	color: #D17E62;
	font-size: 9px;
	padding: 3px 0 0 0;
	margin: 0;
	text-align: left;
	-moz-opacity: 1;
}

/* Context Menu Style */
div.domTTMenu {
  width: 150px;
  border: 2px outset #E6E6E6;
}
div.domTTMenu .caption {
  font-size: 12px;
  font-family: sans-serif;
  background-color: #E6E6E6;
}
div.domTTMenu .contents {
  padding: 1px 0;
  background-color: #E6E6E6;
}
.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.violett {
	color: #CC0033;
}

.thema {
	width:20%;
}

.inhalt, .hinweis {
   width:40%;	
}

#zeitanzeige {
    width: 25em;	
}

pre {
	white-space:pre-wrap;
}

.kiste {
   margin-right: 0.5em; 
   margin-top: 0.5em; 
   display:flex; 
   border: 1px dashed #999999;
   padding:0.5em;
   align-items:flex-start;
}

.unterkiste {
	border: 1px dotted #0066FF;
	padding: 0.5em;
	margin:0.5em;
}

figure {
    margin:5px;	
	width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

figcaption {
  display: inline-block; 
  text-align: left;
  font-size:80%;
  
}

ol li {
	font-weight: bold;
}

ol li  span{
	font-weight:normal;
}

.ui-tooltip {
max-width: 100% !important;
background: #FFC;
border: 2px solid white;
padding: 5px;
color: #009;
font-family: Arial, Helvetica, sans-serif; 
border-radius: 4px;
box-shadow: 0 0 2px #666;
}

.ui-widget {
   font-size:14px !important;	
}

.variable {
    background-color:#FF99aa;
	border: 1px solid #FF5500;
	color:#000000;
	
	font-weight:normal;
	border-radius:2px;
	margin:1px;
	font-size:inherit;
}


.funktion {
    background-color:#CCFFCC;
	border: 1px solid #66FF33;
	color:#000000;
	
	font-weight:normal;
	border-radius:2px;
	margin:1px;
	font-size:inherit;
}

.gruen {
   color:#083;	
}

.ziel {
	background-color:#99e2ff;
	margin:0.5em;
	border: solid 1px #09F;
	padding:0.5em;
}

.selfhtml {
	
	vertical-align: middle;
}




