body
{
	margin: 50px 0px 0px 0px;
	padding: 0;
	/*background: #E6E6E6 url(../images/background.png) repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #25A6E1;
	/*color: #8F8F8F;*/
}

h1, h2
{
	
	font-weight: 700;
	color: #222222;
	text-align:center;
}

h3
{
	font-weight: 200;
	color: #ffffff;
	text-align:left;
}

h2
{
	font-size: 3em;
}

p, ol, ul
{
	margin-top: 0px;
	padding: 0px;
	font-size: 14px;
}

p, ol
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #5C5539;
}

a:hover
{
	text-decoration: none;
}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper
{
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}

.container
{
	width: 1000px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/* Header */

#header-wrapper
{
	overflow: hidden;
	height: 600px;
	background: #FFFFFF;
}

header
{
	overflow: hidden;
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	padding: 0px 0px;
}

#certificate{
	float: right;	
	height: 165px;
}
#certificate img{
	margin: 30px 28px 0px 0px;
}

/* Logo */
#logo
{
	width: 540px;
	height: 350px;
	float: left;
}
#obrazocek
{
	width: 420px;
	height: 290px;
	background: white;
	float:right;
	padding: 60px 0px 0px 40px;
}
#logo_up
{
	margin: 40px 0px 0px 40px;
	float: left;
	width: 480px;
	height: 250px;
	background: #0078D1;
	color: white;
}
#logo_back
{
	margin: 20px 0px 0px 20px;
	float: left;
	width: 480px;
	height: 330px;
	background: black;
}

#logo h1
{
	text-align: center;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-size: 10;
	font-weight: 700;
	color: white;
	text-decoration:underline;
	text-shadow: black 0.15em -0.05em 0.2em
}

#logo h2
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: 1200;
	color: white;
}

#logo p
{
	margin: 10px 0px 0px 45px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	/*color: #44C1FF; */
}

#logo a {
	color: #44C1FF;
}

/* Menu */

#menu
{
	float: left;
	width: 700px;
	height: 165px;	
}

#menu ul
{
	float: center;
	margin: 0;
	padding: 70px 0px 0px 130px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	padding: 7px 20px 7px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Arial CE', sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #757575;
}

#menu .current_page_item a
{
	background:#25A6E1;
	background:-moz-linear-gradient(top, #25A6E1 0%, #188BC0 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #25A6E1), color-stop(100%, #188BC0));
	background:-webkit-linear-gradient(top, #25A6E1 0%, #188BC0 100%);
	background:-o-linear-gradient(top, #25A6E1 0%, #188BC0 100%);
	background:-ms-linear-gradient(top, #25A6E1 0%, #188BC0 100%);
	background:linear-gradient(top, #25A6E1 0%, #188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1', endColorstr='#188BC0', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
	color:#fff;
}

/* Page */

#page-wrapper
{
	overflow: hidden;
}

#page
{
	overflow: hidden;
	margin: 0px auto;
	padding: 50px 40px;
	color: #8F8F8F;
}

/** CONTENT */

#wide-content
{
}

#wide-content h2
{
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

/** CONTENT */

#content
{
	padding: 0px 0px 0px 0px;
}

#content h2
{
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

#content p
{
	font-size: 15px;
	color: #000000;
	text-align:justify;
}
#content p img
{
	float:left;
	margin: 10px 10px 0px 10px;
}
#obrazky_cenik {
    float: left;
    height: 351px;
    margin: 0px 0px 20px 0px;
    width: 920px;
}
#content .subtitle
{
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

/* Footer */

footer
{
	height: 100px;
	margin: 0 auto;
	padding: 50px 0px 15px 0px;
}

footer p
{
	text-shadow: 1px 1px 0px #FFFFFF;
	text-align: center;
	font-size: 12px;
	color: #4D565E;
}

footer a
{
	color: #4D565E;
}

/* Three Column Footer Content */

#footer-wrapper
{
	background: #F1F2E9;
}

#footer-content
{
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	color: #717171;
}

#footer-content a
{
}

#footer-content h2
{
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 30px;
	color: #36332E;
}

#footer-content #fbox1
{
	float: left;
	width: 280px;
	margin-right: 30px;
}

#footer-content #fbox2
{
	float: left;
	width: 500px;
}

#footer-content #fbox3
{
	float: right;
	width: 280px;
}

/* Banner Style */

#banner-wrapper
{
}

#banner
{
	overflow: hidden;
	width: 80%;
	margin: 40px auto 0px auto;
}

/* Button Style */

.button-style
{
	display: inline-block;
	margin-top: 30px;
	background:#25A6E1;
	background:-moz-linear-gradient(top, #25A6E1 0%, #188BC0 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #25A6E1), color-stop(100%, #188BC0));
	background:-webkit-linear-gradient(top, #25A6E1 0%, #188BC0 100%);
	background:-o-linear-gradient(top, #25A6E1 0%, #188BC0 100%);
	background:-ms-linear-gradient(top, #25A6E1 0%, #188BC0 100%);
	background:linear-gradient(top, #25A6E1 0%, #188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1', endColorstr='#188BC0', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
	color:#fff;
}

.button-style a
{
	display: inline-block;
	padding: 10px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}



/* Button Style */

.button-style1
{
	margin-top: 30px;
}

.button-style1 a
{
	padding: 10px 25px;
	background: #EBB462;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FCE3BB;
	color: #36332E !important;
}



.Table {
	
	padding:0px;
	width:100%;
	box-shadow: 10px 10px 15px #888888;
	border:1px solid #000000;
	margin: 0px 0px 50px 0px;
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.Table table{
	width:100%;
	height:100%;
	margin:0px;
	
	margin-left:auto; 
    margin-right:auto;
}.Table tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.Table table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.Table table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.Table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.Table tr:hover td{
	background-color:#ffffff;
		

}
.Table td{
	vertical-align:middle;
	
	background-color:#e5e5e5;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
}.Table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.Table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.Table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.Table tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}
.Table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	
	background: -o-linear-gradient(top,#cccccc,b2b2b2);
    #25A6E1;
	background-color:#cccccc;
}
.Table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.Table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.line {
	position: relative;
	height: 350px;
	margin-top: 5px;
}
#img {
	box-shadow: 5px 5px 5px #888888;
}
.img_left {
	position: relative;
	width: 550px;
	height: 350px;
	float: left;
}
.img_right {
	position: relative;
	width: 550px;
	height: 350px;
	float: right;
}
.info_left {
	position: relative;
	width: 250px;
	height: 350px;
	float: left;
}
.info_right {
	position: relative;
	width: 250px;
	height: 350px;
	float: right;
}
.udaje {
	width: 430px;
	float: left;
	margin: 20px;
}
.formular {
	width:450px;
	float:right;
}
.kontakt {
    width: 320px;
    border: 1;
    margin-left:auto;
	margin-right:auto;	
	color:black;
}
.kontakt b {
    display: block;
    text-align: center;
    margin: 0px 0px 5px 0px;
}

.kontakt  input {
	width: 300px;
	
}
.kontakt textarea {
	height: 150px;
    margin: 0 0 10px;
    width: 300px;
	resize: none;
}
.kontakt fieldset {
    background: #F0F0F0;
    border: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.kontakt fieldset legend {
    margin: 5px 0;
    font-weight: bold;
}

