body {
	background: #1a4e88 url(images/bg.gif) repeat-x;
	color: #202020;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	}

#wrap {
	background: #ffffff;
	margin: 0px auto 0px;
	padding: 0px;
	align: center;
	}

/************************************************
*	Hyperlinky									*
************************************************/

a, a:visited {
	color: #1a4e88;
	text-decoration: underline/*none*/;
	}
	
a:hover {
	color: #7dae12;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
	
/************************************************
*	Hlavicka  									*
************************************************/

#header {
	width: 960px;
	height: 110px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header p {
	padding: 0px 0px 5px 0px;
	margin: 15px 0px 0px;
	line-height: 20px;
	}
	
#header h1 {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #ffffff;
	text-decoration: none;
	}

.headerleft {
	width: 350px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.headerright {
	width: 600px;
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	}
	
.headerright a, .headerright a:visited {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
.headerright a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
.headerright a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}	
	
.headerleft a img {
	border: none;
	margin: 20px 0px 0px 0px;
	padding: 0;
	}		

/************************************************
*	Navigační lišta  									*
************************************************/

#navbar {
	background: #1a4e88;
	width: 960px;
	height: 30px;
	color: #ffffff;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarleft {
	width: 650px;
	height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#navbarright {
	width: 310px;
	height: 30px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #ffffff;
	display: block;
  font-weight: bold;
  margin: 0px 20px 0px 0px;
	padding: 8px 10px 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#nav a:hover {
	background: #4a7eb8;
	color: #1e7e7e7;
	display: block;
	text-decoration: none;
  margin: 0px 20px 0px 0px;
	padding: 8px 10px 7px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #4a7eb8;
	color: #ffffff;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 5px 10px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #1a4e88;
	color: #ffffff;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/************************************************
*	Obsah  									*
************************************************/	
#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}

#content p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 14px;
	}

#content h1 {
	color: #1a4e88;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	}
	
#content h1 a  {
	color: #1a4e88;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #7dae12;
	text-decoration: none;
	}
	
#content h2 {
	color: #1a4e88;
	font-size: 16px;
	font-weight: bold/*normal*/;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 15px 0px;
	}

#content h3 {
	color: #1a4e88;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content h4 {
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	}

.prvniradek {
	padding: 0;
	margin: 20px 0;
}

.druhyradek {
	padding: 0 0 0 0;
	margin: 20px 0;
}

.cistic {
	clear: both;
	height: 0;
	overflow: hidden;
	line-height: 0;    
}

ul#list {
	list-style-type: none;
/*	display: inline;*/
	margin: 0;
	padding: 0;
}
div.list {
	padding-left: 3px;
}

ul#list li {
	float: left;
	background: white;
	margin: 2px 18px 6px 0px;
	border: 1px solid #cccccc;
}

ul#list li:hover,ul#list .lihover {
	border-color: #1a4e88;
}

ul#list a {
	color: #535353;
	text-decoration: none;
	width: 300px;
	height: 270px;
	display: block;
	text-align: center;
	overflow: hidden;
}
/*
ul#list img {
	color: #535353;
	text-decoration: none;
	width: 300px;
	height: 270px;
	display: block;
	text-align: center;
	overflow: hidden;
}
*/
ul#list a:hover, ul#list a:hover h2 {
	color: white;
}
ul#list a:hover p, ul#list a:hover h2 {
	background: #1a4e88;
}

ul#list li p {
font-size: 10px;
}

ul#list p, ul#list a p {
	width: 300px;
	display:block;
	background: white;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

ul#list h2, ul#list a h2 {
	color: #535353;
  text-align: center;
	line-height: 30px;
	overflow: hidden;
	width: 300px;
	display:block;
	background: #e7e7e7;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 16px;
}
ul#list img {
	border: 0;
	margin: 0 auto 0 auto;
	overflow: hidden;
	display: block;
}

/************************************************
*	Obsah - pravá část  									*
************************************************/

#obsahvpravo {
	float: right;
	width: 710px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 50px;
	}
	
#obsahvpravo ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#obsahvpravo ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#obsahvpravo ul {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#obsahvpravo ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
/************************************************
*	Levé menu 					     	    * 
************************************************/
	
#l_menu {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	line-height: 20px;
	}
	
#l_menu h2 {
	background: #FFFFFF url(images/headline_right.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	}

#l_menu p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#l_menu ul {
  list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 2.0;
	}
	
#l_menu ul li {
	list-style-type: none;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-size: 14px;
	}

#l_menu li.aktivni a {
	color: #9b1b2c;
}

#l_menu a {
	text-decoration: none;
	}
	
#nav a:hover {
	color: #1e7e7e7;
	text-decoration: underline;
	}

/************************************************
*	Patička  									*
************************************************/

#footerbg {
	background: #1a4e88;
	}
	
#footer {
	width: 960px;
	height: 30px;
	color: #ffffff;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	color: #ffffff;
	font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
	margin: 0px;	
	padding: 0px;
	}

#footer a {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
.footerleft {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	}
	
.footerright {
	width: 250px;
	float: right;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	text-align: right;
	}

