@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#B1C2F7;
}
body {
	background-color: #00218e;
}
h2 {
	font-size: 18px;
	margin: 12px 0;
}
h3 {
	font-size: 14px;
	color: #34D4F8;
	margin-bottom: 0.2em;
}
h4 {
	font-size: 12px;
	margin: 12px 0 6px 0;
	color: #fff;
}
a {
	text-decoration: none;
	color: #0FF;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
	text-decoration: none;
}

img {
vertical-align: middle;
}
ul ul {
	margin-left: 10px;
}
h1 {
	margin: 0 0 12px 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	width: 75%;
	text-align: right;
	border-bottom: 1px solid #B1C2F7;
}
p, div {
	line-height: 133%;
}
#page {
	width: 955px;
	margin: 0 auto;
	background: transparent url(layout/images/body_left_bg.png) repeat-y 0 0;
	padding-left: 30px;
}
#container {
	background: transparent url(layout/images/body_right_bg.png) repeat-y 100% 0;
	padding-right: 30px;
}
#main {
	background-color: #001b76;
	min-height: 900px;
}
#top {
	position: relative;
}
#promo {
	background: #001b76 url(layout/images/header_bg.jpg) no-repeat 50% 10px;
	height: 300px;
}
#top_menu {
	position: absolute;
	top: 246px;
	left: 95px;
	width: 735px;
	height: 30px;
}
#top_menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_menu ul li {
	float: left;
	padding: 0 8px 0 16px;
	position: relative;
	background: transparent url(layout/images/menu_bullet.gif) no-repeat 0 50%;
}
#top_menu ul li a, #top_menu ul li span {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	line-height: 30px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	color:#92a4de;
}
#top_menu ul ul {
	position: absolute;
	top: 32px;
	left: 15px;
	width: 120px;
	background-color: #34D4F8;
	opacity: 0.95;
}
#top_menu ul ul li {
	float: none;
	border: 1px solid #000;
	border-top: none;
	padding: 2px 0 2px 13px;
	background: none;
}
#top_menu ul ul li a {
	color: #000;
	line-height: 16px;
	font-size: 11px;
}
#middle {
	width: 795px;
	padding: 10px 80px 0 80px;
	min-height: 532px;
}
/*
 ** V případě využití levého sloupce zobrazeného na každé stránce **
#middle {
	padding: 8px 70px;
}

#left {
	float: left;
	width: 245px;
	font-size: 12px;
	overflow: hidden;
}

#content {
	float: left;
	width: 517px;
	padding: 5px 10px;
}
*/

#content ul {
	margin: 0;
	padding: 0;
}
#content li {
	margin-left: 20px;
	padding: 2px 0 0 5px;
}
#bottom {
	background: transparent url(layout/images/footer_bg.png) no-repeat 50% 0;
	clear: both;
	color: #fff;
	height: 38px;
	margin-top: 20px;
	/*border-bottom: 1px solid #9f9f9f;*/
	width: 100%;
}
.clr {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: 10px;
}
.b {
	font-weight: bold;
}
.form-req-error {
	border: 1px solid red;
}
.imagecontainer {
	float: left;
	margin: 5px;
	padding: 3px;
	border: 1px solid #DEE;
}
.aktualni-akce {
	border: 1px solid #9F9F9F;
	margin: 25px 0;
	padding: 6px;
	background-color: #00218E;
	-moz-border-radius: 10px;
}

div.alert {
  border: 1px solid #fff;
  padding: 8px;
  margin: 20px;
  background: #00218E;
}

.clear {
  clear: both;
}