* {
	padding:0;margin:0;
	font-family: sans-serif;
	color:#666;
}
h1 {
	border-bottom:1px solid #ccc;
	padding:0.2em;
	margin-bottom:0.2em;
}
h2 {
	border-bottom:1px solid #ccc;
	padding:0.2em;
	margin-bottom:0.2em;
	margin-top:1em;
}
h3 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:0.3em;
}
a {
	text-decoration:none;
	border: 0 none;
}
input {
	padding:2px 5px;
	}
header.page img {
	max-height:75px;
	float:left;
}
header p {
	font-size:2em;
	margin:1em 2em 0em 2em;
	color:#fff;
	text-shadow:1px 1px 2px #000;
	text-align:right;
	text-align:right;
}
header p.small{
	font-size:0.86em;
	margin:0 2em;
}
header {
	width:100%;
	border-bottom:1px solid #aaa;
	overflow:hidden;
	padding:0.5em;
	background-color:#ddd;
	background-image: url("bg-top.jpg");
	 background-position: center;
	background-size:cover;
}
main {
	clear:both;
	margin:0em 1em;
}
nav.main {
	display:block;
	width:100%;
	overflow:hidden;
	background-color:#ccc;
	border-bottom:1px solid #aaa;
	padding-top:1em;
	background: linear-gradient(to bottom, #cccccc 0%,#ffffff 100%);
}
nav.main li{
	display:block;
	float:left;
	padding:0.5em 0.2em;
}
nav.main li a{
	padding:0.5em 1em;
	text-decoration:none;
	box-shadow:1px 1px 2px #000;
	background-color:#eee;
	color:#c00;
	font-weight:bold;
	border-radius: 15px 15px 0px 0px;
}
table {
	text-align:left;
	border-collapse:collapse;
	border:1px solid #ccc;
	margin-bottom:1em;
}
table th {
	background-color:#eee;
	padding:0.1em;
	font-size:0.79em;
}
table td {
	padding:0.2em;
	border:1px solid #ccc;
	font-size:0.85em;
	vertical-align:top;
}
table.protokoll img {
	height:15px;
	margin:0px 5px;
}
div.formelement {
	margin-bottom:1em;
}
div.formelement div {
	margin-bottom:5px;
}
div.formelement label {
	display:block;
}
div.trainingszeiten label, div.sportarten label {
	display:inline;
	padding-left:10px;
}
div.assistenz label, div.anzahl label {
	display:block;
	float:left;
	width:10em;
}
.datum {
	font-size:1.5em;
}
.datum input {
	font-size:1.5em;
}
.willkommen {
	text-align:right;
	margin-top:1em;
	margin-right:1em;
}
.success {
	width:100%;
	background-color:#cfc;
	border:1px solid #0f0;
	margin:1em 0em;padding:1em;
}
p.error {
	width:100%;
	background-color:#f55;
	border:1px solid #ccc;
	margin:1em 0em;padding:1em;
}
.confirm {
	display:block;
	width:100%;
	background-color:#c00;
	border:1px solid #f00;
	margin:1em 0em;padding:1em;
	color:#fff;
	text-align:left;
}
div.statistik {
	padding:10px;
	float:left;
}
div.statistik table {
	width:100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-top:0 none;
}
div.collapsible {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
div.statistik h4 {
	font-weight:normal;
	font-size:0.8em;
	color:#666;
	margin-bottom:0px;
	padding:5px 15px;
	background-color:#efefef;
	border:1px solid #ccc;
}
div.statistik td.r {
	text-align:right;
}
div.statistik td,div.statistik th {
	padding:5px;
}

table.showsingle tr th {
	padding:5px;
	font-size:1em;
}
table.showsingle tr td {
	padding:5px;
}
#download h2 {
	border-bottom:0 none;
}
#download ul {
	margin-left:2em;
}
#download ul li {
	margin-top:.5em;
}
#download li a {
	color:#c00;
	border-bottom:1px dashed #c00;
}