/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 5px;
	padding: 10px;
	border-right-color: #000000;
	border-bottom-color: #0000FF;
	border-left-color: #0000CC;
	border-color: #CC3366;
}
{
    background: gray; padding:1em; color:#fff;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}


a{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	margin: 0px;
	padding: 0px;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 18px;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, sans-serif;
 margin: 0px;
 padding: 0px;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 1em;
	padding:1em;
	color:#FFFFFF;

    // 
    border-radius: 4px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
	background-color: #FFFF66;
}
#img #masthead {
	border-radius: 4px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}


#navBar{
	float: left;
	width: 15%;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #0000FF;
}


#content{
	color:#0066FF;
	border-radius: 15px;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-top-width: 20px;
	border-right-width: 10px;
	border-bottom-width: 20px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
{
	width: auto;
	margin: 0px;
	padding: 0px;
}
#zahlavi {
}

#aktualne {
	background-color: #0066FF;
	color: #000099;
    border-radius: 4px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}



/************* #globalNav styles **************/

#globalNav{
	padding:1em;
	color:#0099FF;
    border-radius: 4px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
	background-color: #0099FF;
}
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	background-position: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #0000CC;
	border-left-color: #0000CC;
	border-right-style: solid;
	border-left-style: solid;
	width: 100%;
}

div {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 1px;
	background-attachment: inherit;
}

{
	border: 3px solid #0000CC;
	 // specifikace CSS 3 (top, right, bottom, left)
  border-radius: 4px 4px 4px 4px;

  // Firefox
  -moz-border-radius:4px 4px 4px 4px;

  // Chrome, Safari, iPhone, iPad ... proste na jádru Webkit
  -webkit-border-radius:4px 4px 4px 4px;

  // Opera (trosku zajimave pocita radius)
  -o-border-radius: 4px 4px 4px 4px;

  // Internet Explorer - není podporováno
  -ms-border-radius:4px 4px 4px 4px;

  // Konqueror
  -khtml-border-radius: 4px 4px 4px 4px;
}


/************** .story styles *****************/

.story{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000cc;
	border-right-color: #0000cc;
	border-bottom-color: #0000cc;
	border-left-color: #0000cc;
}


/************* #siteInfo styles ***************/

#siteInfo{
	padding:1em;
	color:#fff;
	border-radius: 4px;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
	background-color: #00CCFF;
}
{
	clear: left;
	border: 1px solid #0000cc;
	font-size: 75%;
	color: #333333;
	background-color: #CDCDCD;
	padding-top: 5px;
	padding-bottom: 5px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#sectionLinks a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: auto;
}

#sectionLinks a:hover{
	background-color: #0099FF;
}


#logoweb {
	background-color: #00FFFF;
	height: 135px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-left-style: 0;
	padding-top: 0px;
	float: none;
	margin-top: 0px;
}
#breadCrumb table {
}
.story .feature img {
	padding:1em;
    border-radius: 4px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
	background-color: #0099FF;
}
img {
	border-radius: 4px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}


#travelagency {
	background-color: #33CCFF;
}
#nabidka {
	background-color: #00CCFF;
	border-radius: 4px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#partneri {
	border-radius: 10px;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
	width: auto;
}
#content #eurowee {
	border-radius: 4px;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#content .obsah {
	background-color: #FFFF66;
}
#contentI {

	color:#0066FF;
	border-radius: 15px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-top-width: 20px;
	border-right-width: 10px;
	border-bottom-width: 20px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
#content .obsah #titulek {
	border-radius: 4px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
	margin: 1px;
	border: 5px solid #FF0000;
}
#content .obsah #cenovatabulka {
	border: 3px solid #FF0000;
		border-radius: 4px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}

