html, body, form, fieldset {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
/*	line-height: 1.25;*/
}
body#bg {
	background-color: #f5f5f5;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, table {
	margin: 0;
	padding: 0;
}
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}
.spacer {
	padding: 10px 0;
}
/* Default Links */
/* Firefox outline removal */
a:focus {
	outline: none;
}
a {
	color: #4d83f2;
	text-decoration: none;
}
a:hover {
	color: #ff8a43;
	text-decoration: underline;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 135%;
}
h3, h4, h5, h6 {
	font-size: 110%;
}
h1 a:hover, h3 a:hover {
	text-decoration: none;
}
h2 a, h2 a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
}
ul li {
	line-height: 140%;
}
ol li {
	line-height: 180%;
	margin-left: 8px;
}
img {
	border: 0;
}
/* MAIN LAYOUT */
#wrapper {
	width: 960px;
	margin: auto;
	margin-top: 5px;
}
/* Wrapper bg */
#wrap-top {
	width: 960px;
	height: 12px;
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/wrap-top.png);
	font-size: 1px;
}
#wrap-inner {
	width: 935px;
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/wrap-inner.png) repeat-y left;
	padding: 0 13px 0 12px;
}
#wrap-bottom {
	width: 960px;
	height: 12px;
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/wrap-bottom.png);
	font-size: 1px;
	margin-bottom: 10px;
}
#content {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/grad.gif) repeat-x top;
	padding: 5px;
	padding-top: 15px;
}
/* Layout 3colums - left+mid+right */
#left-col3 {
	float: left;
	width: 512px;
	margin: 5px;
	overflow: hidden;
}
#mid-col3 {
	float: left;
	width: 228px;
	margin: 5px 0px 5px 5px;
	overflow: hidden;
}
#right-col3 {
	float: right;
	margin: 5px 0px 5px 0px;
	padding-left: 8px;
	width: 155px;
	overflow: hidden;
}
/* Layout 2colums - left+right */
#left-col2 {
	float: left;
	width: 752px;
	margin: 5px;
	overflow: hidden;
}
#right-col2 {
	float: right;
	margin: 5px 0px 5px 0px;
	padding-left: 8px;
	width: 155px;
	overflow: hidden;
}
/* Layout 2colums - left+midle */
#left-col2m {
	float: left;
	width: 679px;
	margin: 5px;
	overflow: hidden;
}
#mid-col2m {
	float: right;
	margin: 5px 0px 5px 0px;
	padding-left: 8px;
	width: 228px;
	overflow: hidden;
}
/* Layout 1colums - left */
#left-col {
	float: left;
	width: 915px;
	margin: 5px;
	overflow: hidden;
}
/* Header */
#header {
	border-top: 1px solid #999;
	height: 80px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
}
/* Head Tools */
#headtools {
	top: 0;
	right: 0;
	position: absolute;
}
#headtools .innerpad {
	position: relative;
	padding: 5px;
	float: left;
}
#headtools ul {
	margin: 0;
	padding: 3px 0 0;
	float: left;
	white-space: nowrap;
}
#headtools li {
	margin: 0;
	padding: 0 6px;
	display: inline;
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/vline.gif) no-repeat right center;
	line-height: normal;
}
#headtools li a {
	color: #535353;
	font-size: 92%;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}
