*{
	margin: 0;
	padding: 0;
	border: 0 none;
	font-family: verdana;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
body{
	background: #fff;
}
p{
	line-height: 1.2em;
	margin-bottom: 7px;
}
b{
	font-weight: bold;
}
header{
	text-align: center;
	padding: 5px 0;
	font-size: 2em;
}
#login{
	text-align: right;
	padding: 5px;
	height: 50px;
}
label{
	display: block;
	width: 100%;
	margin-right: 10px;
}
input[type=text], input[type=password]{
	width: 99%;
	padding: 5px 0.5%;
	color: #000;
	margin-right: 3px;
	border: 1px solid #999;
}
select{
	width: 100%;
	padding: 5px;
	color: #000;
	border: 1px solid #999;
}
textarea{
	width: 100%;
	height: 100px;
	padding: 5px;
	color: #000;
	margin-right: 3px;
	border: 1px solid #999;
}
input[name=benutzer], input[name=passwort]{
	width: 150px;
}
input[type=submit], button{
	padding: 1px;
	color: #000;
	border: 1px outset #999;
	background-color: #ccc;
	border-radius: 2px;
	cursor: pointer;
}
option{
	color: #000;
}
nav{
	padding: 5px 0;
	text-align: center;
}
nav ul{
	list-style: none outside;
	margin: auto;
}
nav ul li{
	display: inline-block;
	padding: 10px;
}
main{
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
article{
	padding: 5px 25px;
}
footer{
	padding: 5px 0;
	text-align: center;
}
footer p, footer a{
	color: #999;
	font-size: 12px;
}
a:link, a:active, a:visited, .rot{
	color: #693d00;
}
a:focus, a:hover, .aktivlink{
	color: #fe0000 !important;
}
.shortinput{
	width: 140px !important;
}
.mitgltd{
	width: 200px !important;
}
.mitgleditdiv, .mitgldeleteinner, .mitgldateneditinner, .schldateneditinner, .paechtereditdiv, .parzedit, #pwvergessen, .benutzereditdiv, .mitgldatenhistory, .ablesereditdiv{
	display: none;
}

.mitgldeleteinner{
	padding-top: 20px;
}

.schl85{
	width: 85%;
	float: left;
}
.schl15{
	width: 15%;
	float: left;
	text-align: right;
}
.zentriert{
	text-align: center;
}
.rechtsbuendig{
	text-align: right;
}
.linksbuendig{
	text-align: left;
}
.clearer{
	clear: both;
}
.mitgldiv{
	padding: 15px;
	border-top: 1px dotted #999;
}
.mitgldatenshow, .mitgldatenedit, .schlneudiv{
	width: 46%;
	padding: 0 2%;
}

.leftfloated{
	float: left;
}
.nodisplay{
	display: none;
}
button{
	border: 0 none;
	cursor: pointer;
	outline: none;
	background-color: transparent;
}
.fett{
	font-weight: bold;
}
.fehler{
	color: #c00;
	border: 1px solid #c00;
	padding: 5px;
	background-color: #fcc;
}
.erfolg{
	color: #0c0;
	border: 1px solid #0c0;
	padding: 5px;
	background-color: #cfc;
}
.rotfett{
	font-weight: bold;
	color: #c00;
}
h1{
	padding: 0 0 15px 0;
	font-size: 2em;
	font-weight: bold;
}
h2{
	padding: 15px 0 10px 0;
	font-size: 1.7em;
	font-weight: bold;
}
h3{
	padding: 15px 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
}
#container{
	width: 500px;
	margin: 50px auto;
	text-align: center;
}
#pwvergessen{
	margin-top: 100px;
}
#loginform label{
	display: inline-block;
	width: 120px;
}
#loginform input[type="text"], #loginform input[type="password"], #pwvergessen input[type="text"]{
	width: 200px;
	padding: 5px;
}
#loginform input[type="submit"], #pwvergessen input[type="submit"]{
	display: inline-block;
	width: 340px;
	padding: 5px;
}
.mitgliedertabelle{
	width: 100%;
	border-collapse: collapse;
}
.mitgliedertabelle th, .mitgliedertabelle td{
	border: 1px dotted #ccc;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}
.mitgliedertabelle th{
	font-weight: bold;
}
.mitglneutab{
	width: 530px;
	margin: 0 auto;
	display: none;
}
thead{
	background: #eee;
}
.erstereihe{
	background: #fff;
}
.zweitereihe{
	background: #f8f8f8;
}
input[readonly="readonly"]{
	background: #ddd;
}
.optionred{
	background-color: #fcc;
}

#menulink{
	display: none;
}

.startseitendiv{
	width: 30%;
	border: 1px dotted #ccc;
	padding: 10px;
	margin: 10px 10px 40px 10px;
}

.ablesertabelle, .altersklassentab{
	border-collapse: collapse;
	width: 100%;
}

.ablesertabelle th, .altersklassentab th{
	background: #e3e3e3;
}

.ablesertabelle td, .ablesertabelle th, .altersklassentab td, .altersklassentab th{
	padding: 15px;
	border: 1px dotted #999;
	text-align: center;
	z-index: 1000;
}

.linksbuendig{
	text-align: left !important;
}

.rechtsbuendig{
	text-align: right !important;
}

.small{
	font-size: 0.7em;
}

.ablesertabelle thead {
	position: sticky;
	top: 52px;
	z-index: 5000;
}

.erstespalte{
  position: sticky;
  left: 0;
  z-index: 2000;
}

.smallinput{
	width: 150px !important;
}

.red{
	background: #f66;
}

.blue{
	background: #66f;
}

.yellow{
	background: #ff6;
}

.green{
	background: #6f6;
}

@media only screen and ( min-width: 768px ) {
	nav{
		position: sticky;
		top: 0;
		z-index: 5000;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
}

@media only screen and ( max-width: 768px ) {	
	.leftfloated{
		float: none;
	}
	
	.mitgldatenshow, .mitgldatenedit, .schlneudiv{
		width: 100%;
	}
	
	#container{
		width: 100%;
	}
	
	#menulink{
		display: inline-block;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	nav{
		display: none;
	}
	
	nav ul li{
		display: block;
		padding: 10px;
	}
	
	.startseitendiv{
		width: 95%;
	}
	
	label{
		display: block;
		width: 95%;
		margin-right: 10px;
	}
	input[type="text"], select, input[type="password"]{
		width: 95%;
		padding: 5px;
		color: #000;
		margin-right: 3px;
		border: 1px solid #999;
	}
	textarea{
		width: 95%;
		height: 100px;
		padding: 5px;
		color: #000;
		margin-right: 3px;
		border: 1px solid #999;
	}
}