
/* Main */
	body{
		background-color: #772200;
		margin: 0;
		font-family: "Arial", Arial, sans-serif;
		font-size: 16px;
	}
	div#contentFrame{
		background-color: white;
		margin: 0 auto;
		width: 80%;
		min-height: 100%;
		padding: 0;
	}
	
#cookieBanner{
	padding: 5px;
	width: 100%; 
	background-color: black; 
	color: white;
	display: none;
}
#cookieBanner a{
	color: white !IMPORTANT;
    text-decoration: underline !IMPORTANT;
}

#trainingOverlay{
	display: none;
	z-index: 20;
	width: 100%;
	height: 100%;
	position: fixed;
	/*background-color: black;
	opacity: 0.25;*/
}
#trainingOverlay_Top{
	position: fixed;
    width: 100%;
    height: 15%;
    background: linear-gradient(rgba(255,255,255,0.25), transparent);
}
#trainingOverlay_Bottom{
	position: fixed;
    width: 100%;
    height: 15%;
    top: 85%;
    background: linear-gradient(transparent, rgba(255,255,255,0.25));
}
#trainingOverlay_Right{
	position: fixed;
    width: 15%;
    height: 100%;
    left: 85%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.25));
}
#trainingOverlay_Left{
	position: fixed;
    width: 15%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0.25), transparent);
}
.training_ToolTip_center{
	visibility: hidden;
	background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    top: 25%;
    position: absolute;
    left: 50%;
    margin-left: -194px;
    width: 380px;
}
.training_ToolTip_right{
	visibility: hidden;
    width: 110px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    height: 40px;
}
.training_ToolTip_top{
	visibility: hidden;
    width: 110px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    height: 40px;
    margin-top: -70px;
    margin-left: 30%;
}
.training_ToolTip_right::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #000 transparent transparent;
}
.training_ToolTip_top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

	
/* Benutzer-Navigation */
	.usernav{
		width: 100%;
		display: inline-block;
	}
	.usernav ul{    
		background-color: #772200;
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		height: 46px;
	}
	.usernav li{
		background-color: #772200;
		float: right;
	}
	.usernav li.left{
		float: left;
	}
	.usernav a{
		display: block;
		color: white;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
	}
	.usernav a:hover {
		color: #772200;
		background-color: white;
	}
	
	div.usernav li.icon {
		visibility: hidden;
	}
	
	.mobileUserNav{
		display: none;
	}
	
/* Kopfzeile mit Logo */
	.pageheader{
	}
	.pageheaderlogo{
		width: 500px;
		max-width: 100%; 
		padding: 20px 60px;
	}
	
/* Navigation im Baum */
	.nav{
		width: 100%;
		display: inline-block;
	}
	.nav ul{    
		background-color: #772200;
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.nav li{
		background-color: #772200;
		float: left;
	}
	.nav li.right{
		float: right;
	}
	.nav li:hover{
		background-color: white;
	}
	.nav a{
		background-size: 100%;
		display: block;
		color: white;
		text-align: center;
		padding: 15px;
		text-decoration: none;
		height: 50px;
		width: 50px;   
	}
	.nav a:hover {
		color: #772200;
		background-color: white;
		background-position: 0px 80px;
	}
	.nav img{
		height: 50px;
		width: 50px;
		margin: 2px;
	}
	
/* Informationsbereich */
	div.content{
		padding: 10px;
	}
	div.content a:link{
		color: #772200;
		text-decoration: none;
	}
	div.content a:visited{
		color: #772200;
		text-decoration: none;
	}
	div.content a:hover{
		color: #772200;
		text-decoration: underline;
	}
	div.content a:active{
		color: #772200;
		text-decoration: underline;
	}
	
	div.currentTree{
		padding: 5px;
		font-size: small;
		color: #772200;
		font-style: oblique;
	}
	
	div.personNav{
		padding: 10px;
	}
	div.personNav .buttonImg{
		margin: 2px;
	}
	div.personNav .buttonImg{
		height: 50px;
		width: 50px;
		border: 3px solid transparent;
	}
	div.personNav .buttonImg:hover{
		border-bottom: 3px solid #772200;
		border-top: 3px solid #772200;
	}
	div.personNav .buttonImg.active{
		border: 3px solid #772200;
	}
	div.personNav a{
		padding: 0 10px;
	}
	
/* große Listen */
	table#longtable{
		width: 100%;
	}
	#longtable th {
		padding-top: 11px;
		padding-bottom: 11px;
		background-color: #772200;
		color: #FFF;
	}
	#longtable tr:nth-child(2n) {
		background-color: #F7F2F0;
	}
	#longtable td, #longtable th {
		border: 1px solid #FFFFFF;
		text-align: left;
		padding: 8px;
	}
	table#longtable {
		border-collapse: collapse;
		border-spacing: 0px;
		border-bottom: 3px solid #772200;
	}
	
	.buttonImgAdd{
		height: 50px;
		width: 50px;
		border: 1px solid transparent;
	}
	.buttonImgAdd:hover{
		border-bottom: 1px solid #772200;
		border-top: 1px solid #772200;
	}
	
	table#longtable .buttonImg {
		height: 50px;
		width: 50px;
		border: 1px solid transparent;
	}
	table#longtable .buttonImg:hover {
		border-bottom: 1px solid #772200;
		border-top: 1px solid #772200;
	}
	#longtable form{
		margin-bottom: 0;
	}
	
