/** BASIC */

body {
	margin: 0;
	padding: 20px 0 41px 0;
	background: #E1E1E1 url(images/background.gif) repeat-x;
	font: 13px/20px arial;
	color: #444444;
}

body#homepage {
	background-image: url(images/background-homepage.gif);
}

body#fotka {
	padding: 0;
	background-image: none;
}

h1 {
	margin: 0;
	font-size: 0;
	text-indent: -9999px;
}

h1 a {
	margin: 30px 0 22px 20px;
	width: 260px;
	height: 49px;
	float: left;
	background: url(images/logo.gif);
}

h2 {
	display: none;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: normal;
}

h3 span {
	border-bottom: 1px solid #DEDEDE;
}

h4 {
	margin: 0 0 15px 0;
	color: #1A76B5;
	font-size: 13px;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

#homepage p {
	margin-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font: 13px/16px arial;
	color: #444444;
}


.input {
	width: 440px;
	padding: 3px;
	border: 1px solid #c3c3c3;
}

.submit {
	padding: 4px 10px;
	-padding: 3px 0;
	background: #047BCC url(images/submit.gif);
	border: 1px solid #0069ad;
	color: #ffffff;
	font-weight: bold;
}

.submit:hover {
	color: #444444;
	cursor: pointer;
}

textarea {
	width: 440px;
	height: 145px;
	margin-top: 7px;
	margin-bottom: 9px;
	padding: 3px;
	border: 1px solid #c3c3c3;
	overflow: auto;
}

a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.img1 {
	float: left;
	margin: 0 10px 10px 0;
}

.img2 {
	float: right;
	margin: 0 0 10px 10px;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

/** BASIC */

#wrapper {
	width: 982px;
	margin: 0 auto;
	background: #ffffff url(images/background-wrapper.gif);
}

#homepage #wrapper {
	background: #ffffff url(images/background-wrapper-homepage.gif);
}

#wrapper2 {
	padding-top: 11px;
	background: url(images/background-wrapper2.gif) no-repeat;
}


#homepage #wrapper2 {
	background: url(images/background-wrapper2-homepage.gif) no-repeat;
}

#header {
	margin: 0 11px;
	background: url(images/background-header.gif) repeat-x;
}

#homepage #header {
	border-bottom: 5px solid #0268AA;
}

#menu-top {
	float: right;
	display: inline;
	margin: 19px 25px 9px 0;
}

#menu-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-top li {
	display: inline;
}

#menu-top a {
	float: left;
	padding-left: 7px;
	padding-right: 6px;
	border-left: 1px solid #DFDFDF;
	color: #444444;
	font-size: 11px;
	line-height: 10px;
}

#menu-top a:hover {
	text-decoration: underline;
}

#menu-top a.first {
	border: none;
}

#menu {
	float: right;
	clear: right;
	display: inline;
	margin-right: 30px;
	background: url(images/background-menu.gif);
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	padding: 9px 22px 11px 22px;
	background: url(images/menu.gif) no-repeat;
	font-size: 15px;
	font-weight: bold;
}

#menu a:hover {
	background: #DDDDDD url(images/menu.gif);
	text-decoration: none;
}

#menu a.selected,
#menu a.selected:hover {
	background: #0878CA url(images/menu.gif) 0 -40px;
	color: #ffffff;
}

#image {
	height: 25px;
	clear: both;
	padding-top: 125px;
	background: #EAEAEA url(images/image.jpg);
}

#homepage #image {
	height: 136px;
	padding-top: 39px;
	padding-left: 30px;
}

.spolecnost #image {
	background-image: url(images/image-spolecnost.jpg);
}

.doprava #image {
	background-image: url(images/image-doprava.jpg);
}

.skladovani #image {
	background-image: url(images/image-skladovani.jpg);
}

.kontakt #image {
	background-image: url(images/image-kontakt.jpg);
}

#aktuality {
	width: 630px;
}

#menu-aktuality ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-aktuality li {
	display: inline;
}

#menu-aktuality a {
	float: left;
	margin-right: 2px;
	padding: 0 4px 1px 6px;
	background: #0270B7 url(images/menu-aktuality.gif);
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#menu-aktuality a:hover {
	text-decoration: none;
}

#menu-aktuality a:hover,
#menu-aktuality a.selected {
	background-color: #0990EA;
	background-position: 0 -21px;
}

#menu-aktuality a.last {
	float: right;
	margin-right: 0;
}

.aktualita {
	min-height: 100px;
	-height: 100px;
	display: none;
	clear: both;
	padding: 15px 15px 0 15px;
	background: #057ac7 url(images/aktualita.gif) repeat-x;
	color: #ffffff;
}

