/* Grundgerüst 1+2 werden für den Narrentest neu definiert */

a.nav2{font-size:1.2em}
@media only screen and (min-width:290px){
a.nav2{font-size:1.5em}}
a.nav2:link,a.nav2:visited{padding:10px 0px 10px;color:#FFFF66;text-decoration:underline;text-shadow:0 5px 1em #000033, 0 1px 1em #000033, 0 -5px 1em #000033}
a.nav2:hover{padding:10px 0px 10px;color:#FFFFCC;text-decoration:underline}
a.nav2:active{padding:10px 0px 10px;color:green;text-decoration:underline}
.cu{cursor:default}



/*Text-Tabellenbreite für Narrentest und Goldene Regel*/
.ttx { width:520px }
@media only screen and (max-device-width: 1024px) {
	.ttx { width:780px }
}

/*Text-Tabellenbreite für letztes Bild vom Narrentest*/
.ttx2 { width:440px }
@media only screen and (max-device-width: 1024px) {
	.ttx2 { width:700px }
}

.bildx { max-width: 100%; height: auto }
.mtop5   { margin-top: 5px }
.w10  { width: 10px }
.w15  { width: 15px }
.w60  { width: 60px }
.w70  { width: 70px }
.w80  { width: 5% } /*vorher: 80px*/
.w200 { width:200px }

.rot	{ color: red }
.zahl	{ cursor: default }
.small	{ font-size: 0.55em }
.middle	{ vertical-align: middle }
.bottom	{ vertical-align: bottom }
.left	{ text-align: left }
.center	{ text-align: center }
.right	{ text-align: right }
.table 	{ display: table; margin: auto }


