body{
	font-family: Verdana, Arial, sans-serif;
	background-color: #1d2c6b;
	font-size: 11px;
	color: #dfffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
}

table{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
}

p{
	text-align: justify;
}

li{
	text-align: justify;
}

.reference{
	padding-left: 18px;
}

.reference li{
	margin-top: 10px;
	padding-right: 10px;
}

.tucne{
	font-weight: bold;
	font-size: 12px;
}

.obrazek{
	float: left;
	width: 156px;
	margin-right: 10px;
}

.nadpis{
	color: #3685d4;
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: bold;
}

.menu{
	color: #312a5e;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 166px;
	background-image: url('../images/menu.png');
	line-height: 30px;
	background-repeat: repeat-y;
}

#menu li{
	padding-left: 14px;
	text-indent: 15px;
	position:relative;	
	top: -10px;
}

#menu ul{
	list-style-type: none;
	margin: 0px;
	margin-left: -12px;
	padding: 0px;
}

#menuleft li{
	padding-left: 14px;
	text-indent: 15px;
	position:relative;	
	top: -10px;
}

#menuleft ul{
	list-style-type: none;
	margin: 0px;
	margin-left: -12px;
	padding: 0px;
}



.sbalene{
	padding-left: 14px;
	margin: 0px;
	background-image: url('../images/menu-normal.png');
	background-repeat: no-repeat;
	background-position: 10 50%;
}

.sbalene ul{
	display: none;
}

.rozbalene{
	padding-left: 14px;
	margin: 0px;
	background-image: url('../images/menu-select.png');
	background-repeat: no-repeat;
	background-position: 10 10;
}

.rozbalene ul{
	position: relative;
	top: +10px;
	left: +20px;
	display: block;
}

.vybrane{
	padding-left: 14px;
	cursor: default;
	margin: 0px;
	background-image: url('../images/menu-select-item.png');
	background-repeat: no-repeat;
	background-position: 10 10;
}

.menu a{
	text-decoration: none;
	color: #312a5e;
}

.menu a:hover{
	text-decoration: underline;
}

.title{
	margin-top: 8px;
	margin-bottom: 8px;
	width: 959px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.title img{
	position:relative;
	top:		5px;
	margin-right: 5px;
}

.title a{
	color: 				#dfffff;
	margin-right:		25px;
	text-decoration:	none;
}

.title a:hover{
	text-decoration:	underline;
}

.navigace{
	line-height: 20px;
	width:932px;
	padding-left:25px;
	float:left;
	background-image: url('../images/navigace.png');
	background-repeat: repeat-x;
	height:20px;
}

.navigace a{
	color: #dfffff;
	text-decoration: none;
}

.navigace a:hover{
	color: #dfffff;
	text-decoration: underline;
}


.hlavicka {
	border: solid #dfffff 1px;
	width: 957px;
	height: 183px;
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.main {
	
	padding-top: 10px;
	padding-bottom: 10px;
	width: 959px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	background-color: #fff;	
}

.left {	
	float: left;
	height: auto;
}


.right {
	float: right;
	height: auto;
}

.vodotisk{
	background-image: url('/images/vodotisk.gif');
}

.kleft {	
	float: left;
	height: auto;
	width: 260px;
	text-align: center;
	margin-bottom: 15px;
}

.kleft img{
	border: solid black 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom:5px;
}

.kright {
	float: right;
	height: auto;
	width: 250px;
	text-align: center;
	margin-bottom: 15px;
}


.kright img{
	border: solid black 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom:5px;
}

.middle {
	background-image: url('../images/dotted.png');
	background-repeat: repeat-y;
	color: #000;
	margin-left: 200px;
	margin-right: 200px;
	min-height: 480px;
	padding: 5px;
}

.middle-border{
	min-height: 480px;
	padding: 5px;
	background-image: url('../images/dotted.png');
	background-position: right top;
	background-repeat: repeat-y;
	padding:10px;
}

.paticka {
	width: 958px;
	margin-top: 5px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.fulltext-ref{
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: black;
}

.fulltext-ref:hover{
	text-decoration: underline;
}


.fulltext-ref2{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.fulltext-ref2:hover{
	text-decoration: underline;
}


.fulltext-highlight{
	background-color: yellow;
	color: red;
}

.find{
	color: #312a5e;
	margin-left: 8px;
	margin-right: 10px;
	padding-bottom:5px;
	padding-top:20px;


	background-image: url('../images/menu.png');
	background-position: 2 bottom;
	background-repeat: no-repeat;
}


