body  {
	font-family:'Trebuchet MS',Verdana,Tahoma,'MS Sans Serif',Sans-serif;
	font-size: 0.8em;
	color:#525252;
	text-decoration: none;
	background: #fff;
	text-align:center;
	margin: 0;
	padding: 0;
	line-height:17px;



background-color:#FFFFFF;
background-image:url(../pic/bg.gif);
background-attachment:fixed;
background-repeat:repeat-y;
background-position:top center;

}


a:link, a:active 	{ 
	font-size: 1em; 
	color:#238bde; 
	text-decoration: underline;
}

a:visited 	{ 
	font-size: 1em; 
	color:#238bde; 
	text-decoration: underline; 
}

a:hover 	{ 
	font-size: 1em; 
	color:#238bde; 
	text-decoration: none; 
}


a img {
	border: none;
}


h1 {
	font-size: 1.9em;
	font-weight:normal;
	color:#238bde;
	margin-top:0px;
	padding: 0;
	margin-bottom:15px;
	float: left;
	width:100%;
	line-height:30px;
}

h2 {
	font-size: 1.4em;
	font-weight:normal;
	margin:0;
	padding: 0;
	float: left;
	clear:both;
	width:100%;
	margin-bottom:5px;
}

h3 {
	font-size: 1.2em;
	font-weight:normal;
	color:#238bde;
	margin:0;
	padding: 0;
}


p {
	margin:0 0 20px 0;
  line-height:20px;
}




/* --- LAYOUT --- */

/* hlavicka */

#hlavicka {
	background: #333;
	color: #fff;
	padding: 4px 0 0 0;
	margin: 0 0 15px 0;
	height: 103px;
	position: relative;
	border-top: 2px solid #2c2c2c;
}

#hlavicka-demo {
	padding: 0;
	text-align: right;
	color: #888;
	position: absolute;
	top: 10px;
	right: 0;
}
#hlavicka-demo a:link, #hlavicka-demo a:visited  {
	color: #fff;
	text-decoration: none;	
}
#hlavicka-demo a:hover {
	color: #238bde;
	text-decoration: none;	
}

#hlavicka-uvnitr {
	width: 906px;
	margin: 0 auto;
	position: relative;
}
#hlavicka-logo {
	padding: 0;
	position: absolute;
	top: 0;
	left: 10px;
}

#hlavicka-logo-tisk {
	width:228px;
	height: 55px;
	margin-top:5px;
	background: url("../pic/logo.jpg") no-repeat;
	float: left;
}
#hlavicka-logo-tisk a {
	float: left;
	width:228px;
	height:55px;
	display:block;
}
.printLogo {
	display:none;
}

#obalka {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#obsah {
	width:660px;
	float: left;
}

#obsah1sl {
	width:900px;
	float: left;
}

#obsah2 {
	width:650px;
	clear: left;
}

/* odrážky */

#obsah ul, #obsah2 ul, #obsah1sl ul  {
	list-style: square;
	float: none;
	clear: both;
	margin: 5px 0px 20px 35px;
}

#obsah ul.check, #obsah2 ul.check, #obsah1sl ul.check {
	list-style-image: url("../pic/check.gif");
}

#obsah ul.check li, #obsah2 ul.check li, #obsah1sl ul.check li {
	padding-top:2px;
}

#obsah ul li, #obsah2 ul li, #obsah1sl ul li {
	margin-bottom:3px;
}



#cesta {
  float: left;
	width:100%;
	color: #ccc;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:2px;
	font-size:11px;
}

#cesta a {
	color: #999;
	text-decoration: none;
}

#cesta a:hover {
	color: #999;
	text-decoration: underline;
}

#cesta .right a img { 
	border:0;
	margin-left:4px;
	margin-right:4px;
}

#obsahfoto {
	float:left;
	padding-bottom:20px;
}

#obsahfoto a {
	position: absolute; 
	width:130px; 
	height:40px; 
	margin-top:122px; 
	margin-left:336px; 
	display:block;
	background:url("../pic/ie6-transp.gif");
	text-decoration: none;
/*border: 1px solid red; */
}

#side {
	float: right;
	width:210px;
	margin-top:5px;
}


.uvodblok {
	width:310px;
	height:110px;
	float: left;
	margin-right:15px;
	margin-bottom:15px;
}

.uvodblok h2 {
	color:#666;
	padding-bottom:2px;
	border-bottom:1px solid #ccc;
}

.uvodblok .ikonablok {
	float: left;
	height:100px;
	margin-right:10px;
}

.uvodblok .popis {
	float: left;
	width:247px;
	padding-top:5px;
} 

.uvodblok .popis a {
	color:#525252;
}

.uvodblok .popis p {
	width:247px;
}


#obsahfoto a:hover{
	text-decoration:none;
}

#obsahfoto img {
	border:1px solid #ccc;
	padding:4px;
	background:#eee;
}


/* Navigace */

#hlavicka-navigace {
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	position: absolute;
	top: 68px;
	right: 0;
	line-height:16px;
}
#hlavicka-navigace ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
#hlavicka-navigace ul li {
	display: block;
	float: left;
	list-style: none;
	background: #4d4d4d;
	margin-left: 5px;
	border-left: 1px solid #676767;
	border-top: 1px solid #676767;
	border-right: 1px solid #676767;
}
#hlavicka-navigace ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 9px 16px;
}

