body {
	font-family: Arial, Sans-serif;
	font-size: small;
	background: #004681 url('../img/layout/bg.jpg') top repeat-x;
	margin: 30px 0;
}
a {
	color: blue;
}
p { text-align: justify; }
a:hover {
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 992px;
	padding: 5px;
	background: #30487B;
	border: 2px white solid;
}
#layout_top {
	position: relative;
	height: 266px;
	background: #FEF5E1 url('../img/layout/top.jpg') top no-repeat;
}
#layout_top h2 { margin: 0; }
#layout_top h2 a {
	position: absolute;
	display: block;
	width: 300px;
	height: 120px;
}
#layout_top h2 span { display: none; }

#layout_top form {
	position: absolute;
	left: 740px;
	top: 75px;
}

#layout_top #layout_topminimenu {
	position: absolute;
	left: 743px;
	width: 230px;
	top: 15px;
	padding: 11px 0;
	text-align: center;
}
#layout_top #layout_topminimenu a {
	color: white;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	display: inline-block;
	padding-left: 18px;
	padding-right: 1px;
}
#layout_top #layout_topminimenu a#topminimenu_a_id6 {
	background: url('../img/layout/topminimenu_ico1.png') left center no-repeat;
}
#layout_top #layout_topminimenu a#topminimenu_a_id7 {
	background: url('../img/layout/topminimenu_ico2.png') left center no-repeat;
}
#layout_top #layout_topminimenu a#topminimenu_a_id45 {
	background: url('../img/layout/topminimenu_ico3.png') left center no-repeat;
}

#layout_top #layout_topminimenu a:hover,
#layout_top #layout_topminimenu a.aktivni,
#layout_top #layout_topminimenu a.aktivni_vnorene {
	color: yellow;
}

#layout_top #layout_topmenu {
	height: 67px;
	position: absolute;
	bottom: 0;
}
#layout_top #layout_topmenu a {
	display: block;
	float: left;
	height: 49px;
	width: 186px;
	padding: 9px 5px;
	background: url('../img/layout/top_menu.png');
	margin-left: 3px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: medium;
}
#layout_top #layout_topmenu a:hover,
#layout_top #layout_topmenu a.aktivni,
#layout_top #layout_topmenu a.aktivni_vnorene {
	color: yellow;
}
#layout_top #layout_topmenu a:first-child {
	margin-left: 0;
}
#layout_middle {
	background: #FEF5E1 url('../img/layout/middle_bg.png') left repeat-y;
}
#layout_middle.layout_sPravymSloupcem {
	background: #FEF5E1 url('../img/layout/middle_bg_spravymsloupcem.png') left repeat-y !important;
}
#layout_middle.layout_sPravymSloupcem #obsah {
	width: 460px !important;
}

#layout_middle_left {
	float: left;
	width: 188px;
	padding: 0 4px;
	overflow-x: hidden;
}
#layout_middle_left ul {
	margin: 0;
	padding: 0;
	font-size: medium;
}
#layout_middle_left > ul {
	border-top: 2px #30487B solid;
	padding-bottom: 447px;
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: 2px #30487B solid;
}
#layout_middle_left ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #FB8B39 url('../img/layout/left_menu.png') top no-repeat;
	border-bottom: 2px #30487B solid;
}
#layout_middle_left ul li a {
	display: block;
	min-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 10px;
}
#layout_middle_left ul li a:hover,
#layout_middle_left ul li a.aktivni,
#layout_middle_left ul li a.aktivni_vnorene {
	color: yellow;
}
#layout_middle_left ul li li {
	margin-left: 20px;
	border-bottom: none;
	background: none;
	font-size: 90%;
}

#layout_middle_right {
	float: right;
	width: 276px;
	padding: 10px;
	margin-top: 20px;
	background: #FEE1A3;
}
#layout_middle_right h3 {
	color: #30487B;
	font-size: large;
}
#layout_middle_right p {
	text-align: left;
}
#obsah {
	width: 756px;
	float: right;
	padding: 20px;
	line-height: 1.5;
}

#layout_zapati {
	clear: both;
	margin-top: 5px;
	border-bottom: 2px white solid;
	padding: 10px;
	background: #FB8B39;
	color: white;
	font-weight: bold;
	font-size: 90%;
}
#layout_zapati a {
	color: yellow;
	text-decoration: none;
}
#layout_zapati a:hover {
	text-decoration: underline;
}

#clear_hidden {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.fright {
	float: right;
}
