/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #F2F2F4 url(images/background.gif) repeat-x;
	font: 11px/18px tahoma;
	color: #4C4D5E;
}

body#fotka {
	background: #FFFFFF;
}

h1 {
	margin: 0;
	font-size: 0;
	text-indent: -9999px;
}

h1#racek a {
	width: 318px;
	height: 60px;
	margin-top: 25px;
	float: left;
}

h1#skoda a {
	width: 132px;
	height: 147px;
	float: right;
	margin-right: 92px;
}

h2 {
	display: none;
}

h3 {
	margin: 0 0 1px 0;
	padding: 12px 20px 13px 20px;
	background: #F3F3F7 url(images/h3.gif);
	color: #434799;
	font-size: 18px;
}

h4 {
	margin: 0 0 15px 0;
	color: #37A178;
	font-size: 14px;
}

h5 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}


form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font: 11px/18px tahoma;
	color: #4C4D5E;
}

.input {
	width: 200px;
	margin-bottom: 2px;
	padding: 3px;
	background: #F3F3F7;
	border: 1px solid #CCCCCC;
	line-height:13px;
}

.file {
	margin-bottom: 2px;
}

.submit {
	height: 21px;
	background: #454569;
	border: none;
	color: #fff;
	font-weight: bold;
}

select {
	width: 208px;
	height: 21px;
	margin-bottom: 2px;
	padding: 1px;
	background: #F3F3F7;
	border: 1px solid #CCCCCC;
}

textarea {
	width: 488px;
	height: 400px;
	margin-bottom: 2px;
	padding: 3px;
	background: #F3F3F7;
	border: 1px solid #CCCCCC;
	overflow: auto;
}

a {
	color: #37A178;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.cleaner {
	clear: both;
}

.red,
.red a {
	color: #FF0000;
}

.green,
.green a {
	color: #008000;
}

.gray,
.gray a {
	color: #AAAAAA;
}

/** LAYOUT */

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
}

#header {
	height: 376px;
	padding: 0 15px;
	position: relative;
	background: url(images/header.jpg) 15px 0 no-repeat;
}

#hledat {
	float: right;
	clear: both;
	margin-top: 152px;
	padding-right: 11px;
}

#hledat .input {
	width: 157px;
	height: 14px;
	margin-bottom: 1px;
	margin-right: 6px;
	padding-top: 5px;
	background: url(images/input.gif);
	border: none;
	color: #ffffff;
}

#hledat .submit {
	width: 85px;
	height: 24px;
	background: url(images/submit.gif);
	border: none;
	cursor: pointer;
}

#hledat .submit:active {
	background-position: 0 -100%;
}

#menu {
	clear: both;
	padding-top: 11px;
	-padding-top: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	height: 42px;
	float: left;
	background-color: #404071;
	font-size: 0;
	text-indent: -9999px;
}

#menu a:hover,
#menu a.selected {
	background-color: #7A7ACA;
	background-position: 0 -100%;
}

#menu1 {
	width: 90px;
	background-image: url(images/menu1.gif);
}

#menu2 {
	width: 89px;
	background-image: url(images/menu2.gif);
}

#menu3 {
	width: 73px;
	background-image: url(images/menu3.gif);
}

#menu4 {
	width: 89px;
	background-image: url(images/menu4.gif);
}

#menu5 {
	width: 117px;
	background-image: url(images/menu5.gif);
}

#menu6 {
	width: 98px;
	background-image: url(images/menu6.gif);
}

#menu7 {
	width: 74px;
	background-image: url(images/menu7.gif);
}

#menu8 {
	width: 76px;
	background-image: url(images/menu8.gif);
}

#menu9 {
	width: 76px;
	background-image: url(images/menu9.gif);
}

#menu10 {
	width: 77px;
	background-image: url(images/menu10.gif);
}

#menu11 {
	width: 91px;
	background-image: url(images/menu11.gif);
}

#content {
	padding: 20px 15px 6px 15px;
}

