 @charset "utf-8";
/* CSS Document */
html, body, ol, ul, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px Georgia;
	color: #535353;
	text-align: left;
	background: #cac3b3 url(../images/bg-body.jpg) top center no-repeat;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color:#535353;
	margin-bottom: 15px;
}
strong {
	color: #b72eab;
}
.hh {
	font-size: 18px;
	font-weight: normal;
	color:#f89d19;
	margin-bottom: 15px;
	display: block;
}
.hhh {
	color:#fba205;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	display: block;
	padding:0;
	margin-top:0;
}
h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
}
h3 {
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 0px;
}
#container {
	margin:0 auto 0 auto;
	width:1050px;
	/*height:820px;*/
	background:url(../images/bg-container.jpg) no-repeat;
	margin-bottom:20px;	
}
#header {
	width:1050px;
	height:174px;
	border-bottom: 5px solid #535353;
	background: url(../images/logo.png) no-repeat;
}
#header-contact {
	float:left;
	height:31px;
	padding:12px 0 0 80px;
	color:#535353;
	font-weight: bold;
}
#lang-menu {
	width:149px;
	height:31px;
	float:right;
	background: url(../images/bg-langmenu.png) no-repeat;
	margin-right:28px;
}
#menu-top {
	float:left;
	height:20px;
	width:1050px;
	padding-top:112px;
	font-size:14px;
}
#menu-top li {
	display:inline;
}
#menu-top a {
	color:#FFF;
}
#menu-top a:hover {
	text-decoration:none;
	color:#da231a;
}
#menu-top a.top-left {
	background: #535353 url(../images/bg-top-left.gif) no-repeat;
	padding-left:10px;
	padding-right:10px;
	float:left;
	padding-top:1px;
	padding-bottom:2px;
	margin-left:23px;
}
#menu-top a.top-center {
	background-color:#535353;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:2px;
	float:left;
	margin-left:4px;
	margin-right:4px;
}
#menu-top a.top-right {
	background: #535353 url(../images/bg-top-right.gif) right no-repeat;
	padding-left:5px;
	padding-right:10px;
	float:left;
	padding-top:1px;
	padding-bottom:2px;
}
#menu-bottom {
	float:right;
	height:20px;
	font-size:14px;
}
#menu-bottom li {
	display:inline;
}
#menu-bottom a.bottom-left {
	background: #535353 url(../images/bg-bottom-left.gif) no-repeat;
	padding-left:5px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:3px;
	float:left;
	margin-left:2px;
	margin-right:2px;
	color:#FFF;
}
#menu-bottom a {
	background-color:#535353;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:3px;
	float:left;
	margin-left:2px;
	margin-right:2px;
	color:#FFF;
}
#menu-bottom a.bottom-right {
	background: #535353 url(../images/bg-bottom-right.gif) right no-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:3px;
	float:left;
	margin-left:2px;
	margin-right:22px;
	color:#FFF;
}
#menu-bottom a:hover {
	text-decoration:none;
	color:#da231a;
}
#content {
	width:990px;
	padding:20px;
}
#content li {
	list-style: inside;
	margin-left:20px;
}
#content ul {
	margin-top:20px;
}
#col1 {
	width: 273px;
	height: 600px;
	float: left;
	font: 12px Georia;
}
#col1 span {
	text-align:center;
}
#col1 p {
/* puvodni hodnoty u vsech #colCislo p */
/*	text-align:center;
	margin-top:5px;
	margin-bottom:5px;*/
	text-align: justify;
        margin: 5px 10px 5px 10px;
}


/*page - vypis novinek */
#page {
    float: left;
}

