/****************************************
* Allgemeines
****************************************/

.body {
	background-color: lightblue;
}

#footer {
	font-size: small;
	position:relative; 
	bottom:0px;
}

.mainText {
	font-size: large;
	padding: 14px;
}

.hidden {
	display:none;
}

.center {
	display: block;
	margin: auto;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.green {
	color: green;
}

.blue {
	color: steelblue;
}

.bottom {
	vertical-align: bottom;
	margin-bottom: -3px;
	margin-right: 2px;
}

/****************************************
* Popup
****************************************/

#decisionPopup {
	background-color: lightblue;
}

.popupText {
	font-size: large;
	font-weight: bold;
	padding: 0px 2px 4px 2px;

}

.popupForm {
	text-align: center;
}

.popupButton {
	font-size: 16px;
	padding: 2px;
	background-color: steelblue;
	color: white;
	border: 2px solid black;
	border-radius: 4px;
	width: 60px;
}

/****************************************
* Tabellen
****************************************/

/**
* Header Table
**/

.headerTable {
	font-size: large;
	width: 100%;
}

.headerTableRow {
	padding: 2px;
}

.tableCellHead {
	padding: 5px;
	font-size: x-large;
	font-weight: bold;
	text-align: left;
}

.tableCellUser {
	padding: 1px;
	vertical-align: top;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}

/**
* Footer Table
**/

.bottomTable {
	padding: 10px;
	width:100%;
}

.bottomTableRow {
	width:100%;
}

.bottomTableCell {
	padding: 2px;
}

/**
* Login Table
**/

#loginTable {
	font-size: 16px;
	padding: 2px;
	margin: 10px;
}

.loginTableRow {
	padding: 1px;
}

.loginTableCell {
	padding: 5px;
	text-align: left;
}

/**
* User Table
**/

.userTable {
	font-size: 16px;
	padding: 2px;
	background-color: aliceblue;
	display: block;
	margin: auto;
}

.userTableRow {
	padding: 1px;
}

.userTableHeadCell {
	padding: 3px;
	text-align: left;
	background-color: steelblue; 
	color: white;
}

.userTableNumberHeadCell {
	padding: 3px;
	text-align: right;
	background-color: steelblue; 
	color: white;
}

.userTableTextCell {
	padding: 3px;
	text-align: left;
}

.userTableNumberCell {
	padding: 3px;
	text-align: right;
}

/**
* Highscore Table
**/

.highscoreTable {
	font-size: 16px;
	padding: 2px;
	background-color: aliceblue;
	display: block;
	margin: auto;
}

.highscoreTableRow {
	padding: 1px;
}

.highscoreTableHeadCell {
	padding: 3px;
	text-align: left;
	background-color: steelblue;
	color: white;
}

.highscoreTableNumberHeadCell {
	padding: 3px;
	text-align: right;
	background-color: steelblue;
	color: white;
}

.highscoreTableCountHeadCell {
	padding: 3px;
	text-align: center;
	background-color: steelblue; 
	color: white;
}

.highscoreTableTextCell {
	padding: 3px;
	text-align: left;
}

.highscoreTableNumberCell {
	padding: 3px;
	text-align: right;
}

.highscoreTableCountCell {
	padding: 3px;
	text-align: center;
}

/**
* Target Table
**/

.targetTable {
	font-size: 16px;
	padding: 2px;
	display: block;
	margin: auto;
	background-color: aliceblue;
}

.targetTableRow {
	padding: 1px;
}

.targetTableHeadCell {
	padding: 3px;
	text-align: left;
	background-color: steelblue;
	color: white;
}

.targetTableNumberHeadCell {
	padding: 3px;
	text-align: right;
	background-color: steelblue;
	color: white;
}

.targetTableTextCell {
	padding: 3px;
	text-align: left;
}

.targetTableNumberCell {
	padding: 3px;
	text-align: right;
}

/**
* Add Bahnen Table
**/

#addBahnenTable {
	font-size: 16px;
	padding: 2px;
	margin: 10px;
}

.addBahnenTableRow {
	padding: 1px;
}

.addBahnenTableCell {
	padding: 10px 3px 3px 1px;
	text-align: left;
}

/****************************************
* Eingabefelder
****************************************/

.loginTableInput {
	font-size: 16px;
	padding: 2px;
	text-align: left;
	background-color: white;
	width: 180px;
}

.passwdEye{
	vertical-align: middle;
	margin-left: -30px;
}
.addBahnenTableInput {
	font-size: 18px;
	padding: 3px 0px 0px 0px;
	text-align: left;
	background-color: white;
	width: 80px;
}

.addBahnenTableInputDate {
	font-size: 18px;
	padding: 3px 0px 0px 0px;
	text-align: left;
	background-color: white;
	width: 140px;
}

/****************************************
* Buttons
****************************************/

.endHighscoreButton {
	font-size: 16px;
	background-color: steelblue;
	color: white;
	border: 2px solid black;
	border-radius: 4px;
	margin: 12px;
}

.loginButton {
	background-color: steelblue;
	color: white;
	border: 2px solid black;
	border-radius: 4px;
	width: 100%;
}

.doLoginButton {
	font-size: 16px;
	padding: 2px;
	background-color: steelblue;
	color: white;
	border: 2px solid black;
	border-radius: 4px;
	width: 150px;
}

.pseudoLink {
	color: blue;
	text-decoration: underline;
}


.addBahnenButton {
	font-size: 16px;
	background-color: steelblue;
	padding: 2px;
	text-align: center;
	color: white;
	border: 2px solid black;
	border-radius: 4px;
}

.showHighscoresButton {
	font-size: 16px;
	background-color: steelblue;
	padding: 2px;
	text-align: center;
	color: white;
	border: 2px solid black;
	border-radius: 4px;
}