#left {
	width: 190px;
	float: left;
	padding-right: 25px;
}

#menu-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-left a {
	height: 29px;
	display: block;
	margin-top: 1px;
	padding-left: 22px;
	background: #EBEBF0 url(images/menu-left.gif);
	color: #4C4D5E;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
}

#menu-left .first {
	margin-top: 0;
}

#menu-left a:hover,
#menu-left a.selected {
	background-color: #368768;
	background-position: 0 -100%;
	color: #ffffff;
}

.box {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}

.box h4 {
	margin: 0 0 1px 0;
	padding: 9px 20px 6px 20px;
	background: #4B4B87 url(images/h4.gif);
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}

.box-content {
	padding: 17px 15px 17px 15px;
	background: url(images/box-content.gif) no-repeat;
}

#text {
	width: 520px;
	float: left;
	overflow: hidden;
}

#text-content {
	padding: 15px 20px 22px 20px;
	background: #F3F3F7;
}

#text img {
	border: 3px solid #D4D4DA;
}

#text ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}

#text ol li {
	padding: 2px 0 2px 6px;
}

#text ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 6px;
	list-style: none;
}

#text ul li {
	padding: 2px 0 2px 30px;
	background: url(images/li.gif) left top no-repeat;
}


#right {
	width: 190px;
	float: left;
	padding-left: 25px;
}

#footer {
	height: 70px;
	margin-bottom: 34px;
	background: #797B98 url(images/footer.gif);
	text-align: center;
}

#menu-bottom {
	padding-top: 4px;
}

#menu-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-bottom li {
	display: inline;
}

#menu-bottom a {
	padding-left: 3px;
	padding-right: 3px;
	color: #4C4D5E;
	text-transform: lowercase;
}

#copyright {
	margin-top: 23px;
	color: #ffffff;
}

#copyright a {
	color: #ffffff;
}

#administrace {
	float: right;
	padding-right: 28px;
}

#administrace a {
	color: #BCBDD9;
}

#pocitadlo {
	float: left;
	padding-left: 28px;
	color: #BCBDD9;
}

/** ADDED */

.editace {
	font-size: 0;
}

.editace img {
	margin-top: 1px;
	margin-right: 5px;
}

#text .editace a img {
	border: 0;
}

.editace {
	display: block;
	float: left;
}

#header .editace {
	position: absolute;
	top: 13px;
	left: 947px;
}

#akce .editace {
	width: 42px;
	float: none;
	position: relative;
	margin: -10px auto 0 auto;
}

#left h4 .editace,
#akce h4 .editace,
#vozy .editace {
	width: auto;
	float: right;
	margin: 0 -5px 0 0;
}

#footer .editace {
	display: inline;
	float: none;
}

#footer .editace img {
	margin-bottom: -3px;
	margin-left: 5px;
}

#strankovani-top,
#strankovani-bottom {
	font-weight: bold;
	text-align: right;
}

.align-right {
	position: relative;
	margin-bottom: -22px;
	text-align: right;
}

#menu-left h4 span {
	font-size: 17px;
	line-height: 17px;
}

#menu-left p,
#akce p {
	margin-bottom: 11px;
	padding: 4px 0 5px 20px;
	background: #EBEBF0;
}

.login .input {
	width: 150px;
}

.pocitadlo .input {
	width: 50px;
}

#seznam {
	margin-bottom: 15px;
}

#seznam td {
	height: 28px;
	border-bottom: 1px solid #CCCCCC;
}

.aktualita {
	margin-bottom: 30px;
}

.aktualita img {
	float: left;
	margin-bottom: 15px;
}

.aktualita .flash {
	float: left;
	margin-bottom: 15px;
	border: 3px solid #D4D4DA;
	font-size: 0;
}

.vozy {
	margin-bottom: 11px;
	font-size: 11px;
	line-height: 14px;
}

.vozy div {
	padding: 3px;
}

#akce img {
	margin-bottom: 10px;
}