#col2 {
	width: 234px;
	height: 600px;
	float: left;
}
#col2 span {
	text-align:center;
}
#col2 p {
	text-align: justify;
        margin: 5px 10px 5px 10px;
}
#col3 {
	width: 273px;
	height: 600px;
	float: left;
}
#col3 span {
	text-align:center;
}
#col3 p {
	text-align: justify;
        margin: 5px 10px 5px 10px;
}
#col4 {
	margin-top:30px;
	width: 210px;	
	float: left;
	
}
#col4 span {
	text-align:center;
	
}
#col4 p {
	text-align: justify;
        margin: 5px 10px 5px 10px;
}
#footer {
	margin-top: 20px;
	width:1010px;	
	text-align:center;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;	
}
#footer a{
	color: #535353;
	
}
#footer a:hover{
	color: #535353;
	
}
.separator {
	background: url(../images/separ.png) no-repeat left top;
	display: block;
	width: 224px;
	height: 3px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.linka {
	background: url(../images/separ.png) repeat-x left top;
	width: 720px;
	height: 20px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.a01 {
	background: url(../images/advert01.png) no-repeat center top;
	display: block;
	width: 217px;
	height: 86px;
	margin: auto;
	margin-top: 20px;
}
.a02 {
	display: block;
	width: 232px;
	margin: auto;
        margin-top: 30px;
	/*border: #A7A7A7 solid 2px;*/
}
.a02 .loga {
	background: url(../images/debtlogo.png) no-repeat center top;
	display: block;
	width: 219px;
	height: 44px;
	margin: auto;
}
.a02 .han {
	background: url(../images/hands.png) no-repeat center top;
	display: block;
	width: 207px;
	height: 20px;
	margin: auto;
	font: 15px Georia;
	color: #CC1111;;
	font-weight: bold;
}
.a02 a{
	color: #535353;	
	
	
}
.a02 a:hover {
	background: #c8c3b2;
	display: block;
	margin: auto;
	text-decoration:none;	
	
}

.a02 p {
        font-size: 115%;
}

.a02:hover {
    background: #c8c3b2;
}

.a03 {
	border: #A7A7A7 solid 1px;
	display: block;
	width: 234px;
	margin: auto;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 30px;
	text-align:center;
	padding-top: 30px;
}

.a03 #headline {
        font: 17px Georia;
	color: #CC2222;
	font-weight: bold;
}

.a03 p {
	padding-left: 8px;
	padding-right: 8px;
	text-align: justify;
	margin-top: 3px;
}
.a04 {
	background: url(../images/advert02.png) no-repeat center top;
	display: block;
	width: 217px;
	height: 86px;
	margin: auto;
}



.a05 {
	display: block;
	width: 233px;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 5px;
}
.a05 .loga {
	background: url(../images/gtconstructlogo.png) no-repeat center top;
	display: block;
	width: 208px;
	height: 50px;
	margin: auto;
}
.a05 a{
	color: #535353;	
}

.a05 a:hover {
	display: block;
	margin: auto;
	text-decoration:none;	
}

.a05:hover {
    background: #c8c3b2;
}
.cyklo {
	display: block;
	width: 229px;
	margin: auto;
	margin-top: 10px;
	padding-bottom: 5px;
}
.cyklo .loga {
	background: url(../images/cyklologo.png) no-repeat center top;
	display: block;
	width: 229px;
	height: 96px;
	margin: auto;
}
.cyklo a{
	color: #535353;
}

.cyklo a:hover {
	display: block;
	margin: auto;
	text-decoration:none;
}

.cyklo:hover {
    background: #c8c3b2;
}

.a06 {
	background: url(../images/advert03.png) no-repeat center top;
	display: block;
	width: 225px;
	height: 111px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.a07 {
	display: block;
	width: 233px;
	margin: auto;
}

.a07 .loga {
	background: url(../images/gtperslogo.png) no-repeat center top;
	display: block;
	width: 233px;
	height: 63px;
	margin: auto;
}
.a07 .link {
	font: 18px Georia;
}
.a07 a{
	color: #535353;	
}
.a07 a:hover {	
	display: block;
	margin: auto;
	text-decoration:none;	
}

.a07:hover {
    background: #c8c3b2;
}


.a08 {
	background: url(../images/advert04.png) no-repeat center top;
	display: block;
	width: 212px;
	height: 143px;
	margin: auto;
	margin-top: 35px;
}
.a09 {
	display: block;
	width: 248px;
	margin: auto;
	padding-bottom: 5px;
}
.a09:hover {
	background: #c8c3b2;
}
.a09 .loga {
	background: url(../images/gtconslogo.png) no-repeat center top;
	display: block;
	width: 248px;
	height: 72px;
	margin: auto;
}
.a09 a{
	color: #535353;	
}
.a09 a:hover {
	background: #c8c3b2;
	display: block;
	margin: auto;
	text-decoration:none;	
}
.a10 {
	background: url(../images/advert05.png) no-repeat center top;
	display: block;
	width: 242px;
	height: 93px;
	margin: auto;
}

.a11 {
	display: block;
	width: 224px;
	margin: auto;
	padding-bottom: 5px;
}

.a11 a{
	color: #535353;	
	display: block;
	margin: auto;
	text-decoration:none;
}
.a11 a:hover {
	background: #c8c3b2;
	display: block;
	margin: auto;
	text-decoration:none;
}

.na {
	border: 1px solid #cccccc;
	height: 100px;
	width: 500px;
	background: #F2F2F2;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 5px;
}
.ni {
	border: 1px solid #cccccc;
	width: 250px;
	height: 14px;
	background: #F2F2F2;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
	margin-right: 5px;
}
.link {
	font-size: 22px;
	font-weight: bold;
	color: #da251c;
	margin-bottom: 15px;
}
.link:hover {
	text-decoration: underline;
}
.hlink {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
.hlink:hover {
	text-decoration: underline;
	color: #da251c;
}
.pl {
	width: 360px;
	float: left;
}
.cz {
  background: url(../images/cz.gif) no-repeat left top;
  width: 29px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: 6px;
}
.cz:hover, .cz_h {
  background: url(../images/cz_a.gif) no-repeat left top;
  width: 29px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: 6px;
}
.de {
  background: url(../images/de.gif) no-repeat left top;
  width: 29px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: 6px;
}
.de:hover, .de_h {
  background: url(../images/de_a.gif) no-repeat left top;
  width: 29px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: 6px;
}
.en {
  background: url(../images/en.gif) no-repeat left top;
  width: 29px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: 6px;
}
.en:hover, .en_h {
  background: url(../images/en_a.gif) no-repeat left top;
  width: 29px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: 6px;
}
.ru {
  background: url(../images/ru.gif) no-repeat left top;
  width: 29px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 6px;
}
.ru:hover, .ru_h {
  background: url(../images/ru_a.gif) no-repeat left top;
  width: 29px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 6px;
}
.contact-box {
	float:left;
	margin-right:20px;
}
.jh3 {
  font-size: 20px;
  line-height: 100%;
  color: #535353;
}
#date {
  float: right;
}
