* {
	margin: 0;
	padding: 0;
}
body {
	background: #ebebeb;
	text-align: center;
	font: 12px Verdana, Tahoma, Arial, sans-serif;
	color: #000;
}
a {
	color: #1c2c6e;
}
a:hover {
	color: #000;
}
a img {
	border: 0;
}

#main {
	width: 978px;
	margin: 0 auto 0 auto;
	background: url('../img/main.gif') repeat-y 0 0;
	min-height: 200px;
	text-align: left;
}
/*
	hlavicka
*/
#head {
	width: 978px;
	height: 213px;
	background: url('../img/head.jpg') no-repeat 0 0;
}
#logo {
	float: left;
}
#logo img {
	margin: 116px 0 0 20px;
}
#mapa {
	float: right;
	margin: 110px 18px 0 0;
	padding: 0 0 0 18px;
	background: url('../img/mapa.gif') 0 50% no-repeat;
}
/*
	menu
*/
#menu ul {
	display: inline;
	margin-left: 1px;
	padding: 2px 0 0 0;
	float: left;
	width: 969px;
	background: #81cbc9;
	list-style: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
#menu ul li a.active {
	background: #065d5b url('../img/m_roh_l.gif') no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
}
#menu ul li a.active span {
	background: url('../img/m_roh_r.gif') no-repeat 100% 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 5px;
}
#menu ul li a:hover {
	color: #013f3e;
	text-decoration: underline;
}
/*
	podmenu
*/
#submenu {
	clear: both;
	background: #065d5b;
	padding: 6px 0;
	float: left;
	width: 969px;
	display: inline;
	margin-left: 1px;
	color: #b4b4b4;
}
#submenu a {
	padding: 0 12px 0 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #b4b4b4;
}
#submenu a.active {
	color: #fff;
}
#submenu a:hover {
	color: #fff;
	text-decoration: underline;
}
/*
	drobky
*/
#crumb {
	float: left;
	width: 969px;
	display: inline;
	margin-left: 1px;
	background: #bdd8e3;
	padding: 6px 0;
}
#crumb p {
	padding: 0 12px;
}
/*
	obsah
*/
#content {
	float: left;
	width: 969px;
	display: inline;
	margin-left: 1px;
	padding: 11px 0 2px 0;
}
#left {
	width: 380px;
	float: left;
}
#right {
	width: 585px;
	float: right;
	display: inline;
}

/*
	obsahové prvky
*/
.text h1 {
	font-size: 15px;
	color: #fff;
	background: #1b3187 url('../img/h1.gif') no-repeat 0 0;
	height: 31px;
	padding: 14px 14px 0 0;
	text-align: right;
}
.text p {
	margin: 3px 0;
	font-size: 13px;
	line-height: 1.4em;
	padding-right: 16px;
}
.text h2 {
	font-size: 14px;
	padding: 2px 0 3px 16px;
	margin: 8px 0 4px 0;
	background: url('../img/h2.gif') no-repeat 0 0;
}
.text h3 {
	font-size: 12px;
	padding: 3px 0 3px 16px;
	margin: 8px 0 4px 0;
	background: url('../img/li.gif') no-repeat 0 50%;
}
.text h4 {
	font-size: 12px;
	font-weight: normal;
	padding: 3px 0 3px 16px;
	margin: 8px 0 4px 0;
	background: url('../img/li.gif') no-repeat 0 50%;
}
.text ul {
	margin: 3px 0;
	list-style: none;
}
.text ul li {
	line-height: 1.2em;
	font-size: 13px;
	padding: 2px 0 2px 16px;
	background: url('../img/li.gif') no-repeat 0 3px;
	padding-right: 16px;
}
.text ul.clasic li {
	background: url('../img/li.gif') no-repeat 0 3px;
}
.text ul.clasic li ul li {
	background: url('../img/li_2.gif') no-repeat 3px 6px;
}

/*
	formulare
*/
fieldset {
	border: 0;
	padding: 2%;
	margin: 0;
}
fieldset legend {
	font-size: 1.2em;
	font-weight: bolder;
	padding: 1em;
}
label {
	display: block;
	float: left;
	width: 20%;
	padding-left: 2%;
	text-align: left;
	vertical-align: middle;
	line-height: 2em;
}
form br {
	clear: both;
}
input, select, textarea {
	float: left;
	border: 1px solid #c3c3c3;
	padding: 0.3em;
	margin-bottom: 0.5em;
	font: 10px verdana, tahoma, arial, sans-serif;
	background: #dcdcdc;
}
input.text {
	width: 35%;
}
input.button {
	background: #32b4b2;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

/*
	dolni menu
*/
#downmenu {
	clear: both;
	padding: 6px;
	text-align: center;
}
#downmenu a {
	padding: 0 6px;
}
/*
	paticka
*/
#foot {
	width: 978px;
	background: #ebebeb url('../img/foot.gif') no-repeat 0 0;
	text-align: right;
	clear: both;
}
#foot p {
	padding: 17px 7px 0 0;
}
#foot p img {
	margin-bottom: -5px;
}
/*
	genericke tridy
*/
.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 0;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}

