/* prvky */

body {
  text-align: center;
  width: 770px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

h1 {
	text-align : left;
	margin: 5px;
	padding: 0px;
	font-size: 16px;
}
h2 {
	text-align : left;
	margin: 5px;
	padding: 0px;
	font-size: 14px;
}
h3 {
	text-align : left;
	margin: 5px;
	padding: 0px;
	font-size: 12px;
}

ul {
	margin-top: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	border: 0px;
}

a:link {
	color: black;
	text-decoration : none;
}

a:active {
	color: black;
	text-decoration : none;
}

a:visited {
	color: black;
	text-decoration : none;
}
a:hover {
	color: black;
	text-decoration : underline;
}





/* třídy */

.tabulka {
	border: #9C7738 0px solid;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

.tabulka tr th {
	background-color: #9C7738;
	color: White;
	padding: 5px;
}
.tabulka tr td {
	padding-left: 1px;
	padding-right: 1px;
	line-height: 95%;
}

.tabulka_tmave {
	background-color: #EAD5B1;
}

.tabulka_zvyraz {
	color: Blue;
	font-weight : bold;
}

.polozka0 {
	text-align: right;
	font-weight: bold;
	width: 100px;
}

.polozka1 {
	text-align: left;
	border-bottom: #D0D0D0 1px solid;
	width: 150px;
}

.hlaseni {
	text-align: center;
	color: Red;
	background-color: Silver;
	font-weight: bold;
	margin: 20px;
}

.sprava {
	text-align: right;
	font-size: x-small;
}

.mezera {
	float: left;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}


/* Elementy */
#hlavicka {
	width: 770px;
	line-height: 0px;
}

#telo {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 150%;
	font-family: sans-serif, arial;
	font-size: 12px;
}
#text {
	width: 730px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
#paticka {
	margin-top: 30px;
	margin-left: 0px;	
	margin-right: 0px;
}
#language {
	text-align: left;
	vertical-align: top;
	position: absolute;
}
#copy {
	text-align: right;
}

#fotka {
	text-align: center;
	vertical-align: middle;
	width: 350px;
	height: 310px;
	border: #9C7738 2px solid;
	font-weight: bold;
	margin: 10px;
	margin-top: 22px;
	padding: 5px;
}

#obr_popis {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#kontakt_karta {
	text-align: center;
	font-weight: bold;
}


#kontakt {
	margin-left: 50px;
	margin-bottom: 0px;
	line-height: 150%;
}
#poznamka {
	padding-top: 10px;
	padding-bottom: 10px;
}

#detail {
	border: white 2px solid;
	width: 660px;
}

#znacka_t {
	width: 230px;
}
#karoserie_t {
	width: 100px;
}

#seznam {
	width: 700px;
}

/*  menu  */
.menu {
	display: block;
	overflow: hidden;
	float: left;
}

#m_0 {
	background-image: url(../img/menu0.jpg);
	background-position: 0px 0px;
	width: 81px;
}
#m_0:hover {
	background-position: 81px 0px;
}

#m_1 {
	background-image: url(../img/menu1.jpg);
	background-position: 0px 0px;
	width: 98px;
}

#m_1:hover {
	background-position: 98px 0px;
}

#m_2 {
	background-image: url(../img/menu2.jpg);
	background-position: 0px 0px;
	width: 149px;
}
#m_2:hover {
	background-position: 149px 0px;
}

#m_3 {
	background-image: url(../img/menu3.jpg);
	background-position: 0px 0px;
	width: 104px;
}
#m_3:hover {
	background-position: 104px 0px;
}

#m_4 {
	background-image: url(../img/menu4.jpg);
	background-position: 0px 0px;
	width: 78px;
}
#m_4:hover {
	background-position: 78px 0px;
}

#m_5 {
	background-image: url(../img/menu5.jpg);
	background-position: 0px 0px;
	width: 113px;
}
#m_5:hover {
	background-position: 113px 0px;
}
