﻿body {
	background-color: #e4e4e4;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

/* VRSEK */

#vrsek {
	width: 100%;
	height: 10px;
	background-color: black;
	color: white;
	text-align: center;
	font-size: 70%;
	line-height: 30px;
	vertical-align: middle;
}
#vrsek a{
	color: white;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#vrsek a:hover{
	color: #fad526;
	border-bottom: 1px #fad526 dotted;
}

/* STRED */

#stred {
	width: 100%;
	height: 470px;
	background-color: #f9bb30;
	background-image: url('../images/pozadi-stred.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px white solid;
	clear: both;
}
#stred #menu {
	width: 980px;
	height: 100px;
	margin: auto;
}
#stred #menu img{
	float: left;
	border: 0px;
	margin-top: 16px;
}
#stred #menu ul{
	float: right;
	list-style: none;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
	background-image: url('../images/menu-pozadi.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 28px;
	padding: 0px;
	font-size: 75%;
	font-weight: bold;
	border-left: 1px #d9dadc solid;
	border-right: 1px #d9dadc solid;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#stred #menu li{
	float: left;
	list-style: none;
}
#stred #menu li a {
	color: #595959;
	text-decoration: none;
	display: block;
	height: 33px;
	padding-left: 14px;
	padding-right: 14px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#stred #menu li a:hover {
	color: #fff;
	background-image: url('../images/menu-pozadi-aktiv.png');
	background-repeat: repeat-x;
	background-position: 50% 0px;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
#stred #uvod {
	width: 980px;
	margin: auto;
}
#stred #uvod div{
	width: 135px;
	margin-left: 14px;
	margin-right: 14px;
	float: left;
}
#stred #uvod div h1{
	margin-top: 20px;
	font-size: 90%;
	font-weight: bold;
}
#stred #uvod .vice a{
	display: block;
	background-image: url('../images/vice.png');
	width: 72px;
	height: 17px;
	float: right;
	font-size: 90%;
	line-height: 17px;
	vertical-align: middle;
	padding-left: 5px;
	color: white;
}
#stred #uvod .vice a:hover{
	color: #fad924;
	background-position: 0px 17px;
}

#stred img, #stred #uvod div a, #stred #uvod div a:hover{
	border: 0px;
}


#stred h1, #stred h2 {
	font-size: 110%;
	font-weight: normal;
}

#stred #ukazky {
	float: left;
	margin-top: 20px;
	width: 460px;
}
#stred #obsah #ukazky a{
	border: 3px white solid;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
	background-color: #f09b02;	
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#stred #obsah #ukazky a:hover{
	border: 3px #f09b02 solid;
}
#stred #obsah #ukazky img{
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#stred #obsah #ukazky img:hover{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6; 
	opacity: 0.6;
}


#stred #text p, #stred #uvod p, #stred #obsah li{
	font-size: 70%;
}



#stred #obsah {
	width: 980px;
	height: 100px;
	margin: auto;
}
#stred #obsah #text a{
	text-decoration: none;
	color: black;
	border-bottom: 1px black dotted;
}
#stred #obsah #text a:hover{
	text-decoration: none;
	color: white;
	border-bottom: 1px white dotted;
}


#stred #obsah #text {
	width: 470px;
	float: right;
	text-align: justify;
}
#stred #obsah .obsahobr{
	float: left;
	border: 0px;
	margin-top: 30px;
}


/* SPODEK */

#spodek {
	width: 100%;
	height: 170px;
	clear: both;
	background-image: url('../images/pozadi-spodek.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
#spodek #spodekobsah {
	width: 900px;
	height: 170px;
	clear: both;
	margin: auto;
	color: #3e3e3e;
	font-size: 70%;
	padding-top: 10px;
}
#spodek #spodekobsah h2{
	font-size: 150%;
	font-weight: normal;
}
#spodek #spodekobsah a{
	color: #3e3e3e;
	text-decoration: none;
	border-bottom: 1px #3e3e3e dotted;
}
#spodek #spodekobsah a:hover{
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}


#spodek #spodekobsah .leva{
	width: 210px;
	float: left;
	height: 170px;
}
#spodek #spodekobsah .stred{
	width: 210px;
	float: left;
	height: 170px;
}
#spodek #spodekobsah .prava{
	width: 460px;
	float: left;
	height: 170px;
}