/* Datenanzeige */
	h4{
		margin: 0;
	}
	
	.tableScrollingWrapper table{
		width: 100%;
	}

	table.showTable{
	}
	table.showPersonTable{
		width: 100%;
	}
	.wideColumn{
		width: 34%;
	}
	.normalColumn{
		width: 22%;
	}
	.places{
		font-size: 13px;
		vertical-align: top;
	}
	.unsureDate{
		color: red;
		font-style: italic;
	}
	.parents{
		font-size: 13px;
		left: 20px;
	}
	
/* Overlay */
	.opener{
		font-size: 13px;
		left: 20px;
	}
	.collapsedBlockBackground{
		display: none;
		z-index: 9;
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: rgba(119, 34, 0, 0.25);
	}
	.collapsedBlock{
		display: none;
		z-index: 10;
		position: fixed;
		width: 60%;
		top: 25%;
		left: 20%;
		background-color: white;
		border: 1px solid black;
		padding: 1%;
		border-radius: 5px;
	}
	.collapsedBlock legend{
		text-align: center;
	}
	.collapsedBlockInTable{
		display: none;
	}
	table.overlayTable{
		width: 100%;
	}
	table.overlayTable.addParentTable{
		text-align: center;
	}
	table.overlayTable.addParentTable input{
		width: 100%;
	}
	table.overlayTable.addParentTable select{
		width: 100%;
	}
	
/* Form */
	textarea{
		width: 100%;
	}

/* Suche */
	#searchResult h4{
		margin-bottom: 0;
		margin-top: 30px;
	}
	
/* Nachrichten */ 
	.noteBlock{
		width: 100%;
		border-bottom: 3px solid #772200;
		margin-bottom: 30px;
	}
	.noteBlockHead{
		width: 100%;
		padding: 10px 0;
		background-color: #772200;
		color: white;
	}
	.noteBlockHeadAuthor{
		margin-left: 10px;
	}
	.noteBlockHeadTime{
		margin-right: 10px;
		float: right;
	}
	.noteBlockContent{
		padding: 10px;
		overflow-wrap: break-word;
	}


/* Impressum */
	table.impressum{
		margin-left: 10%;
		width: 70%;
	}
	table.impressum td{
		vertical-align: top;
		padding-bottom: 30px;
	}
	table.impressum td:first-child{
		font-weight: bold;
		width: 20%;
		padding-right: 20px;
		text-align: right;
	}
	
/* Fehlerseite */
	div.error{
		height: 50px;
		width: 100%;
		background-color: #FF4500;
		font-size: 20pt;
		font-weight: bold;
	}
	
	.connectionGraph{
		overflow: scroll;
	}
	
	
	
	
	
	/*
	table#maintable{
		width: 100%;
		border-collapse: collapse;
	}
	
	div#backtolist{
		padding-top: 80px;
		text-align: center;
	}

	td { border:0px solid black; }
	tr.spacer {height: 13px;}

	
	.paddleft20{
		padding-left: 30px;
	}
	
	.user{
		top: 0px;
		right: 10%;
		text-align: right;
		width: 80%;
		position: absolute;
	}
	
	#detailsFrame{
		position: fixed; 
		width: 50%; 
		left: 25%; 
		z-index: 5; 
		visibility: hidden; 
		background-color: white; 
		border: 1px solid black;
	}
	
	*/