.aktualita h4 {
	margin: 0 0 10px 0;
	color: #ffffff;
	font-size: 18px;
}

.aktualita h4 span {
	border-bottom: 1px solid #39A1E5;
}

.aktualita a {
	color: #ffffff;
	text-decoration: underline;
}

.aktualita a:hover {
	text-decoration: none;
}

#aktualita1 {
	display: block;
}

#tip {
	width: 100px;
	height: 70px;
	float: right;
	padding: 45px 25px 0 55px;
	background: #057ac7 url(images/tip.gif);
	text-align: right;
}

#tip h4 {
	margin: 0;
	color: #0268AA;
	font-size: 18px;
}

#content {
	margin: 0 1px;
	padding: 0 10px;
}

#left {
	width: 630px;
	float: left;
	padding: 50px 30px 41px 30px;
	-padding-top: 30px;
}

#homepage #left {
	padding-top: 20px;
}

#right {
	width: 270px;
	float: right;
	-margin-top: -20px;
	padding-bottom: 41px;
}

#homepage #right {
	margin-top: 0;
}

#left a,
#right a {
	border-bottom: 1px solid #DEDEDE;
	color: #0069AD;
}

#left a:hover,
#right a:hover {
	color: #444444;
	text-decoration: none;
}

.box {
        width: 280px;
	float: left;
        margin: 30px 30px 11px 0;
	-margin-bottom: 16px;
	padding: 10px 10px 10px 10px;
	background: url(images/box.gif) repeat-x;
	border-top: 5px solid #0068AD;
	font-size: 12px;
	line-height: 18px;
	cursor: pointer;
}

.box h4 {
	margin: 5px 0 0 0;
	-margin-top: 15px;
	font-size: 15px;
}

#left .box h4 a {
	border: none;
	color: #0068AD;
}

.box .img1 {
	margin: 0 18px 15px 0;
	border: 1px solid #ffffff;
}

.box ul {
	margin: 10px 0 10px 95px;
	-margin-left: 136px;
	padding-left: 40px;
}

.box b {
	padding-left: 4px;
	color: #0068AD;
	font-size: 15px;
}

.box:hover {
	border-color: #444444;
}

#left .box:hover h4 a,
.box:hover b {
	color: #444444;
}

#box2 {
	margin-right: 0;
}

.box-right {
	margin-top: 20px;
	background: #F7F7F7 url(images/box-right.gif) repeat-y;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

.box-right h4 {
	margin: 0;
	padding: 5px 20px;
	background: #EAEAEA url(images/box-right-h4.gif);
	border-bottom: 1px solid #DEDEDE;
}

.box-right div {
	padding: 10px 20px;
}

.box-right p {
	margin-bottom: 10px;
}

#footer {
	padding: 10px;
	background: url(images/background-footer.gif) left bottom no-repeat;
}

#bottom {
	clear: both;
	margin: 0 1px;
	padding: 25px 13px 25px 30px;
	background: #027ac6 url(images/background-bottom.gif) repeat-x;
	border-top: 1px solid #0069ad;
	border-bottom: 1px solid #0069ad;
}

.box-bottom {
	width: 199px;
	min-height: 100px;
	-height: 100px;
    	float: left;
    	margin-right: 10px;
	padding: 5px 15px 5px 0;
    	border-right: 1px solid #6d99d8;
	font-size: 12px;
	line-height: 18px;
}

.box-bottom h4 {
	margin: 0 0 5px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}

.box-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box-bottom a {
	padding-left: 10px;
	background: url(images/box-bottom.gif) 0 5px no-repeat;
	color: #ffffff;	
}

.box-bottom a:hover {
	background-position: 0 -5px;
}

#box-bottom1 {
	background: url(images/box-bottom1.gif) right top no-repeat;
}

#box-bottom2 {
	background: url(images/box-bottom2.gif) right top no-repeat;
}

#box-bottom3 {
	background: url(images/box-bottom3.gif) right top no-repeat;
}

#box-bottom4 {
	width: 207px;
	background: url(images/box-bottom4.gif) right top no-repeat;
	border: none;
}

#copyright {
	float: left;
	padding: 11px 17px;
}

#menu-footer {
	padding: 12px 11px;
	float: right;
}

#menu-footer ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#menu-footer li {
	display: inline;
}

#menu-footer a {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #DFDFDF;
	line-height: 17px;
}

#menu-footer a.first {
	border: none;
}

/** SUBPAGE 1 */

