html, body { min-height: 100%; }
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: white;
	font-family: 'Roboto', sans-serif;
	background: white url(../images/bg.jpg) center top no-repeat fixed;
	background-size: cover;
	height: 100%;
}
.cleaner {
	clear: both;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	height: 0px;
}
a {
	color: white;
	text-decoration: none;
}
a img {
	border: none;
}
strong {
	font-weight: 700;
}
.container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
.noUnderline a {
     text-decoration: none !important;
}

#header{}
#logo {
     height: 163px;
	width: 444px;
	margin: 20px auto;
}
#logo a {
	background: url(../images/logo.png) no-repeat center top;
	height: 163px;
	width: 444px;
	display: block;
}
#motiv {
	float: left;
	width: 180px;
	height: 180px;
	background: url(../images/motiv.png) no-repeat center top;
	display: inline-block;
}
#soc {
	float: right;
	margin: 0 20px 0 0;
}
     #soc a {
     	display: block;
     	height: 26px;
     	width: 30px;
     	overflow: hidden;
     	background-repeat: no-repeat;
     	background-position: center top;
     	float: left;
     }
     #fb {
     	background-image: url(../images/fb.png);
     }
     #fb:hover {
     	background-position: center -27px;
     }
     #tw {
     	background-image: url(../images/tw.png);
     }
     #tw:hover {
     	background-position: center -27px;
     }
     #cz {
     	background-image: url(../images/cz.png);
     }
     #cz:hover, .lact {
     	background-position: center -27px !important;
     }
     #en {
     	background-image: url(../images/en.png);
     }
     #en:hover, .lact {
     	background-position: center -27px !important;
     }
     #de {
     	background-image: url(../images/de.png);
     }
     #de:hover, .lact {
     	background-position: center -27px !important;
     }
	  
#page {
	width: 100%;
	min-width: 1100px;
}
#menu {
	float: left;
	width: 250px;
}
	#menu ul {
		margin:0;
		padding: 0;
		list-style: none;
		width: 170px;
		
	}
	#menu ul li {
	    position: relative;
	}
	#menu ul li a {
		background: url(../images/li.png) no-repeat top right;
		display: block;
		padding: 12px 20px 13px 0;
		text-align: right;
		width: 195px;
		-webkit-transition: width 0.2s;
    	     transition: width 0.2s;
		font-size: 14px;
	}
	#menu ul li a:hover, .act {
		background: url(../images/liHover.png) no-repeat top right !important;
		display: block !important;
		padding: 12px 20px 13px 0 !important;
		text-align: right !important;
		width: 200px !important;
	}
	.act:hover {
          color: #0d2d4f !important;
     }
     .jo {
          font-weight: bold;
          color: #F54248;
     }
     .jo:hover {
          color: white !important;
     }
     /*#nav li ul {
          display: none;
     } 
     .act + ul {
          display: block !important;
     }*/
     
     
     
     
     
     
     
     
     #nav ul {
		position: absolute;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: visibility .3s;
		transition: visibility .3s;
		padding: 0;
		top: 0px;
		left: 220px;
		width: auto;
	}
	#nav ul li {
	    width: auto;
		 float: none !important;
		 display: block;
		 line-height: normal;
	}
	#nav ul li a {
	    border-left: none;
	    font-size: 15px;
	    padding: 10px 20px;
		 margin: 0;
		 display: block;
		 white-space: nowrap;
		 width: auto;
		 -webkit-transition: none; 
    	     transition: none;
    	     background: #134073;
    	     width: auto;
		position: relative;
		text-align: left;
		color:black;
		font-weight: bold;
	}
	#nav li ul li:nth-child(1) a {
	    background: rgb(169,219,228) !important;
	}
	#nav li ul li:nth-child(2) a {
	    background: rgb(90,204,230) !important;
	}
	#nav li ul li:nth-child(3) a {
	    background: rgb(20,184,226) !important;
	}
	#nav li ul li:nth-child(4) a {
	    background: rgb(28,140,204) !important;
	}
	#nav li ul li:nth-child(5) a {
	    background: rgb(29,119,173) !important;
	}
	.tabbul td {
          background: white;
          color: black;
     }
     .tabbul td a {
          text-decoration: none !important;
          color: black;
     }
     .tabbul td h2 {
          padding:15px;
          margin: 0;
     }
	#nav ul li a:hover {
		display: block !important;
		text-align: left !important;
		width: auto !important;
		 padding: 10px 20px !important;
		 color: #F54248 !important;
		background: #134073 !important;
	}
	#nav li:hover > ul {
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
     
     
     
     
     
     
     
     
     
     
#content {
	float: left;
	width: calc(100% - 500px);
	height: 100%;
	position: relative;
}
#contentIn {
	width: 800px;
	margin: 0px auto;
	background: url(../images/bgContent.png) center top repeat;
	_height: 500px;
	min-height: 500px;
	position: relative;
	padding: 20px;
}
#content a {
     text-decoration: underline;
}
#content a:hover {
     text-decoration: none;
}
h1 {
     margin: 0;
     padding: 0 0 20px 0;
     font-weight: normal;
     text-align: right;
     font-size: 30px;
     letter-spacing: 2px;
}
h2 {
     font-size: 23px;
     font-weight: normal;
	  letter-spacing: 1px;
}
h3 {
     font-size: 17px;
}
#contentIn.hidden {
	display: none;
}
#indexBoxes {
	width: 840px;
	margin: 0px auto;
}
	.indexBox {
		float: left;
		width: 275px;
		overflow: hidden;
		background: url(../images/bgContent.png) center top repeat;
		padding-bottom: 7px;
	}
	.indexBox:hover {
		background: url(../images/bgIndexBox.png) center top repeat;
	}
	.indexBox .header {
		padding: 5px 10px;
		color: white;
	}
	.indexBox .boxIn {
		height: 150px;
		overflow: hidden;
		background: white;
	}
	.middleBox {
		margin: 0 7px;
	}




