/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	text-align: center; /*zarovnání prezentace na střed*/
	overflow: scroll; /*stálé zobrazení posuvníků*/
	margin: 0px;
	padding: 0px;
	background: url(../img/pozadiprechod.jpg) repeat-x;
	font-size: 12pt;
	/*background-color: #81FF81;*/
}
#hlavni{
	position: relative;
	margin: auto;
	padding: 0px;
	width: 924px;
	/*background: White;*/
	height: 100%;
	min-height: 100%;
}
body>#hlavni {
 height: auto;
 }
#autodoprava{
	position: absolute;
	top: 180px;
	left: 20px;
	margin: auto;
	padding: 0px;
	width: 120px;
	height: 600px;
}
div#autodoprava img{
	border: 1px solid Black;
}/*
#hlavicka{
	margin: 0px;
	padding : 0px;
	height: 197px;
	z-index: 0;
}*/
#logo{
	height: 197px;
	width: 924px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/hlavicka.jpg) no-repeat;
}
#menu{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 908px;
	height: 26px;
	font-size: 22px;
	padding: 7px;
	background-color: #99ff00;
	background-image:	url(../img/bg_menu.jpg);
	background-repeat: no-repeat;
	border: 1px solid Black;
}
#obsah{
	position: absolute;
	top: 244px;
	left: 0px;
	width: 812px;
	min-width: 100%-6.5em;
	min-height: 500px;
	background: White;
	border: 1px solid Black;
	padding: 20px 40px 2px 70px;
	text-align: left; /*background-image: url(../img/rybicka.jpg) no-repeat;*/
}
#paticka{
	/*width: 924px;
	height: 25px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #E2FFBF;
	overflow: hidden;*/
	width: 760px;
 	height: 60px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #facf00 url("foot.gif") no-repeat;
	text-align: center;
}
#nadpis{
	position: relative;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 123px;
	background-image: url(../img/nadpis2.jpg);
	padding: 30px 0 0 60px;
	background-repeat: no-repeat;
	font-style: italic;
	color: Black;
}/*
#pozadi_ryba{
	background-image: url(../img/rybicka.jpg);
	width: 400px;
	height: 400px;
}*/
#obr_pravy{
	position: absolute;
	top: 30px;
	right: 30px;
}
div#menu a{
	text-decoration: none;
	color: #006400;
}
div#menu img{
	border: none;
}
div#menu a:hover, a:focus{
	text-decoration: none;
	color: Black;
}
/*.pozadi{
	text-align: center;
	background-image: url(../img/prikaz_velky.png);
	background-repeat: no-repeat;
}*/
.kontakt{
	padding: 10px;
	font-weight: bold;
}/*
.vozidla{
	border: 1px dashed #7CE300;
	margin: 10px;
}
.uzky{
	/*border: 1px solid Black;
}*/
.info_prave{
	width: 288px;
	float: right;
	border: 1px solid #B3875A;
	background-color: #FFE0C0;
	margin-top: 25px;
	padding: 5px;
}/*
.foto{
	width: 200px;
	height: 200px;
}*/
.ramecek{
	border: 2px solid #5A8DB3;
	border-collapse: collapse;
	text-align: center;
}
.ramecek td,th{
	border: 2px solid #5A8DB3;
	padding: 0.3em;	
}
.ramecek img{
	width: 200px;
}
.zarovnani_stred{
	text-align: center;
}/*
.blok{
	/*background-color: #C0E4FF; 
	width: 95%;
	border-bottom: 3px dotted;
	margin-bottom: 20px;
	padding: 10px;
}*/
h1{
	text-align: left;
	color: #00008B;
	font-size: x-large;
	text-decoration: underline;
}
h2{
	text-align:	left;
	color: Green;
}
h3{
	color: #5A8DB3;
}
p{
	text-align: justify;
	text-indent: 2em;
}
ul{
	text-align: left;
}
a{
	color: Black;
	text-decoration: none;
}
a:hover{
	color: #006400;
	text-decoration: underline;
}
th{
	background-color: #C0E4FF;
}
li{
	list-style-image: url(../img/sipka2.png);
	padding-left: 5px;
}
ul.odkazy li{
	font-size: 1.2em;
	text-decoration: underline;
}
.note{
	color: Gray;
	font-size: smaller;
	font-style: italic;
}