html,body,div,h1 {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	top: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-size: 1.1vw;
	color: #72FFFF;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #14142D;
	background: radial-gradient(circle, rgba(255,255,255,0) 50%, rgba(255,255,0,0.8) 400%) no-repeat border-box, linear-gradient(#14142D, #14142D 10%, #14142D 20%, #14152D 30%, #14172F 40%, #131C34 50%, #12273E 60%, #103B50 70%, #0D5F70 80%, #089DA8 90%, #00FFFF 100%) no-repeat border-box;
}

a {
	border: none;
	color: #ffFF00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#circuit {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -10;
}

#top_left {
	position: absolute;
	left: -57px;
	left: -5.7vw;
	top: 11px;
	top: 1.1vw;
	width: 140px;
	width: 14vw;
	height: 60px;
	height: 6vw;
	background-image: url("top_left.png");
	background-size: 100%; 
	background-repeat: no-repeat;
}
#bottom_left {
	position: absolute;
	left: -70px;
	left: -7vw;
	top: 110px;
	top: 11vw;
	width: 210px;
	width: 21vw;
	height: 420px;
	height: 42vw;
	background-image: url("bottom_left.png");
	background-size: 100%; 
	background-repeat: no-repeat;
}
#top_right {
		
	position: absolute;
	right: -15px;
	right: -1.5vw;
	top: 85px;
	top: 8.5vw;
	width: 110px;
	width: 11vw;
	height: 90px;
	height: 9vw;
	background-image: url("top_right.png");
	background-size: 100%; 
	background-repeat: no-repeat;
}
#bottom_right {
		
	position: absolute;
	right: 30px;
	right: 3vw;
	top: 200px;
	top: 20vw;
	bottom: 0px;
	bottom: 0vw;
	width: 350px;
	width: 35vw;
	height: 460px;
	height: 46vw;
	background-image: url("bottom_right.png");
	background-size: 100%; 
	background-repeat: no-repeat;
}  

#logo_zcu {
	position: absolute;
	width: 38px;
	width: 3.8vw;
	height: 42px;
	height: 4.2vw;
	right: 135px;
	right: 13.5vw;
	top: 18px;
	top: 1.8vw;
}

#logo_fb {
	position: absolute;
	width: 37px;
	width: 3.7vw;
	height: 37px;
	height: 3.7vw;
	right: 69px;
	right: 6.9vw;
	top: 20px;
	top: 2.0vw;
}

#header {
	position: absolute;
	left: 165px;
	left: 16.5vw;
	top: 50px;
	top: 5vw;
	width: 550px;
	width: 55vw;
	background-image: url("logo_DVT.png");
	background-size: 100%; 
	background-repeat: no-repeat;
	height: 45px;
	height: 4.5vw;
}


#header_main {
	font-weight: 700; 	
	font-size: 55px;
	font-size: 5.5vw;
	color: #FFFF00;
	position: absolute;
	top: 62px;
	top: 6.2vw;
	left: 85px;
	left: 8.5vw;
}
#header_secondary { 	
	font-weight: 600; 
	font-size: 20px;
	font-size: 2.0vw;
	line-height: 25px;
	line-height: 2.5vw;
	text-transform: uppercase;
	color: #FFFF00;
	position: absolute;
	top: 70px;
	top: 7.0vw;
	left: 345px;
	left: 34.5vw;
	
}
#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 165px;
	left: 16.5vw;
	top: 125px;
	top: 12.5vw;
	z-index: 1;
}
#menu li {
	font-family: "Roboto";
	font-size: 12px;
	font-size: 1.2vw;
	font-weight: 600;
	letter-spacing: 0px;
	letter-spacing: 0.03vw;
	color: #FFFF00;
	display: inline-block;
	margin-right: 3px;
	margin-right: 0.3vw;
	background: radial-gradient(circle, rgba(255,255,255,0) 50%, rgba(255,255,0,0.8) 400%) no-repeat border-box, rgba(255,255,0,0.3);
}

#menu li a {
	display: inline-block;
	padding: 7px;
	padding: 0.7vw;
	padding-left: 23px;
	padding-left: 2.3vw;
	padding-right: 23px;
	padding-right: 2.3vw;
	color: inherit;
	text-decoration: none;
}

#menu li a:hover, #menu li.selected a {
	text-decoration: none;
}

#menu li:hover, #menu li.selected {
	font-weight: 600;
	background-color: #ffff00;
	color: #14142D;
}

#menu li div {
	display: none;
}

#menu li:hover div {
	display: block;
	position: absolute;
	padding-top: 4px;
	padding-top: 0.35vw;
/*	width: 600px;*/
/*	width: 60vw;*/
}