#headtools li a:hover {
	color: #ff8a43;
}
.contactlink {
	float: left;
	padding: 2px 0 0;
}
.contactlink span, .contactlink div {
	display: block;
	float: left;
	padding: 1px 5px;	
}
/* Top Menu */
#top_menu {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/menu_bg.gif) repeat-x;
	height: 28px;
}
#topnav, #topnav ul {
	list-style: none; 
}
#topnav, #topnav * { 
	padding: 0; 
	margin: 0; 
}
#topnav li.topnav_menu, #topnav_rt span {
	float: left; 
	margin-left: -1px;
	width: 140px; 
	font-size: 12px;
	font-weight: bold;
	text-align: center;  
	letter-spacing: 2px;
	text-transform: uppercase;
}
#topnav li.topnav_menu a {
	display: block; 
	padding: 6px 5px 6px 5px;
	color: #fff;
	text-decoration: none;
}
#topnav li.topnav_menu a:hover {
	color: #cbcbcb;
}
/* Child lists and links */
#topnav li.topnav_menu ul { 
	display: none; 
	text-align: center; 
	width: 140px; 
	position: absolute;
}
#topnav li.topnav_menu:hover ul { 
	display: block; 
	background-color: #b0b0b0;
}
#topnav li.topnav_menu ul li a { 
	padding: 5px; 
	height: 14px auto; 
	color: #fff;
	text-decoration: none;
}
#topnav li.topnav_menu ul li a:hover {
	background-color: #4c4c4c;
	color: #fff;
	text-decoration:none;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
