html, body { min-height: 100%;_height: 100%; }
body {
	margin: 0px;
	padding: 20px 0 20px 0;
	font-size: 14px;
	color: rgb(29,46,64);
	font-family: 'Roboto', sans-serif;
	background: white url(../images/bg.jpg) center top no-repeat fixed;
	background-size: cover;
}
.cleaner {
	clear: both;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	height: 0px;
}
a {
	color: rgb(29,46,64);;
	text-decoration: underline;
}
a img {
	border: none;
}

.container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: rgba(255,255,255,0.8) url(../images/obrysAnt.png) no-repeat 310px 300px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	
}

#header {
	background: White;
	border-bottom: 10px solid #C53B47;
}
#johann {
     background: url(../images/johann.png) no-repeat center top;
     width: 100px;
     height: 186px;
     position:absolute;
     right:-110px;
     top:15px;
}
#johann a {
     display: block;
     width: 100%;
     height: 100%;
}
	#logo {
		display: block;
		margin: 20px auto;
		background: url(../images/logo.png) no-repeat center top;
		width: 200px;
		height: 183px;
	}
#content-right,#header-right {
	float: right;
	width: 750px;
	overflow: hidden;
}
#header-right {
	height: 223px;
}
#content-right {
 
}
#header-left, #content-left {
	float: left;
	width: 250px;
	background: White;
}
#menu {
	border-top: 10px solid white;
	background: #273748;
}
	#nav {
		margin: 0;
		padding: 0;
		float: right;
		white-space: nowrap;
		-webkit-transition: .5s;
		transition: .5s;
	}
	#nav li {
		float: left;
		list-style: none;
		position: relative;
		
	}
	#nav li a {
		display:block;
		font-size: 14px;
		padding: 5px 12px;
		text-transform: uppercase;
		border-left: 1px solid white;
		-webkit-transition: background 0.8s, color 0.3s; /* For Safari 3.1 to 6.0 */
    	     transition: background 0.8s, color 0.3s;
		text-decoration: none;
		color: White;
	}
	#nav li a:hover, .actMenu {
		background: #7FAADF !important;
		color: #273748 !important;
	}
	.noBrdr {
		border: none !important;
	}
     #nav ul {
		position: absolute;
		left: 0;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s;
		transition: .3s;
		padding: 0;
	}
	#nav ul li {
	    width: 100%;
	}
	#nav ul li a {
	    text-transform: none;
	    font-size: 13px;
	    border-bottom: 1px solid white;
	    border-left: none;
	}
	#nav li:hover > ul {
		visibility: visible;
		opacity: 1;
		background: #273748;
	}




#content-rightIn, #content-leftIn {
	padding: 10px;
}
#content-rightIn {
	line-height: 130%;
}
#content-leftIn {
	font-size: 13px;
}
#content-leftIn img {
	max-width: 100%;
}
#content-leftIn ul li a {
	text-decoration: none;
}
#content-leftIn ul li a:hover {
	text-decoration: underline;
}
.leftNadpis {
	font-size: 14px;
	margin: 20px 0 5px 0; 
	color: #273748;
	font-weight:  bold;
	border-bottom: 1px dashed #273748;
}
h1 {
	text-align:right;
	margin: 0;
	padding: 10px;
	font-weight: normal;
	font-size: 25px;
	line-height: 135%;
}

.nadpisNews {
	padding: 0 0 0 15px;
	font-size: 13px;
	background: url(../images/li.png) no-repeat 3px 5px;
}
.popisek {
	font-size: 12px;
}




.gal {
	display: table;
	float: left;
	width: 220px;
	height: 170px;
}
#galerie {
	text-align: center;
	width: 700px;
	margin: 0 auto;
}
.galItem {
	display: table-cell;
	vertical-align: middle;
}
.galItem img {
	padding: 2px;
	border: 1px solid #E6E5C7;
	box-shadow: 0px 3px 3px #273748;
}
.galItem a img:hover {
	border: 1px solid #273748;
}

.subNav {
     border-bottom: 1px solid #273748;
     padding: 0 5px;
-webkit-box-shadow: 0px 7px 5px -4px rgba(39, 55, 72, 0.5);
-moz-box-shadow:    0px 7px 5px -4px rgba(39, 55, 72, 0.5);
box-shadow:         0px 7px 5px -4px rgba(39, 55, 72, 0.5);
}
.subNav ul {
     margin: 0;
     padding: 0;
     float: right
}
	.subNav ul li {
		float: left;
		list-style: none;
	}
	.subNav ul li a {
		display:block;
		font-size: 13px;
		padding: 5px 12px;
		border: 1px solid #273748;
		-webkit-transition: background 0.8s, color 0.3s; /* For Safari 3.1 to 6.0 */
    	     transition: background 0.8s, color 0.3s;
		text-decoration: none;
		color: #273748;
		border-bottom: none;
		margin-left: 5px;
	}
	.subNav ul li a:hover, .subAct{
		background: #7FAADF !important;
		color: #273748 !important;
	}
	.noDisp {
          /*display: none;*/
     }


#submenu {
     margin: 0 0 15px 0;
     padding: 0;
     list-style: none;
     width:100%;
     
}
     #submenu li a {
          display:block;
		font-size: 13px;
		padding: 5px 12px;
		-webkit-transition: background 0.8s, color 0.2s; /* For Safari 3.1 to 6.0 */
    	     transition: background 0.8s, color 0.2s;
		text-decoration: none;
		color: white;
		border-bottom: 1px solid white;
		background: #273748;
     }
     #submenu li a:hover, .subMenuAct{
		background: #7FAADF !important;
		color: #273748 !important;
		text-decoration: none !important;
	}



#poptavka {
	width: 70%;
	min-width: 200px;
	clear: both;
	margin: 10px auto;
}
#poptavka label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
    width: 50%;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	 font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    width: 50%;
	 color: white;
	 padding: 5px;
	 margin: 0;
	 background: rgba(39,55,72,0.85);
	 border: 1px solid rgba(0,0,0,0.75);
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
    border-radius: 5px;
	 transition: border 0.2s ease 0s;
}
.formLine input:focus, .formLine textarea:focus,
.formLine input:hover, .formLine textarea:hover {
	border: 1px solid rgba(0,124,195,1);
}
.formLine {
	margin-bottom: 8px;
	text-align: right;
}
.napiste {
	border-bottom: 1px solid #0378C8;
	padding: 0 0 5px 10px;
	display: block;
	margin-bottom: 7px;
	text-align: left;
}
#odeslat:hover {
	color: rgba(50,50,50,0.75);
	background: white;
	border: 1px solid rgba(0,124,195,1);
}
#odeslat {
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
	border: 1px solid rgba(0,0,0,0.75);;
	width: 50%;
	cursor: pointer;
	display: block;
	margin: 10px auto;
	background: rgba(39,55,72,0.85);
	color: white;
	
}
.formLine textarea {
	height: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}