body {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

.rahmen {
	position: relative;
	max-width: 90%;
	height: auto;
	margin:auto;
}
.neustart{
	cursor: pointer;
	font-weight: bold;
	background-color: #FFFF99;
	border: thin ridge #00F;
	border-radius: 25%;
	padding: 10px;
	color: #00C;
	box-shadow: 8px 8px 8px 8px #666;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
.klapp {
	cursor: pointer;
	font-weight: bolder;
	position: relative;
	background-color: #FFC;
		
}

.klapp:hover {
	font-weight: bolder;
	font-size: 102%;	
}

.markiert {
	font-weight: bolder;
	background-color: #B3FB82;
}

.noScroll {
}

.titel {
	font-size: 180%;
	text-align: center;
	font-weight: bolder;
}

.titel2 {
	font-size: 140%;
	text-align: center;
	font-weight: bolder;
}

.tipps {
	font-style: oblique;
	font-weight: normal;
	word-spacing: normal;
	text-align: left;
	background-color: white;
	margin: 40px;
	padding: 10px;
	box-shadow: 8px 8px 8px 8px #666;
	clear:both;
}
.rechtsunten {
	float: right;
}


.richtig {
	font-style: normal;
	font-weight: bold;
	font-size: 120%;
	color: #063;
	background-color: #FFFFFF;	
	position: absolute;
	visibility: hidden;	
	z-index: 5;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-align: center;
	border: thin inset #363;
	display: marker;
	box-shadow: 3px 3px 1px #000000;
}

.falsch {	
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	background-color: #FFFFFF;	
	position: absolute;
	visibility: hidden;	
	z-index: 5;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-align: center;
	border: thin inset #363;
	display: marker;
	box-shadow: 3px 3px 1px #000000;
}

.correct {
	font-weight: bold;
	color: #063;
	background-color: #FFFFFF;
	width: auto;
	position: relative;
	height: auto;
	z-index: 5;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-align: center;
	border: thin inset #363;
	box-shadow: 3px 3px 1px #000000;
}

.incorrect {
	font-weight: bold;
	color: #F00;
	background-color: #FFFFFF;
	width: auto;
	position: relative;
	height: auto;
	z-index: 5;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-align: center;
	border: thin inset #363;
	box-shadow: 3px 3px 1px #000000;
}

/*Der Style für die Grammatiklinks auf der Seite uebungen.html*/
.grammatiklink {
	font-size: 120%;
	text-decoration: underline;
}
/*der Style für die Richtlinienerklärung*/
.richtlinien {
	font-size: 90%;
	font-style: italic;
	color: #00F;
	background-color: #ECECEC;
}

.richtlklick {
	font-size: 90%;
	font-style: normal;
	color: #000;
	background-color: #FFFFCC;
	cursor:pointer;
}
.richtlklick:hover {
	font-style:normal; 
	font-weight:bolder; 
	font-size:110%; 
	color:rgb(0,0,204); 
	background-color:rgb(255,255,153); 
}

.richtlinfo {
	font-size: 90%;
	font-style: normal;
	color: #000;
	background-color: #FFFFCC;
}

.textfeld {
	position: relative;
	overflow: auto;
	height: 400px;
	
	
}

/*der Style für die Vorlage myBasis unten*/

.basisunten {
	font-size: 110%;
	clear: none;
	line-height: 120%;
}


.woerter {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	word-spacing: normal;
	cursor: auto;
}



.green {
	color: #096;
	font-weight: bold;
}
.rot {
	color: #C00;
	font-weight: bold;
}
.grue {
	color: #096;	
}
.ro {
	color: #C00;
}
	
.blau {
	color: #00F;
	font-weight: bold;
}	

.schwarz {
	font-weight: bold;
	color: #000;
}

.grau {
	font-weight: bold;
	color: #666;
}
.braun {
	color: #804000;
	font-weight: bold;
}
.lila {
	color: #CC0099;
	font-weight: bold;
}

.gelb {
	color: #CCCC33;
	font-weight: bold;
}

.streichdurch {
	color: #C00;
	font-weight: bold;
	text-decoration: line-through;
}

.ohne {
	color: #000;
}

.unterstreich {
	text-decoration: underline;
}

.maushand {
	cursor: pointer;
}


.start {
	font-size: 110%;
	color: #0000CC;
	background-color: #FFF;
	cursor: pointer;
	border: thin inset #009;
}
.drag {
	cursor: pointer;
	font-family:Verdana, Geneva, sans-serif;	
	font-weight: bold;
}

.boxoben {
	font-weight: bold;
	text-align: center;
	margin: 30px;
	padding: 3px;
	border: thin none #666;	
	background-color: #FFFF99;
}


.boxunten {
	text-align: center;
	font-weight: bold;
	margin: 30px;
	padding: 3px;
	background-color: #FFFF99;
	border: 2px none rgb(51,102,153);
	clear: both;
}


a:hover {  
font-style:normal; 
font-weight:bolder; 
font-size:102%; 
color:rgb(0,0,204); 
background-color:rgb(255,255,153); 
}

a:link {
	color: rgb(0,0,204);
	line-height: 110%;
}


.lseite {
	float:left;
	width: 170px;
	height:100px;
}
.rseite {
	float: right;
	width: 150px;
}


.impressum {
	font-weight: bold;
	text-align: right;	
}

	
/*Stylesheets für den Neu-Starten Button */	

.neu{
	float: left;
	cursor: pointer;
	
}
.mylabel{
	float: left;
	margin-top: 10px;
	font-weight: bolder;
	padding-left: 5px;	
}