#topnav_rt {
	float: right;
	margin: 0px 3px 3px 6px
}
#topnav_rt span a {
	display: block; 
	padding: 6px 5px 6px 5px;
	color: #ff8a43;
	text-decoration: none;
}
#topnav_rt div {
	display: block;
	float: left;
	padding: 5px 5px;
}
/* modified top_menu */
#cat_menu {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/cat_menu_bg.gif) repeat-x;
	height: 18px;
	margin-bottom: 4px;
}
#catnav, #catnav ul {
	list-style: none; 
}
#catnav, #catnav * { 
	padding: 0; 
	margin: 0; 
}
#catnav li.catnav_menu {
	width: 100%; 
	font-size: 11px;
	font-weight: bold;
	text-align: center;  
	letter-spacing: 1px;
	text-transform: uppercase;
}
#catnav li.catnav_menu a {
	display: block; 
	padding: 2px 5px 2px 5px;
	color: #fff;
	text-decoration: none;
}
.border-sep {
	border-right: 1px solid #cbcbcb;
	padding-right: 8px;
}
/* footer */
#footer {
	clear: both;
	padding: 5px;
	position: relative;
	border-bottom: 3px solid #3c3c3c;
}
#footer div {
	margin: 0;
	overflow: hidden;
}
.footermenu {
	width: 935px;
	height: 25px;
	background: #eee url(http://www.ceskypes.cz/themes/site_themes/inc/img/footmenu_bg.gif) repeat-x center;
	font-size: 92%;
	letter-spacing: 2px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #eee;
}
.footermenu div {
	background-color: transparent;
}
.footermenu-rt {
	width: 368px;
	float: right;
	text-align: right;
}
.footermenu-rt a {
	color: #535353;
	text-decoration: none;
	display: block;
	padding: 6px 12px 6px 12px;
	float: right;
	font-weight: bold;
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/footmenu_div.gif) no-repeat left top;
}
.footermenu-lt {
	padding: 5px 12px 5px 12px;
}
/* Box Style */
h3.col-head {
	height: 24px;
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/col-head_bg.gif);
	font-weight: bold;
	line-height: 18px;
	text-indent: 5px;
}
h3.s1, h3.s2, h3.s3, h3.s4, h3.s5 {
	height: 24px;
	font-weight: bold;
	line-height: 18px;
	text-indent: 5px;
}
h3.s1>span, h3.s1>span>span, h3.s2>span, h3.s2>span>span, h3.s3>span, h3.s3>span>span, h3.s4>span, h3.s4>span>span, h3.s5>span, h3.s5>span>span {
	height: 24px;
	display: block;
}
/* Style S1 */
h3.s1 {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s1_head_bg.gif);
}
h3.s1>span {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s1_head_lt.gif) no-repeat left;
}
h3.s1>span>span {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s1_head_rt.gif) no-repeat right;
}
/* Style S2 */
h3.s2 {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s2_head_bg.gif);
}
h3.s2>span {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s2_head_lt.gif) no-repeat left;
}
h3.s2>span>span {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s2_head_rt.gif) no-repeat right;
}
/* Style S3 */
h3.s3 {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s3_head_bg.gif);
}
h3.s3>span {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s3_head_lt.gif) no-repeat left;
}
h3.s3>span>span {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s3_head_rt.gif) no-repeat right;
}
/* Style S4 */
h3.s4 {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s4_head_bg.gif);
}
h3.s4>span {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s4_head_lt.gif) no-repeat left;
}
h3.s4>span>span {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s4_head_rt.gif) no-repeat right;
}
/* Style S5 */
h3.s5 {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s5_head_bg.gif);
}
h3.s5>span {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s5_head_lt.gif) no-repeat left;
}
h3.s5>span>span {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/s5_head_rt.gif) no-repeat right;
}
div.s_space {
	padding: 4px 0 2px 0;
	border-bottom: solid 1px #cbcbcb;
}
div.col-body {
	clear: both;
	padding-bottom: 12px;
}
div.col-body_s {
	clear: both;
	padding: 10px 5px 10px 12px;
	background-color: #ededed;
	border: 1px solid #cecece;
}
div.col-body_s1 {
	clear: both;
	padding: 10px;
	background-color: #ecf4fa;
}
div.col-body_s5 {
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f5f2e6;
	border: 1px solid #e3ddc1;
}
div.s_bot {
	background: transparent url(http://www.ceskypes.cz/themes/site_themes/inc/img/ico_more.gif) no-repeat right;
	height: 18px;
	line-height: 18px;
	padding-right: 16px;
	text-align: right;
	text-indent: 5px;
	clear: both;
}
/* Misc */
.breadcrumb_wrap {
	margin-bottom: 10px;
}
.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0;
}
.breadcrumb li {
	display: inline;
	background: transparent url(http://www.ceskypes.cz/themes/site_themes/inc/img/bc_space.gif) no-repeat 0 50%;
	padding: 0 0.5em 0 1.5em;
	margin: 0 1em 0 -1em;	
}
.breadcrumb li:first-child {
	background: none;
}
#paginate {
	margin: 10px 0 10px 6px;
	background-color: transparent;
	height: 16px;
}
#paginate span {
	padding: 0 3px 0 3px;
	margin-right: 1px;
	border: solid 1px #cbcbcb;
}
#paginate a:hover {
	text-decoration: none;
}
.text_desc {
	color: #666;
}
/* Form style */
.input {
	border-top: 2px solid #979AC2;
	border-left: 2px solid #979AC2;
	border-bottom: 1px solid #979AC2;
	border-right: 1px solid #979AC2;
	color: #333;
	font-size: 100%;
	height: 1.5em;
	padding: 0;
	margin: 0;
}
.textarea {
	border-top: 2px solid #979AC2;
	border-left: 2px solid #979AC2;
	border-bottom: 1px solid #979AC2;
	border-right: 1px solid #979AC2;
	color: #333;
	font-size: 92%;
	padding: 0;
	margin: 0;
}
.select {
	background-color: #fff;
	font-weight: normal;
	letter-spacing: .1em;
	color: #333;
	margin-top: 2px;
	margin-bottom: 2px;
}
.multiselect {
	border-top: 2px solid #979AC2;
	border-left: 2px solid #979AC2;
	border-bottom: 1px solid #979AC2;
	border-right: 1px solid #979AC2;
	background-color: #fff;
	color: #333;
	margin-top: 2px;
	margin-top: 2px;
}
.radio {
	background-color: transparent;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0;
	border: 0;
}
.checkbox {
	background-color: transparent;
	padding: 0;
	border: 0;
}
.submit {
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #9EA3D5;
	border-left: 1px solid #9EA3D5;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	letter-spacing: .1em;
	margin: 0;
	padding: 1px 3px 2px 3px;
	background-color: #636563;
	color: #fff;
	cursor: pointer;
}
/* List Style */
ul.sub li {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/sublevel_list.gif) no-repeat 6px 0px;
	padding-left: 24px;
}
ul.bul_bl li {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/bul_bl.gif) no-repeat 6px 6px;
	padding-left: 24px;
}
ul.bul_or li {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/bul_or.gif) no-repeat 6px 6px;
	padding-left: 24px;
}
ul.bul_gr li {
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/bul_gr.gif) no-repeat 6px 6px;
	padding-left: 24px;
}
/* Image List) */
.imglist li {
	list-style: none;
	float: left;
	padding: 1px;
	margin: 1px;
	border: 1px solid #ccc;
	width: 106px;
	height: 106px;
	background: url(http://www.ceskypes.cz/themes/site_themes/inc/img/loading.gif) no-repeat center center;
}
.imglist li:hover {
	border: 1px solid #ff8a43;
	background-color: #ff8a43;
}
.imglist img {
	vertical-align: top;
	width: 106px;
	height: 106px;
}
.imglist img:hover {
	vertical-align: top;
}
.imglist a {
	font-size: 0px;
	color: #fff;
	text-align: center;
}
/* IMG */
img.ico-right {
	display: block;
	padding: 6px 15px 6px 0px;
	float: left;
}
.centre {
	padding: 10px 0 6px 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/* Inline Button */
.bt-inline {
	_width:12em;
	font: bold 92%/1 Verdana, sans-serif;
	margin: 0 0.2em;
	padding: 0.1em 0;
	_padding: 0;
	border: 1px solid #b0b0b0;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: middle;
}
.bt-inline em {
	_width:1em;
	_cursor:hand;
	font-style: normal;
	margin:0; padding: 0.1em 0.5em;
}
.bt-inline span {
	_width: 1em;
	_cursor: hand;
	margin: 0;
	padding: 0.1em 0.5em 0.1em 0.3em;
}
.bt-inline:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
.bt-inline:hover em {
	background: #333;
	color: #fff;
	text-decoration: none;
}
.orange {
	background: #ff8a43;
	color: #fff;
}
.orange em {
	background: #fff;
	color: #ff8a43
}
.grey {
	background: #666;
	color: #fff;
}
.grey em {
	background: #fff;
	color: #666;
}
/* Content and Editor */
.post-content p {
	font-size: 120%;
	margin: .625em 0;
	padding: 0;
	text-align: justify;
	line-height: 1.5em;
}
.post-content img.img_top {
	display: block;
	margin-bottom: 3px;
}
.post-content img.img_left {
	float: left;
	margin: 0 15px 3px 0;
}
.post-content img.img_right {
	float: right;
	margin: 0 0 3px 15px;
}
.card-left, .card-right {
	width: 235px;
	text-align: center;
	background: #fff;
}
.card-left {
	float: left;
	padding: 0 15px 10px 0;
}
.card-right {
	float: right;
	padding: 0 0 10px 15px;
}
.card-desc, .card-info {
 	font-size: 92%;
	padding: 0;
}
.card-info {
	font-weight: bold;
}
/* Typo */
p.alert {
	background: #feeded url(http://www.ceskypes.cz/themes/site_themes/inc/img/typo/ico_alert.gif) no-repeat 6px 10px;
	color: #535353;
	border: 1px solid #e1a1ac;
	padding: 10px 10px 10px 28px;
}
p.info {
	background: #ecf4fa url(http://www.ceskypes.cz/themes/site_themes/inc/img/typo/ico_info.gif) no-repeat 6px 10px;
	color: #535353;
	border: 1px solid #99afdf;
	padding: 10px 10px 10px 28px;
}
p.check {
	background: #f5f2e6 url(http://www.ceskypes.cz/themes/site_themes/inc/img/typo/ico_check.gif) no-repeat 6px 10px;
	color: #535353;
	border: 1px solid #e3ddc1;
	padding: 10px 10px 10px 28px;
}
