/***********************************/
/******* Kostra celeho webu *******/
/***********************************/
body {
	background: #7195C9 url(images/back.jpg) repeat-x;
}
#pageContainer {
	width: 1000px;
	margin: 0px auto;
	background-color: transparent;
	/*background-image: url(images/main.jpg);*/
	background-repeat: repeat-y;
}
#topMenuContainer {
	width: 100%;
	height: 40px;
	background-color: #F8F8F8;
	/*background-image: url(images/topMenu.jpg);*/
	background-repeat: no-repeat;
}
#headContainer {
	width: 100%;
	height: 300px;
	background-color: #F1F1F1;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
}
#bottomMenuAutContainer {
	width: 100%;
	height: 40px;
	background-color: #F8F8F8;
	/*background-image: url(images/bottomMenu.jpg);*/
	background-repeat: no-repeat;
}
#bottomMenuContainer {
	width: 100%;
	height: 40px;
	background-color: #F8F8F8;
	/*background-image: url(images/bottomMenu.jpg);*/
	background-repeat: no-repeat;
}
#leftBoxContainer {
	float: left;
	width: 220px;
	background-color: transparent;
	padding: 0px 0px 0px 10px;
}
#leftMenuContainer {
	background-color: transparent;
}
#rightBoxContainer {
	float: right;
	width: 240px;
	background-color: #F1F1F1;
}

#content
{ background-color: transparent;
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
#mainContainer {
	
	padding: 10px 25px 10px 255px;
	
	margin: 0px;
}
#reset
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#footerContainer {
	width: 100%;
	height: 40px;
	background-color: #012967;
	/*background-image: url(images/footer.jpg);*/
	background-repeat: no-repeat;
}
/************************************/
/******** Vnitrni boxy *** *********/
/***********************************/
#page {
	padding: 0px 0px 0px 0px;
}
#topMenu {
	padding: 0px 0px 0px 0px;
}
#head {
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#head ul
{ margin: 12px 0px 0px 60px;
}

#head li
{ list-style: none;
  color: #fff;
  font-size: 11pt;
  margin: 0px 0px 2px 0px;

}

#bottomMenuAut {
	padding: 0px 0px 0px 0px;
}
#bottomMenu {
	padding: 0px 0px 0px 0px;
}
.leftBox {
	padding: 0px 6px 0px 0px;

}
.kontakt
{ 	background-color: #07337A;
    color: #fff;
    padding: 10px 10px 10px 10px;  
    margin: 0px 0px 20px 0px;
}
.kontakt p
{ font-size: 9pt;
}

.kontakt a
{ color: #fff;
  text-decoration: underline; 
  font-size: 9pt;
}

.kontakt a:hover
{ 
  text-decoration: none; 
}
.leftTitle {
	padding:17px 10px 3px 10px;
	background: transparent url(images/button-nadpis.jpg) no-repeat;
	margin: 10px 0px 0px 0px;
	font-size: 11pt;
	color: #20445E;
	text-transform: uppercase;
}
.rightBox {
	padding: 10px 10px 10px 10px;
}
.rightTitle {
	padding: 10px 10px 10px 10px;
}
#main {
	padding: 0px 0px 0px 0px;
	text-align: left;


}

#footer {
	padding: 5px 20px 0px 0px;
	text-align: right;
}

/************************************/
/******** Defaulni hodnoty *********/
/***********************************/

body, div, p, a, td, th, li, dt, dl, h1, h2, h3, h4, h5, h6,img 
{ 
	line-height: 140%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;

}
body, div, p, a, td, th, li, dt, dl {
	font-size: 8pt;
}
img, ul, ol, li, table {
	border: none;
}
table {
	border-collapse: collapse;
}
li 
{ 
	padding: 3pt 0pt 3pt 0pt;  
	font-size: 10pt;
	font-family: Century Gothic;

}
p 
{ 
	padding: 5px 0px 5px 0px; 
	font-family: Century Gothic;

}
ul, ol {
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
}

/* Styl hlavni sekce */

#main h1 {
  font-family: Century Gothic;
	font-size: 12pt;
	padding: 5px 0px 5px 0px;
	font-weight: normal;
	color: #052E70;
}
#main h2 {
	font-size: 10pt;
	padding: 10px 0px 5px 0px;
		color: #07337A;

	font-weight: normal;
}
#main h3 {
	font-size: 9pt;
	padding: 8px 0px 3px 0px;
  color: #447EC8;
	font-weight: normal;
}
#main a,
#main a:visited  {
	color: Black;
	text-decoration: underline;
	font-size: 9pt;
}
#main a:hover {
	color: Black;
	text-decoration: none;
}
#main img {
	border: none;
}

#main p { 	
  font-size: 10pt;
  text-align: justify;
}
/* paticka */
.footer_left{
float: left;
padding: 7px 10px 0px 10px;
}

.footer_right{
float: right;
padding: 7px 10px 0px 10px;
}
#footer {
	color: #12489E;
}
#footer a,
#footer a:visited {
	color: #12489E;
	text-decoration: None;
}
#footer a:hover {
	color: #12489E;
	text-decoration: underline;
}
/* clear, za prvky s float */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/************************************/
/******** Horni menu****************/
/***********************************/
.topMenuUl {
	list-style: none;
	padding: 0px;
	margin: auto;
}
.topMenuUl li {
	float: left;
	display: block;
	width: auto;
	margin: 0px;
	padding: 12px 25px 0px 25px;
}
.topMenuUl li a,
.topMenuUl li a:visited {
	text-decoration: none;
}
.topMenuUl li a:hover {
	text-decoration: underline;
}
.topMenuUl li.anchor {
	background-image: none;
	background-repeat: no-repeat; 
	background-position: left;
}

/************************************/
/******** Spodni menu***** *********/
/***********************************/
.bottomMenuUl {
	list-style: none;
	padding: 0px;
	margin: auto;
}
.bottomMenuUl li {
	float: left;
	display: block;
	width: auto;
	margin: 0px;
	padding: 12px 25px 0px 25px;
}
.bottomMenuUl li a,
.bottomMenuUl li a:visited {
	text-decoration: none;
}
.bottomMenuUl li a:hover {
	text-decoration: underline;
}
.bottomMenuUl li.anchor {
	background-image: none;
	background-repeat: no-repeat; 
	background-position: left;
}
/************************************/
/******** Leve menu***** *********/
/***********************************/
.leftMenuUl {
	list-style: none;
	padding: 0px;
	margin: auto;
}
.leftMenuUl li {
	display: block;
	width: auto;
	margin: 0px 0px 1px 0px;	
	padding: 0px;
}
.leftMenuUl li a,
.leftMenuUl li a:visited {
	text-decoration: none;
	font-size: 10pt;
	color: #fff;
	display: block;
	padding: 6px 10px 9px 35px;
	background: transparent url(images/button2.jpg) no-repeat left center;
	margin: 0px;
}
.leftMenuUl li a:hover {
	text-decoration: none;
	color: #ECEE29
	
}
/************************************/
/******** Prave menu***** *********/
/***********************************/
.rightMenuUl {
	list-style: none;
	padding: 0px;
	margin: auto;
}
.rightMenuUl li {
	display: block;
	width: auto;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}
.rightMenuUl li a,
.rightMenuUl li a:visited {
	text-decoration: none;
}
.rightMenuUl li a:hover {
	text-decoration: underline;
}


.btn-primary {
    color: #fff;
    background-color: #164FA6;
    border-color: #164FA6;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #12489E;
    border-color: #12489E;

}