#footer {
	width: 800px;
	margin: 20px auto;
	color: #1C4882;
	font-size: 13px;
}
#bottom {
	position: fixed;
	bottom: 0;
	left: 28%
}
#footer a {
	color: #1C4882;
}
	#footerRight {
		float: right;
		text-align:right;
	}
	#footerRight strong {
		color: #F54248;
	}
	#footerLeft {
		float: left;
		text-align:left;
	}
	#footerLeft a img {
		margin: 0px 25px 0 0;
	}
	#footerLeft a img:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
	.textPartners {
          -ms-transform: rotate(-90deg); /* IE 9 */
          -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
          transform: rotate(-90deg);
          float:left;
          margin-top:20px;
     }
	
#bottomBg {
	height: 500px;
	position: fixed;
	bottom: 0%;
	width: 100%;
	z-index: -10;
	background: url(../images/footerBg.png) repeat-x center bottom;
}


.newsImg {
	display: block;
	width: 250px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 0 20px 50px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(255, 255, 255, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(255, 255, 255, 0.75);
	border: 1px solid #0d2d4f;
	position: relative;
}
.newsImgDetail {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(255, 255, 255, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(255, 255, 255, 0.75);
	border: 1px solid #0d2d4f;
	float: right;
	width: 400px;
	margin: 0 0 20px 20px;
}
.nadpisNews h3 {
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 25px;
}
.popisek {
	text-align: justify;
	font-size: 16px;
}
.nadpisNews a:hover {
	text-decoration: underline !important;
}


.gal {
	display: table;
	float: left;
	width: 175px;
	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 gray;
}

.ref {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	-moz-box-shadow:    0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	padding:1px;
	box-shadow:         0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	position:relative;
	float:left; 
	width:350px; 
	padding:0px; 
	margin:10px 25px 30px 23px;
	height: 200px;
	overflow:hidden;
}
.ref img {
	width: 100%;
	position:absolute;
}
.foth {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    color: #1C4882;
    float: right;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 5;
}