body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001C49;
	background-color: #C5CDDA;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;


}
.copyright {
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}
 

 .kontakt{
 	background-color: #f78000;
width: 180px;
height: 30px;
  border-radius: 5px;
  float: right;
  margin-right: 15px;
  margin-top: 15px;
 }
 .fax{
 	
width: 140px;
height: 30px;
  float: right;
  margin-right: 0px;
   margin-top: 15px;
   text-align: right;
  	
 }
 .fax h3 {
 	text-align: right;
 }

 h1{
 	font-size: 33px;
 }
 h2 {
	font-size: 14px;
	color: #CCCCCC;
}
 h3{
 	text-align: center;
 	color: #ffffff;
 	margin-top: 5px
 }
h4{
	font-size: 20px;
	color: #ffffffff;
	text-align: center;
}

.nazov {
	display: table;
	width: 100%;
	margin: 25px auto 15px;
}
.nazov > * {
	display: table-cell;
}
.nazov h1 {
	font-size: 24px;
}

 .strong{
 	/*float: right;*/
	color: #195fd3;
	font-size: medium;
	text-align: right;
 }
.button{
		width: 180px;
		height: 30px;
  		float: left;
  		/*margin-left: 100px;
  		 margin-top: -38px;*/
		border: 1px solid #ffffff;
    	 border-radius: 5px;
    	margin: 10px auto 20px auto;
}
.button:hover{
	background-color: #f78000;
}

 .logo{
 	/*margin-top: -217px;*/
width: 126px;
height: 91px;
 }

.wrapper{
	width: 1024px;
position: relative;
text-align: left;
margin: 0 auto 0 auto;
}
.tag{
margin-top: 180px;
}
.foto_small{
	height: 50px;
	width: 443px;
    margin-top: 11px;

}
.foto_big{
	position: absolute;
	/*margin-top: 35px;*/
	width: 440px;

}





.text_div{
	background-color: #2779ff;
    width: 542px;
    height: 453px;
    margin-left:  47%;

}
.cast{
	margin-left: 30px; 
	margin-top: 5px;
}
.poznamka{
	margin-left: 85px;
	margin-right: 85px;
	color: #ffffff;
	font-size: 13;
	height: 259px;

}
.footer_div{
	 width: 542px;
    height: 100px;
    background-color: #196bf3;
    margin-top: 8px;
	position: absolute;
}
.cena{
float: right;
color: #ffffff;
font-size: 20px;
margin-top: 20px;
padding: 0 25px;
}
.cena1{
	margin-top: 5px;

}
.formular{
	background-color: #001d49;
    width: 542px;
    height: 453px;
    margin-left:  47%;
    margin-top: 10px;
}
.formular_text{
margin-left: 15px;
margin-top: 64px;
height: 130px;

}
.imput1{
width: 500px;
margin-left: 21;


}
.text_imput{
	width: 500px;
	margin-left: 21px;
}
.formular > form > input[type=text], select {
    
    padding: 12px 20px;
    margin: 3px 0;
    display: block;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    width: 500px;
	margin-left: 21;
	background-color: #013080;
}

.formular > form > textarea {
    
    padding: 12px 20px;
    margin: 3px 0;
    display: block;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    width: 500px;
	margin-left: 21;
	background-color: #013080;
}


.foto {
	border: 1px solid #FFFFFF;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
}


.main {
	font-size: 12px;
	padding: 10px;
}
table {
	font-size: 12px;
}


.copyright a {
	color:#FFFFFF;
	text-decoration:none;
}
.copyright a:hover {
	color: #7FB4E7;
	text-decoration:none;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
p, ul, li {
	color: #FFFFFF;
}
.formular > form > .tlacitko {
		width: 500px;
		margin-left: 21;
		height: 45px;
		background-color: #f78000;
		 border-radius: 4px;
		 margin-top: 10px;
		 color: #ffffff;
		 font-size: 22px;
		 display: block;
}
.formular > form > .tlacitko:hover{
	color: #000000;
}



a:hover {
	color: #FFFFF;
	text-decoration: underline;
}
.printnote, .printnote a, .printnote p, .printnote li {
	color: #000000;
}

.maintable {
	border-left: #001C49 solid 2px; 
	border-right: #001C49 solid 2px;
	}
.oddelovac p, .oddelovac h1, .oddelovac h2, .oddelovac h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oddelovac p {
	color: #001C49;
	}

/* clear-fix */
.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    display: table; }
  .cf:after {
    clear: both; }