#menu li div ul {
	background-color: #ffff00;
	color: black;
	margin: 0;
	padding: 20px;
	padding: 2vw;
}

#menu li div ul li {
	width: 49%;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

#menu li div ul li a {
	color: black;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#menu li div ul li a:hover {
	text-decoration: underline;
}


#content {
	padding-left: 165px;
	padding-left: 16.5vw;
	padding-top: 180px;
	padding-top: 18vw;
	padding-bottom: 100px;
	padding-bottom: 10vw;
	width: 510px;
	width: 51vw;
	text-align: justify;
}

h1 {
	font-family: 'Roboto', sans-serif;
	text-align: left;
	font-weight: 700;
	font-size: 11px;
	font-size: 1.15vw;
	margin-bottom: 20px;
	margin-bottom: 2vw;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 11px;
	font-size: 1.1vw;
	text-align: left;
}

#footer {
	z-index: -1;
	position: absolute;
	left: 165px;
	left: 16.5vw;
	bottom: 20px;
	bottom: 2vw;
}

#footer img {
	margin: 20px;
	margin: 2vw;
	margin-top: 15px;
	margin-top: 1.5vw;
	margin-left: 0;
	height: 15px;
	height: 1.5vw;
}

#registrace {
	font-family: "Roboto";
	font-size: 12px;
	font-size: 1.2vw;
	font-weight: 600;
	letter-spacing: 0px;
	letter-spacing: 0.03vw;
	color: #FFFF00;
	width: 230px;
	width: 23vw;
	position: relative;
	left: 300px;
	left: 30vw;
	margin-right: 3px;
	margin-right: 0.3vw;
	background: radial-gradient(circle, rgba(255,255,255,0) 50%, rgba(255,255,0,0.8) 400%) no-repeat border-box, rgba(255,255,0,0.3);	
}

#registrace a {
	display: inline-block;
	padding: 7px;
	padding: 0.7vw;
	padding-left: 23px;
	padding-left: 2.3vw;
	padding-right: 23px;
	padding-right: 2.3vw;
	color: inherit;
	text-decoration: none;
}

#registrace:hover {
	font-weight: 600;
	background-color: #ffff00;
	color: #14142D;
}

td {
	font-size:11px;
	font-size:1.1vw;
	font-weight: 400;
	padding-right: 10px;
	padding-right: 1vw;
}

table input, select {
	background: radial-gradient(circle, rgba(255,255,255,0) 50%, rgba(255,255,0,0.8) 400%) no-repeat border-box, rgba(255,255,0,0.3);	
	font-size: 11px;
	font-size: 1.1vw;
	padding: 3px;
	padding: 0.3vw;
	color: #ff0;
	border: none;
}

table option {
	background-color: black;
}

table input[type="submit"] {
	padding: 7px;
	padding: 0.7vw;
	font-weight: 600;
	padding-left: 13px;
	padding-left: 1.3vw;
	padding-right: 13px;
	padding-right: 1.3vw;
}

/*#navrh {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("navrh.png");
	opacity: 0.1;
}*/


#foto {
	overflow: hidden;
	height: 29vw;
	width: 48vw;
	margin-left: 2vw;
}

#foto div {
	line-height: 0;
	width: 288vw;
	
}

#foto img {
	filter: opacity(70%);
	width: 9vw;
	padding: 0.3vw;
	cursor: hand;
}

#foto a:hover img {
	filter: opacity(100%);
}

#foto-close {
	/*background-image: url('img/close.png');
	background-size: 100%;*/
	position: fixed;
	width: 1.6vw;
	height: 1.6vw;
	top: 3vw;
	left: 62vw;
	cursor: hand;
}

#foto-close:hover {
	text-decoration: none;
}


#foto-detail-img {
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	width:54vw; 
	height: 36vw; 
	width:40vw; 
	height: 40vw; 
	position: fixed;  
	top: 5vw; 
	left:23vw;
}

#foto-detail {
	z-index:100000;
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.9);
}

#foto-next {
	position: absolute;
	left: 67vw;
	top: 18vw;
	height: 29vw;
	line-height: 29vw;
	cursor: hand;
}

#foto-prev {
	position: absolute;
	left: 16vw;
	top: 18vw;
	height: 29vw;
	line-height: 29vw;
	cursor: hand;
}

#foto-detail-next {
	position: absolute;
	left: 47vw;
	text-align: right;
	top: 5vw;
	width: 20vw;
	height: 40vw;
	line-height: 40vw;
	z-index: 1;
	cursor: hand;
}

#foto-detail-prev {
	position: absolute;
	left: 19vw;
	top: 5vw;
	width: 20vw;
	height: 40vw;
	line-height: 40vw;
	cursor: hand;
	z-index: 1;
}