body{
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-family: Arial;
	font-size: 16px;
	background-image: url(../../../../Bilder/hintergrund2.jpg);
	background-attachment: fixed;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus{
	color: #cc3366;
}
br{
	clear: both;
}
fieldset{
	padding: 10px;
	margin: 10px 10px 10px 10px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
hr{
	width: 99%;
}
span img{
	vertical-align: middle;
}
span.button{
	padding: 1px 7px 1px 7px;
}
span.buttonhover{
	padding: 1px 7px 1px 7px;
}
span.buttonklick{
	padding: 1px 7px 1px 7px;
}

/* INPUTS */
input[type="checkbox"]{
  width: 50px; /*Desired width*/
  height: 50px; /*Desired height*/
}
input[type="radio"]{
  margin-top: 5px;
  width: 50px; /*Desired width*/
  height: 50px; /*Desired height*/
}
input[type="text"]{
   width: 20px; /*Desired width*/
	font-size: 24px;
	color: #000000;
	border: none;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
}
select{
    height: 60px; /*Desired height*/
	font-size: 50px;
	cursor: pointer;
}
/*Tabellen*/
.table2{
	border: 2px solid;
	border-collapse: collapse;
	border-color: #FFF;
	empty-cells: show;
	font: 14px Arial;
	margin-top: 10px;
}
.table1{
	width: 800px;
	border: 2px solid;
	border-collapse: collapse;
	border-color: #FFF;
	empty-cells: show;
}
table{
	margin: auto;
	border-spacing: 7px;
}
.td1{
	padding: 0px 10px 0px 10px;
	text-align: left;
	font-size: 50px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
.td2{
	padding: 0px 10px 7px 10px;
	text-align: left;
	font-size: 50px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
th{
	border: 1px solid;
	color: #000;
	border-color: silver;
	font-weight: bold;
	padding: 5px;
	background-color: transparent;
}
td.sichtbar, th.sichtbar{
	display: table-cell !important;
}
.leer{
	background-color: #000000;
}

/* Buttons-Links */
.button{
	display: inline;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	font: 50px Arial;
	color: #000000;
	background: rgba(204,51,102,0.2);
	border: 1px outset silver;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.buttonhover{
	display: inline;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	font: 50px Arial;
	color: #000000;
	background: rgba(204,51,102,0.5);
	border: 1px outset;
	border-color: silver;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.buttonklick{
	display: inline;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	font: 50px Arial;
	color: #000000;
	background: rgba(204,51,102,0.5);
	border: 1px inset;
	border-color: silver;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.klicken{
	cursor: pointer;
}
a{
	color: #000000;
}
a:hover, a:focus{
	color: #cc3366;
}
a img{
	padding: 0px;
	border: 2px solid;
	border-color: #000000;
}
a:hover img, a:focus img{
	border: 2px solid;
	border-color: #660000;
}
.highscore_nummer{
	float:left;
	width: 100px;
	height: 82px;
	padding: 18px 0px 0px 0px;
	text-align: center;
	font-size: 50px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
.highscore_spieler{
	float:left;
	width: 400px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 50px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
.highscore_gewinn{
	float:left;
	width: 150px;
	height: 82px;
	padding: 18px 0px 0px 0px;
	margin-left: 10px;
	text-align: center;
	font-size: 50px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
.highscore_gewinn_rot{
	float:left;
	width: 150px;
	height: 82px;
	padding: 18px 0px 0px 0px;
	margin-left: 10px;
	text-align: center;
	font-size: 50px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #ff6666);
	background: -webkit-linear-gradient(top, #ddd, #ff6666);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ff6666));
	background: -o-linear-gradient(top, #ddd, #ff6666);
    background: -ms-linear-gradient(top, #dddddd 0%, #ff6666 100%);
}
.highscore_gewinn_gruen{
	float:left;
	width: 150px;
	height: 82px;
	padding: 18px 0px 0px 0px;
	margin-left: 10px;
	text-align: center;
	font-size: 50px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #99ff99);
	background: -webkit-linear-gradient(top, #ddd, #99ff99);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#99ff99));
	background: -o-linear-gradient(top, #ddd, #99ff99);
    background: -ms-linear-gradient(top, #dddddd 0%, #99ff99 100%);
}
.highscore_gewinn_tag{
	float:left;
	width: 150px;
	height: 82px;
	padding: 18px 0px 0px 0px;
	margin-left: 10px;
	text-align: center;
	font-size: 50px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #ccccff);
	background: -webkit-linear-gradient(top, #ddd, #ccccff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccccff));
	background: -o-linear-gradient(top, #ddd, #ccccff);
    background: -ms-linear-gradient(top, #dddddd 0%, #ccccff 100%);
}
.nomark{
   -ms-user-select: None;
   -moz-user-select: None;
   -webkit-user-select: None;
   user-select: None;
}
.check{
	float:left;
	width: 100px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid silver;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
}
.counter{
	float:left;
	width: 100px;
	height: 82px;
	padding: 16px 0px 0px 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 30px;
	border-style: inset;
	border-width: 2px;
	background-color: #ccccff;
   -ms-user-select: None;
   -moz-user-select: None;
   -webkit-user-select: None;
   user-select: None;
}
.begegnung_links{
	float:left;
	width: 200px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 20px;
	border: 1px solid silver;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
   background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
   background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
   -ms-user-select: None;
   -moz-user-select: None;
   -webkit-user-select: None;
   user-select: None;
}
.begegnung_rechts{
	float:left;
	width: 200px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
	border: 1px solid silver;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
   background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
   background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
   -ms-user-select: None;
   -moz-user-select: None;
   -webkit-user-select: None;
   user-select: None;
}
.rangliste{
	float:left;
    position: relative;
    left: -63px;
	width: 280px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 30px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
.rangliste_zahlen{
	float:left;
	width: 60px;
	height: 50px;
	margin-left: 20px;
	margin-bottom: 1px;
	text-align: center;
	font-size: 40px;
	color: grey;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
.rangliste_gewinn{
	float:left;
    position: relative;
   padding: 10px 0px 0px 0px;
    top: 50px;
    left: -62px;
	width: 60px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #3333ff);
	background: -webkit-linear-gradient(top, #ddd, #3333ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#3333ff));
	background: -o-linear-gradient(top, #ddd, #3333ff);
    background: -ms-linear-gradient(top, #dddddd 0%, #3333ff 100%);
}
.rangliste_gewinn_grau{
	float:left;
    position: relative;
   padding: 10px 0px 0px 0px;
    top: 50px;
    left: -62px;
	width: 60px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #ccccff);
	background: -webkit-linear-gradient(top, #ddd, #ccccff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccccff));
	background: -o-linear-gradient(top, #ddd, #ccccff);
    background: -ms-linear-gradient(top, #dddddd 0%, #0CF 100%);
}
.rangliste_gesamt{
	float:right;
	width: 150px;
	height: 28px;
	margin-top: 30px;
	padding: 7px 10px 0px 0px;
	text-align: right;
	font-size: 16px;
	border: 1px solid silver;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
.rangliste_gesamt_rot{
	float:right;
	width: 275px;
	height: 31px;
	margin-top: 3px;
	padding: 7px 10px 0px 0px;
	text-align: right;
	font-size: 20px;
	border: 1px solid silver;
    background: -moz-linear-gradient(top, #ddd, #ff6666);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ff6666));
	background: -o-linear-gradient(top, #ddd, #ff6666);
    background: -ms-linear-gradient(top, #dddddd 0%, #ff6666 100%);
}
.rangliste_gesamt_gruen{
	float:right;
	width: 275px;
	height: 31px;
	margin-top: 3px;
	padding: 7px 10px 0px 0px;
	text-align: right;
	font-size: 20px;
	border: 1px solid silver;
    background: -moz-linear-gradient(top, #ddd, #99ff99);
	background: -webkit-linear-gradient(top, #ddd, #99ff99);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#99ff99));
	background: -o-linear-gradient(top, #ddd, #99ff99);
    background: -ms-linear-gradient(top, #dddddd 0%, #99ff99 100%);
}
.rangliste_punkte{
	float:left;
    position: relative;
    left: -64px;
	width: 60px;
	height: 94px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-size: 16px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
.duell_runden{
	float:left;
	width: 100px;
	height: 100px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
.duell_runden input{
	padding: 10px 0px 0px 0px;
}
.rangliste_spiele{
	float:left;
    position: relative;
    left: -60px;
	width: 60px;
	height: 94px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-size: 16px;
	border: 1px solid silver;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
.likebutton_tag{
	float: left;
	width: 550px;
	margin-bottom: 0px;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	font-size: 50px;
	border: 1px solid silver;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #ccccff);
	background: -webkit-linear-gradient(top, #ddd, #ccccff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccccff));
	background: -o-linear-gradient(top, #ddd, #ccccff);
    background: -ms-linear-gradient(top, #dddddd 0%, #ccccff 100%);
}
.likebutton_ges{
	float: left;
	width: 550px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 5px;
	text-align: center;
	font-size: 50px;
	border: 1px solid silver;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #ccccff);
	background: -webkit-linear-gradient(top, #ddd, #ccccff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccccff));
	background: -o-linear-gradient(top, #ddd, #ccccff);
    background: -ms-linear-gradient(top, #dddddd 0%, #ccccff 100%);
}
.likebutton{
	width: 550px;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	font-size: 50px;
	border: 1px solid silver;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-linear-gradient(top, #ddd, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fdfdfd));
	background: -o-linear-gradient(top, #ddd, #fdfdfd);
    background: -ms-linear-gradient(top, #dddddd 0%, #fdfdfd 100%);
}
.likebuttonhover{
	width: 550px;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	font-size: 50px;
	border: 1px solid silver;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 9px #474747;
	-moz-box-shadow: 5px 5px 9px #474747;
	box-shadow: 5px 5px 9px #474747;
    background: -moz-linear-gradient(top, #ddd, #cc3366);
	background: -webkit-linear-gradient(top, #ddd, #cc3366);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#cc3366));
	background: -o-linear-gradient(top, #ddd, #cc3366);
    background: -ms-linear-gradient(top, #dddddd 0%, #cc3366 100%);
}
.likebuttonklick{
	width: 550px;
	margin: 0px 0px 15px 5px;
	padding: 5px;
	text-align: center;
	font-size: 50px;
	border: 1px solid silver;
	cursor: pointer;
    background: -moz-linear-gradient(top, #ddd, #cc3366);
	background: -webkit-linear-gradient(top, #ddd, #cc3366);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#cc3366));
	background: -o-linear-gradient(top, #ddd, #cc3366);
    background: -ms-linear-gradient(top, #dddddd 0%, #cc3366 100%);
}

/* Classes */
.center {
	text-align: center;
}
.fehler{
	font-weight: bolder !important;
	color: #EE0000 !important;
	border: 1px solid !important;
	border-color: #EE0000 !important;
}
/*Zentriert die Tabellen in allen IE kleiner 7.0*/
.ietablecenter{
	text-align: center;
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
}
.legend{
	color: #cc3366;
	background-color: transparent;
	font: 20px Arial;
	text-align: center;
}
.legend2{
	float: left;
	margin: 10px 10px 0px 10px;
	color: #cc3366;
	background-color: transparent;
	font: 20px Arial;
	text-align: center;
}
.stechen{
	margin: 10px 0px 5px 0px;
	color: #cc3366;
	background-color: transparent;
	font: 20px Arial;
	text-align: center;
}
.links{
	float: left;
}
.left{
	text-align: left;
}
.meldung{
	margin: auto;
	text-align: center;
	border: 1px solid;
	width: 400px;
	border-color: #EE0000;
	color: #FF0000;
}
.ohnerand{
	border: none;
}
.nocenter{
	text-align: left;
}
.rechts{
	float: right;
}
.sichtbar{
	display: inline;
}
.unsichtbar{
	display: none;
}
.ohnefarbe {
	background-color: transparent;
}
.korrektur a, .korrektur a:visited {
	float: left;
	padding: 10px 10px 10px 10px;
	display: block;
	height: 20px;
	width: 120px;
	background: rgba(204,204,204,0.4);
	color: #000;
	border: 1px solid rgba(204,51,102,0.5);
	margin-bottom: 5px;
	text-align: center;
	border-radius: 16px;
}
.korrektur a:hover, .korrektur a:active, .korrektur a:focus {
	background: rgba(204,51,102,0.5);
	color: #000;
}
.mitte2 {
	position: relative;
	width: 700px;
	left: 50%;
	margin: 0px 0px 0px -350px;
}
.check a, .check a:visited {
	float: left;
	padding: 10px 10px 10px 10px;
	display: block;
	height: 20px;
	width: 300px;
	background: rgba(204,204,204,0.4);
	color: #000;
	border: 1px solid rgba(204,51,102,0.5);
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: center;
	border-radius: 16px;
}
.check a:hover, .check a:active, .check a:focus {
	background: rgba(204,51,102,0.5);
	color: #000;
}

ul{
	margin: 0px;
}
#nav {
	height: 70px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#nav ul {
	list-style: none;
	font-weight: normal;
	font-size: 18px;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
#nav ul li {
	float: left;
	margin-right: 10px;
}
#nav ul a, #nav ul a:visited {
	padding: 21px 8px 21px 8px;
	display: block;
	width: 138px;
	background: rgba(204,204,204,0.4);
	color: #000;
	border: 1px solid rgba(204,51,102,0.5);
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
}
#nav ul span {
	padding: 21px 8px 21px 8px;
	display: block;
	width: 138px;
	background: rgba(204,51,102,0.5);
	color: #000;
	border: 1px solid rgba(204,51,102,0.5);
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
}
#nav ul a:hover, #nav ul a:active, #nav a:focus {
	background: rgba(204,51,102,0.5);
	color: #000;
}
#navi {
   display: grid;
   justify-content: center;
   
/*	position: relative; 
	width: auto;  1500px; 
	left: 50%;
	margin: 0px auto; 0px 0px -750px;
	text-align: center;	_width: 900px; */
}
#container {
	clear: left;
	margin: 0px 0px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
}
#container_links {
    float: left;   
}
#container_mitte {
    float: left;  
	min-height: 500px;
}
#container_rechts {
    float: left;    	    	
    position: relative;
    left: -60px;
}
#logo {
	float: left;
	height: 100px;
	width: 130px;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 10px;
} 
#menu {
	width: auto;
	height: 20px;
} 
#counter {
	width: 150px;
	height: 70px;
	margin-top: 5px;
    } 
#main {
} 
#main_1 {
	height: 200px;
	width: 140px;
	float: left;
	border: solid silver 1px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
	background: rgba(255,255,255,1.0);
} 
#footer {
	height: 20px;
	text-align: center;
	margin-top: 10px;
}
.ausblenden{
	display: none;
}
#button a, #button a:visited {
	font-weight: normal;
	font-size: 18px;
	margin: 15px 25px 15px 25px;
	padding: 2px;
	display: block;
	background: rgba(204,204,204,0.4);
	color: #000;
	border: 1px solid rgba(204,51,102,0.5);
	text-align: center;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-decoration: none;
}
#button a:hover, #button a:active, #button a:focus {
	background: rgba(204,51,102,0.5);
	color: #000;
}