/************************************************
*	Formuláře									*
************************************************/
p.odpoved {
/*  line-height: 130px;*/
  font-size: 14px;
  text-align:center;
  width: 960px;
	height: 50px;
	display: block;
	text-align: center;
	overflow: hidden;
}
.formular1  {
     width: 540px;
}

.formular2  {
     width: 600px;
}

fieldset.modry {
     padding: 10px;
     border: 1px solid #1a4e88;

}
legend.modry {
	font-weight: bold;
	padding: 5px;
	color: #1a4e88;
	border: 1px solid #1a4e88;
	width: 150px;
	text-align:center;
	margin-bottom: 0.5em;
}
td.formkontakt {
     text-align: right;
     background-color: #e7e7e7;
     width: 130px;
}
td.formkontakt2 {
     text-align: right;
     background-color: #e7e7e7;
     width: 150px;
}

td.formobj {
     text-align: right;
     background-color: #e7e7e7;
     width: 210px;
}

td.formleft {
     text-align: left;
     background-color: #e7e7e7;

}

td.ks {
     text-align: left;
     background-color: #e7e7e7;
     width: 185px;
}
td.komentar {
     text-align: right;
     background-color: #4DB8FF;
     width: 130px;
}

.formposun {
     margin-top: 20px;
}


/************************************************
*	Spony, půjčovna, ramínka									*
************************************************/

.omezujici {
     position: relative;
}
.raminko {
     position: absolute; top: 0; left: 630px;
}

.barva {
     color: #7dae12;
}
.tucne {
     font-weight: bold;
}
.tucnyposun {
     position: relative; top: 0px; left: 20px;
     font-weight: bold;
}
.spony ul {
     line-height: 2.0;
}

.spony li {
     list-style: square;
     font-size: 14px;
}

.spony_r {
     position: absolute; top: 0; left: 500px;
}
.mensi {
     font-size: 10px;
}

.banket img {
     width: 350px;
     margin-left: 20px;
     float: right;
}

.stolypopis ul {
     line-height: 2.0;
}

.stolypopis li {
     list-style: square;
     font-size: 14px;
}

.hlavnitexty {
     padding: 0 30px 10px;
/*     margin-left: 10px; */
}

/* TABULKY */

td {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     text-align: center;
}

.zidleobecne table {
/*     margin-left: 60px;*/
     width: 90%;
}

.zidleobecne td {
     width: 20%;
     padding: 2px;
     font-size: 10px;
}

.jednotlive1 table {
     margin-left: 25px;
     width: 80%;
}

.jednotlive1 td {
     padding: 0;
     vertical-align: bottom;
}

.jednotlive2 table {
     margin-left: 10px;
     width: 90%;
}

.jednotlive2 td {
     width: 33%;
     padding: 2px;
     font-size: 10px;
     vertical-align: bottom;
}

.jednotliveocel table {
     margin-left: 25px;
     width: 90%;
}

.jednotliveocel td {
     padding: 5;
     vertical-align: bottom;
}

.doplnky table {
     margin-left: 20px;
     width: 90%;
}

.doplnky td {
     width: 20%;
     padding: 0 10px 5px;
     font-size: 10px;
}

.rady4obr table {
     margin-left: 60px;
     width: 80%;
}

.rady4obr td {
     width: 25%;
     padding: 2px;
     font-size: 10px;
     font-weight: bold;
}

.rady3obr table {
     margin-left: 115px;
     width: 60%;
}

.rady3obr td {
     width: 33%;
     padding: 2px;
     font-size: 10px;
     font-weight: bold;
}

.rady2obr table {
     margin-left: 170px;
     width: 40%;
}

.rady2obr td {
     width: 50%;
     padding: 2px;
     font-size: 10px;
     font-weight: bold;
}

.rady1obr table {
     margin-left: 220px;
     width: 20%;
}

.rady1obr td {
     width: 100%;
     padding: 2px;
     font-size: 10px;
     font-weight: bold;
}


/* OBRAZKY */

img, img a {
     border: none;
}

/* FORMATOVANI TEXTU */

.jednotlive1 p {
     margin-left: 45px;
     padding: 10px 0 0;
     font-weight: bold;
}

.rady4obr p {
     text-align: center;
     font-size: 10px;
}

.rady3obr p {
     text-align: center;
     font-size: 10px;
}

.rady2obr p {
     text-align: center;
     font-size: 10px;
}

.rady1obr p {
     text-align: center;
     font-size: 10px;
}

.tucne {
     font-weight: bold;
}

.mensi {
     font-size: 10px;
}


/* POZICE */

.odsadit250 {
     margin-left: 250px;
}

.odsadit100 {
     margin-left: 100px;
}

.odsadit50 {
     margin-left: 50px;
}

.stredradku {
     text-align: center;
}

.omezujici {
     position: relative;
}

.patka {
     position: absolute; top: 10px; left: 20px;
}

.patka2 {
     position: absolute; top: 40px; left: 525px;
}

.horniindex {
     vertical-align: super;
}

hr.cleaner {clear: both; display: none;}

