/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html, body {width:100%; padding:0; margin:0; height:100%;}

body {
	font-family: Tahoma, Geneva, sans-serif;
	/*font-size:12px;
	line-height:18px;
	color:#969593;*/
	background:#fff;
	min-width:1100px;
	background-image: url(../images/bg.jpg);
	background-size: 100% 100%;
	}
	
.main-div{
		position:relative;
		width:100%;
		height: auto;
	    min-height:100%;
		}
		
.main{
	width:990px;
	margin:0 auto;
	/* [disabled]padding-bottom:20px; */
	background-image:url(../images/bg-vzor.png);
	}
	
.logo{
	width:428px;
	height: 163px;
	float:left;
	}	

/*menu*/
	
.menu{
	width:990px;
	height: 163px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	/* [disabled]padding-bottom:20px; */
	}	
	
.menu ul{
	padding-top:118px;
	padding-left:430px;
	}		
	
.menu ul li{
	float:left; 
	margin-right:35px; 
	padding-left:35px;
	list-style: none;
	}	
	
.menu ul li a{
	color: white;
	letter-spacing:0;
	font-size: 18px;
	text-decoration:none;
	}	
	
.menu ul li a:hover{
	text-decoration:underline;
	}
	

/*uvod*/

.uvod{
	width:840px;
	height:490px;
	margin:0 auto;
	background-image:url(../images/uvod.png);
	background-repeat:no-repeat;
	}
	
.uvod1{
	width:420px;
	height:250px;
	float:left;
	}
	
.uvod2{
	width:420px;
	height:250px;
	float:left;
	left:475px;
	}

.uvod3{
	width:420px;
	height:225px;
	float:left;
	top:225px;
	}
	
.uvod4{
	width:420px;
	height:225px;;
	float:left;
	left:475px;
	top:225px;
	}

/*stred*/

.stred-top{
	width:990px;
	height:44px;
	margin:0 auto;
	background-image:url(../images/stred.png);
	background-repeat:no-repeat;
	}

.stred{
	width:950px;
	margin:0 auto;
	background-image:url(../images/stred.png);
	background-color:#fefefe;
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding: 3px 15px 6px 25px;
	}
	
/*fotogalerie*/

.fotogalerie{
	width:950px;
	margin:0 auto;
	background-color:#FFFFFF;
	margin-bottom:10px;
	padding: 10px 15px 5px 25px;
	}

/*menu dolni*/

.menu-bottom{
	width:990px;
	height:22px;
	background-image:url(../images/menu-dolni.png);
	background-repeat:no-repeat;
	padding-bottom:20px;
	font-size:12px;
	line-height:18px;
	color:#969593;
	}
	
.menu-bottom ul{
	width:800px;
	text-align:center;
	margin:0 auto;
	color:#000000;
	}		
	
.menu-bottom ul li{
	float:left; 
	padding-top:2px;
	padding-right:50px; 
	padding-left:68px;
	list-style: none;
	/*border-right: 1px solid black;*/
	}	
	
.menu-bottom ul li a{
	color:#000;
	letter-spacing:0;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	}	
	
.menu-bottom ul li a:hover{
	text-decoration:underline;
	}	

/*footer*/
.footer{
	width:600px;
	/* [disabled]height:10px; */
	text-align:center;
	margin:0 auto;
	padding-bottom:20px;
	color:#FFFFFF;
	}
	
.footer a{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	}
	
.footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
	color:#FFFF00;
	}