/*  
*  =============================================================================
*  Copyright [c] 2004 Deczka Webdesign (www.deczka.com). All rights reserved.
*  -----------------------------------------------------------------------------
*  CSS STYLES for CK BONDTOUR (www.bondtour.cz)
*  =============================================================================
*/


/* Formatovani stranky pro tisk */
/* -------------------------------------------------------------------------- */
.noprint, form, #navigation, #flash, .contact-box, .hidden, #right-column {display: none;}

body {
  font: 12pt/1.5em serif;
  line-height: 1.2em;
  color: black;
}

#header-part { border-bottom: 1px solid black; height: 85px;}
#header-part #logo { width: 100%; float: none; }
#header-part #logo a { width: 100%; float: none; text-decoration: none;}
#header-part #logo img { display: block; border: none; height: 75px; width: 158px;}
#header-part #logo span {display: block; position: absolute; right: 20px; top: 30px; font: 14pt sans-serif; text-decoration: none;}

  
#page, #content-part, #content, #left-column, #left-column-in   {
    width: 100%;
    margin: 0;
    padding: 0;
}
#left-column { width: 100%; float: none;}


#footer-part #copyright p { 
  border-top: 1px solid black; 
  margin: 25px 0 10px 0;
  color: gray;
  font-size: 10pt;
  text-align: left;
  line-height: 1.3em;
}
#footer-part #copyright a {color: gray;}

a, a:link, a:visited {
  text-decoration: underline;
  color: black;
}
q, blockquote {font-style: italic}
dt {font-weight: bold}
kbd, code, pre, input[type=text] {
  font-size: 10pt;
  font-family: "Courier New CE", "Courier CE", "Courier New", courier, monospace;
}
h1 { font: 18pt sans-serif; margin: 1em 0;}
h2 { font: 16pt sans-serif; border: none; margin: 1em 0;}
h3 {
	font-size: 14pt;
	margin: 1em 0 0.5em 0;
	padding: 0.3em;
	border-top: 1px solid #000;
}
table {
  width: 100%;
  border-collapse: collapse;
  font: 10pt sans-serif;
}
table td {  border-bottom: 1px solid #000}
table th {  padding: 0 5px;}
th {
     color: #fff;
     background-color: silver;
     border-bottom: 1px solid #000;
}

.right { float: right; }

/* CSS definice pro jednotlive stranky */
/*----------------------------------------------------------------------------*/

/* Specialni nabidky */
.special-offer {  
    margin: 0 0 20px 0;
    border: 1px solid #003B72;
    color: white;
    font-size: 90%;
    height: 246px;
    background: #074E90 url(pict/illustrative/illustrative_3_big.jpg) no-repeat top right;
}
.special-offer-in {
    padding: 15px 10px; 
}
.special-offer h1 { 
    font-size: 200%;
    color: #F1C61D;
    margin: 0 0 0.5em 0;
}
.special-offer p { 
    margin: 0.5em 0;
    width: 300px;
}

.pict, .pict-l{
    border: 1px solid silver;
}

.box, #katalog-box, .rounded-box {
	border: 1px solid silver;
	padding: 20px;
}




