/* --- nové styly, zatím pouze pro cs verzi --- */

body, html {
  font-family: Georgia, serif;
  background-color: #003d35;
  margin: 0;
  padding: 0;
  text-align: center;
}

#content {
  border: none;
  margin: 20px auto 0px auto; 
  padding: 0px 0px 60px 0px; 
  width: 940px;
}

#logo {
  float: left;
}

#menu {
  float: right;
  font-size: 13px;
  margin-top: 3px; 
  padding: 6px 0px 7px 0px; 
}

.hr {
	clear: both;
	color: #336666;
	border: solid #005a53;
	margin: 0px 0px 60px 0px; 
	border-width: 1px 0 0 0;
}

.hr_home {
	clear: both;
	color: #336666;
	border: solid #005a53;
	margin: 0px 0px 10px 0px; 
	border-width: 1px 0 0 0;
}

.news {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: none;
}

.news_img {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: solid #005a53;
	border-width: 1px;
}

.news_img img {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.news_desc {
	width: 230px;
	text-align: left;
	vertical-align: top;
	padding: 8px 8px 8px 8px; 
	border: solid #005a53;
	border-width: 1px 1px 1px 1px;
}

.news_space {
	width: 15px;
	border: none;
}

.news h1 {
	text-align: left;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
	margin: 0; 
	padding: 0; 
}

.news p {
  font-size: 14px;
  line-height: 18px;
	font-weight:normal;
  color: #6ca992;
	margin: 0; 
	padding: 0; 
}





/* --- původní --- */


.mi {
  font-size: 13px;
  color: #77b3b3;
}

.mi:link {color:#77b3b3;text-decoration:none;}
.mi:visited {color:#77b3b3;text-decoration:none;}
.mi:active {color:#77b3b3;text-decoration:none;}
.mi:hover {color:#ffffff;text-decoration:none;}

.mih {
  font-size: 13px;
  color: #ffffff;
}

.mih:link {color:#ffffff;text-decoration:none;}
.mih:visited {color:#ffffff;text-decoration:none;}
.mih:active {color:#ffffff;text-decoration:none;}
.mih:hover {color:#ffffff;text-decoration:none;}

.vline {
  font-size: 14px;
  color: #77b3b3;
  margin: 0px 5px 0px 5px; 
}

.vlineen {
  font-size: 14px;
  color: #77b3b3;
  margin: 0px 3px 0px 3px; 
}

p {
  font-size: 14px;
  line-height: 21px;
  color: #6ca992;
  margin-top: 0px;
  margin-bottom: 8px;
  text-align: left;
}

a {
  margin-top:0px;
  margin-bottom:0px;
}

a:link {color:#77b3b3;text-decoration:underline;}
a:visited {color:#6ca992;text-decoration:underline;}
a:active {color:#77b3b3;text-decoration:underline;}
a:hover {color:#ffffff;text-decoration:underline;}

.small {
  font-size: 14px;
  line-height: 18px;
}

h1 {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.4em;
  color: #ffffff;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 40px;
}

h2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 8px;
  text-align: left;
}

.aleft {
  line-height: 24px;
  text-align: left;
  margin-bottom: 0px;
}

.imgleft {
  text-align: left;
}

.center {
  text-align: center;
}

img {
  border: none;
  margin-bottom: 8px;
}

.label {
  font-size:13px;
  line-height:16px;
  text-align:center;
  margin-top:8px;
  margin-bottom:0px;
}


#arr_l {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../images/arr_l.gif);
  background-position: 0px;
}

#arr_l:hover {
  background-position: -14px;
}

#arr_r {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../images/arr_r.gif);
  background-position: 0px;
}

#arr_r:hover {
  background-position: -14px;
}

table {
  border: none;
	margin: auto;
}

td {
  border: none;
}


/* litho shop */

.td_litho {
  text-align: center;
  vertical-align: middle;
  height: 210px;
  font-size: 12px;
  color: #6ca992;
}

.td_label {
  text-align: right;
  font-size: 13px;
  color: #6ca992;
}

.td_desc {
  text-align: left;
  font-size: 13px;
  color: #ffffff;
}

.td_input {
  text-align: left;
}

.inp_err {
  background-color: #ff6633;
}

.error {
  color: #ff6633;
}

.required {
  font-size: 13px;
  color: #ffffff;
}

.white {
  color: #ffffff;
}

textarea {
  width: 250px;
}