#hlavicka-navigace ul li a:hover, #hlavicka-navigace ul li a.current {
	color: #238bde;
	background: #fff;
}


/* Patička */

#paticka {
	padding: 40px 0;
	margin: 60px 0 0 0;
	overflow: hidden;
	border-top: 5px solid #238bde;
	background: #333;
	color: #777;
	line-height: 18px;
}
#paticka a:link, #paticka a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
#paticka a:hover {
	color: #fff;
	text-decoration: underline;
}
.paticka-uvnitr {
	width: 850px;
	margin: 0 auto;
}







/* levý sloupec */


#levysloupec {
	float: left;
	width:240px;
}



/* levé menu */

#podmenu {
	float: left;
	margin-right:30px;
	width:207px;
	margin-bottom:20px;
	border-left:3px solid #238bde;
}

#podmenu ul {
	list-style: none;
	margin:0;
	padding:0;
}

#podmenu ul li {
	float: left;
	clear: left;
}

#podmenu ul li a {
	margin:0;
	padding:5px 5px 5px 10px;
	display:block;
	width:195px;
	color: #666;
	border-bottom: 1px solid #ddd;
	background: #f1f1f1;
	text-decoration: none;
}

#podmenu ul li a:hover {
	background: #ddd;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}


/* tabulka */

table {
	clear: both;
	margin:5px 0 25px 0;
}

table caption {
	caption-side:top;
	text-align: center;
	font-weight:bold;
}

thead {
	background: #767678;
}

thead th, thead td {
	padding:4px;
	border-top: 3px solid #646364;
	color: #fff;
	font-weight:normal;
}

tbody td {
	padding:4px;
	border-bottom: 1px solid #ccc;
}

tbody th, tfoot th {
	font-weight:bold;
	padding:4px;
	border-bottom: 1px solid #ccc;
}

tfoot th, tfoot td {
	padding:5px;
	padding-top:10px;
	background:#eee;
	border-bottom: 1px solid #ccc;
}
.rowTint {
	background-color: #ededed;
}




/* různé */

.left {
	float: left;
}

.right {
	float: right;
}

abbr {
	border-bottom:1px dotted #999;
	cursor:help;
}

blockquote {
	float: left;
	clear: left;
	width:95%;
	background:#eee;
	font-style: italic;
	font-size:1em;
	padding:10px;
	margin:0;
	border-left:3px solid #ccc;
}

blockquote p {
	margin:0;
}


.imgBorder {
	border: 1px solid #ccc;
	padding: 4px;
	margin:0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.vcenter {
	vertical-align: middle;
}

.brR { border-right: 1px solid #ccc; }
.brL { border-left: 1px solid #ccc; }


.help {
	float: left;
	width:16px;
	height:16px;
	background:url("../pic/ico-info.gif") no-repeat;
	display:block;
	margin-left:3px;
	cursor: help;
}

.inlineH {
	float:none;
	display:inline;
}

.w100p { width:100%; }


.icon {
	width:90%;
	float: left;
	margin-bottom:25px;
}

.icon p {
	margin-left:50px;
	padding:5px 10px;
	border-left:1px solid #ccc;
	margin-bottom:0;
}

.easy {	background: url("../pic/ico-easy.jpg") no-repeat 5px center; }
.cheap {	background: url("../pic/ico-cheap.jpg") no-repeat 5px center; }
.elestic {	background: url("../pic/ico-elestic.jpg") no-repeat 5px center; }
.safe {	background: url("../pic/ico-safe.jpg") no-repeat 5px center; }
.chart {	background: url("../pic/ico-chart.jpg") no-repeat 5px center; }
.company {	background: url("../pic/ico-company.jpg") no-repeat 5px center; }
.heart {	background: url("../pic/ico-heart.jpg") no-repeat 5px center; }



.screenshots {
	width:95%;
	float: left;
	background:#eee;
	padding:10px;
	margin-bottom:30px;
}

.screenshots a img {
	padding:3px;
	border:1px solid #ccc;
	margin-left:12px;
}



/* sidebox style 1 */

.ramecek1 {
	float: left;
	clear: both;
	background: #EDF4F9;
	padding:10px;
	width:190px;
	overflow:hidden;
	border:1px solid #d4dce2;
	margin-bottom:15px;
}

.ramecek1 h3, .ramecek1 a.expand {
	font-size:1.1em;
	margin-bottom:5px;
	color:#666;
	float: left;
	width:180px;
	border-bottom:1px solid #cbd6df;
}

.ramecek1 a.expand {
	float: left;
	width:93%;
}

.ramecek1 p {
	margin-bottom:7px;
	clear: left;
}

#obsah1sl .ramecek1 ul {
	text-align: left;
	margin-left:15px;
	margin-bottom:0;
	padding:0px;
}






.ramecek2 {
	float: left;
	clear: both;
	background: #F1F1F1;
	padding:10px;
	width:190px;
	overflow:hidden;
	border-left:3px solid #ccc;
	margin-bottom:15px;
}

.ramecek2 h3 {
	font-size:1.2em;
	margin-bottom:5px;
	padding-bottom:2px;
}

.ramecek2 p {
	margin-bottom:7px;
	clear: left;
}


