@charset "utf-8";
/* CSS Document */

h2, h3 {
  text-align: center;
}

#schema_obsahu {
	position: relative;
	top: 20px;
	width: 100%;
}

#schema_left_1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 350px;
	height: 30px;
	background-color: #CCCCFF;
	text-align: center;
	border: 1px solid #CACACA;
	padding-top: 10px;
}

#schema_left_2 {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 350px;
	height: 90px;
	background-color: #CCCCFF;
	text-align: center;
	border: 1px solid #CACACA;
	padding-top: 10px;
}

#schema_left_3 {
	position: absolute;
	top: 170px;
	left: 10px;
	width: 350px;
	height: 110px;
	background-color: #CCCCFF;
	text-align: center;
	border: 1px solid #CACACA;
	padding-top: 10px;
}

#schema_right_1 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 350px;
	height: 30px;
	background-color: #66CC99;
	text-align: center;
	border: 1px solid #CACACA;
	padding-top: 10px;
}

#schema_right_2 {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 350px;
	height: 95px;
	background-color: #66CC99;
	text-align: center;
	border: 1px solid #CACACA;
	padding-top: 10px;
}

#bottom_nav {
	position: relative;
	top: 350px;
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
}

#upozornenia {
	position: relative;
	top: 370px;
	width: 100%;
	padding-bottom: 15px;
}

body {
	height: 650px;
}

table.with_cell_borders td, table.with_cell_borders th {
	border: 1px solid #CACACA;
}

input.required {
	background-color: #ffa;
}

.required_fields {
	background-color: #ffa;
}