#image h3 {
	width: 630px;
	margin: 0;
	padding: 12px 30px 8px 30px;
	background: #037CC5 url(images/h3.gif);
	border-bottom: 5px solid #0069AD;
	color: #ffffff;
	font-weight: bold;
}

.table {
	margin-top: 50px;
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 22px;
}

.table td {
	padding-left: 10px;
	border-top: 1px solid #DEDEDE;
}

.title td {
	padding-top: 9px;
	padding-bottom: 9px;
	background: #067BCB;
	border: none;
}

.title h4 {
	margin: 0;
	color: #ffffff;
}

.head {
	background: #EFEFEF;
	font-weight: bold;
	line-height: 20px;
}

#left a.foto {
	padding: 2px 22px 1px 5px;
	background: #E3F0F6 url(images/foto.gif);
	border: none;
	font-weight: bold;
}

#left a.foto:hover {
	background-color: #ECECEC;
	background-position: 0 -18px;
}

p.small {
	margin-bottom: 31px;
	color: #888888;
	font-size: 11px;
}

.notice {
	margin-bottom: 15px;
	padding: 20px;
	background: #E5F0F5;
	border: 1px solid #C3DBE8;
}

.notice h4 {
	margin: 0 0 20px 0;
	color: #1F7AB6;
	font-size: 18px;
	font-weight: normal;
}

#menu-right {
	margin-top: 0;
	margin-bottom: 30px;
	border: none;
	background: none;
}

#menu-right p {
	min-height: 135px;
	-height: 135px;
	padding: 10px 20px;
	background: #F7F7F7 url(images/box-right.gif) repeat-y;
	border-left: 1px solid #DEDEDE;
}

#menu-right h4 {
	border-left: 1px solid #DEDEDE;
}

#menu-right div {
	padding: 0;
}

#menu-right ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#right #menu-right li a {
	width: 231px;
	float:left;
	padding: 0 19px;
	background: url(images/box-right.gif);
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	color: #444444;
	font-weight: bold;
	line-height: 30px;
}

#right #menu-right li a:hover {
	background: #EAEAEA url(images/menu-right.gif);
}

#right #menu-right li a.selected,
#right #menu-right li a.selected:hover {
	background: #067BCB url(images/menu-right.gif) 0 -30px;
	border-left: 1px solid #006FB6;
	border-bottom: 1px solid #006FB6;
	color: #ffffff;
}

#right #menu-right li a.kontakt,
#right #menu-right li a.kontakt:hover {
	margin-top: 30px;
	padding-left: 20px;
	background: #077CCB url(images/kontakt.gif);
	border-left: none;
	border-bottom: none;
	color: #ffffff;
	font-size: 15px;
	line-height: 36px;
}

#kontakt-right {
	margin-top: 0;
	border-top: none;
}

#kontakt-right table {
	margin-bottom: 20px;
}

#kontakt-right #table1 {
	margin-bottom: 10px;
}

#kontakt-right #table2 {
	margin-bottom: 30px;
}

#kontakt-right #table5 {
	margin-bottom: 0;
}

/** SUBPAGE 2 */

.blue {
	color: #0068AD;
}

/** ADDED */

ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.editace {
	font-size: 0;
}

.editace img {
	margin-right: 5px;
	margin-top: 1px;
}

.editace a img {
	border: 0;
}

span.editace {
	display: block;
	float: left;
}

#left .editace a {
	border: none;
}

#strankovani-top,
#strankovani-bottom {
	clear: both;
	font-weight: bold;
	text-align: right;
}

a .img1 {
	margin: 0 30px 30px 0;
	border: 5px solid #D9EBF4;
}

a .img2 {
	margin: 0 0 30px 0;
	border: 5px solid #D9EBF4;
}

a:hover .img1,
a:hover .img2 {
	border: 5px solid #EEEEEE;
}

form {
	margin-bottom: 13px
}

form table {
	width: 100%;
}

form.login table {
	width: auto;
}

form td {
	padding: 8px 10px 12px 10px;
	border-top: 1px solid #DEDEDE;
}

form .first td,
form .last td {
	border: none;
}

form small {
	color: #9B9B9B;
	font-size: 11px;
}

.login .input {
	width: 200px;
}

.fotka {
	width: 190px;
	float: left; 
	margin-right: 30px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.fotka .img1 {
	margin: 0 0 5px 0;
}

.fotka p {
	margin: 0;
}

.vozidlo {
	margin-bottom: 15px;
}

.vozidlo .img1 {
	margin-right: 25px;
	margin-bottom: 20px;
}