/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: black;
}

a {
	color: #0093DD;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 14px 0;
}

ul {
	margin-bottom: 14px;
}

ul ul {
	margin-left: 14px;
	list-style-type: disc;
}

h1 {
	font-size: 22px;
}

h2 {
	color: #d2b48c;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin: 0;
	color: #cccccc;
	font-size: 16px;
	font-style: italic;
}

input, select, textarea {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
}

#uvod {
	width: 900px;
	margin: 20px auto 20px auto;
	border: 1px solid white;
}

#uvod .autoskola a {
	width: 363px;
	height: 255px;
	display: block;
	background: url(../images/layout/uvod_03.jpg) no-repeat top;
}

#uvod .autoskola a:hover {
	background-position: bottom;
}

#uvod .prva_pomoc a {
	width: 324px;
	height: 255px;
	display: block;
	background: url(../images/layout/uvod_04.jpg) no-repeat top;
}

#uvod .prva_pomoc a:hover {
	background-position: bottom;
}

#uvod .skolenia a {
	width: 363px;
	height: 220px;
	display: block;
	background: url(../images/layout/uvod_06.jpg) no-repeat top;
}

#uvod .skolenia a:hover {
	background-position: bottom;
}

#uvod .kontakt a {
	width: 324px;
	height: 220px;
	display: block;
	background: url(../images/layout/uvod_07.jpg) no-repeat top;
}

#uvod .kontakt a:hover {
	background-position: bottom;
}

#uvod .datumy_autoskola {
	padding-top: 30px;
	width: 450px;
	height: 64px;
	display: block;
	text-align: center;
	background: url(../images/layout/uvod_08.jpg) no-repeat top;
}

#uvod .datumy_autoskola textarea {
	margin: 0;
	padding: 0;
	width: 430px;
	height: 50px;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	border: none;
}

#uvod .datumy_prva_pomoc {
	padding-top: 30px;
	width: 450px;
	height: 64px;
	display: block;
	text-align: center;
	background: url(../images/layout/uvod_09.jpg) no-repeat top;
}

#uvod .datumy_prva_pomoc textarea {
	margin: 0;
	padding: 0;
	width: 430px;
	height: 50px;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	border: none;
}

#autoskola, #prva_pomoc {
	width: 950px;
	margin: 20px auto 20px auto;
	position: relative;
	border: 1px solid white;
}

#autoskola #menu {
	padding: 158px 0 0 22px;
	width: 307px;
	height: 400px;
	background: url(../images/layout/autoskola_02.jpg) no-repeat top;
}

#prva_pomoc #menu {
	padding: 158px 0 0 22px;
	width: 307px;
	height: 400px;
	background: url(../images/layout/prva_pomoc_02.jpg) no-repeat top;
}

#autoskola #menu ul, #prva_pomoc #menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#autoskola #menu ul li a, #prva_pomoc #menu ul li a {
	margin-bottom: 4px;
	padding: 0;
	width: 270px;
	height: 28px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	background: url(../images/layout/button.gif) no-repeat top;
}

#prva_pomoc #menu ul li a {
	margin-bottom: 15px;
}

#autoskola #menu ul li a:hover, #prva_pomoc #menu ul li a:hover {
	background: url(../images/layout/button.gif) no-repeat center;
}

#autoskola #menu ul li .selected, #prva_pomoc #menu ul li .selected {
	background: url(../images/layout/button.gif) no-repeat bottom;
}

#obsah {
	padding-right: 10px;
	width: 580px;
	height: 519px;
	position: relative;
	overflow: auto;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
}

#prva_pomoc_terminy {
	width: 100%;
	margin-bottom: 3px;
	border-top: none;
	border-right: none;
	border-left: none;
}

#prva_pomoc_terminy .obsadene {
	background-color: #DA251D
}

.yellow {
	color: #ffd700;
}

.small {
	font-size: 12px;
	font-weight: normal;
}

.form_caption {
	display: inline-block;
	padding: 3px;
	background-color: #da251d;
	border: 2px solid white;
}

.img_gallery {
	width: 124px;
	height: 94px;
	display: block;
	position: relative;
	background-color: gray;
	border: 1px solid #CCCCCC;
}

.img_gallery img {
	position: absolute;
	left: 50%;
	top: 50%;
}
