﻿body {
  	background-color: #000000;
	background-position: center;
	background-size: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFA500;
}


.tabulka {
	border-collapse: collapse;
	width: 100%;
}

.tabulka td, .tabulka th {
	border: 3px solid #000000;
	padding: 8px;
}

.tabulka td {
	font-size: 25px;
	color: #000000;
	width: 25%;
}

.tabulka tr {
	background-color: #FFFFFF;
}

.tabulka th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: darkorange;
	color: white;
	font-size: 30px;
}


.tabulkaSirka {
	border-collapse: collapse;
}

.tabulkaSirka td, .tabulkaSirka th {
	border: 3px solid #000000;
	padding: 5px;
}

.tabulkaSirka td {
	font-size: 15px;
	color: #000000;
}

.tabulkaSirka tr {
	background-color: #FFFFFF;
}

.tabulkaSirka th {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: darkorange;
	color: white;
	font-size: 20px;
}


.tlacitkoPlus {
	background-color: green;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

.tlacitkoPlus:hover {
	background-color: #004900;
}

.tlacitkoMinus {
	background-color: #bf2800;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

.tlacitkoMinus:hover {
	background-color: #931f00;
}

.tlacitko{
	background-color: #ee7702;
	border: none;
	color: white;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	border-radius: 4px;
	cursor: pointer;
}

.tlacitko:hover {
	background-color: #c26000;
}

input[type=text], input[type=password], select {
	padding: 15px 20px;
	margin: 8px 0;
	display: inline-block;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 15px;
}

input[type=number] {
	padding: 15px 20px;
	width: 75px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 15px;
}

textarea {
	padding: 15px 20px;
	width: 230px;
	height: 150px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 15px;
}

.zapati {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: darkorange;
   color: white;
   text-align: center;
}