body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 12px;
}
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}

a:hover {
}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background:#FFFFFF;
		
	}
	#header {
		border-bottom:1px solid #000;
		
	}
	
	#header p {
	

	padding:0px 15px 0px 22px;
		margin:0;
	}
	
	#header a {
	text-decoration: none;
	border-bottom: 1px dotted #417FDA;
	color: #333333;
}

#header a:hover {
text-decoration: none;
	border-bottom: 1px dotted #333333;
	color: #417FDA;
}
	img {
		margin:10px 0 5px;
	}
	

	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	
	
.spodnizarovnaniobrazku {
margin: 16px 2px 0px 2px;
}
	


	
	
	
	
	
	
	#logo {
	float:left;
	width: 80%;
	padding-left:25px;
	}
	
	#hodiny{
	font-size:9px;
	float: right;
	width: 90px;
	height: 90px;
	padding-right: 25px;
	}







/* Search */

#search {

	float: right;
	width: 300px;
	padding-top: 10px;

}

#searchfield {
	height:17px;
	margin: -3px 0px 0px 0px;
	
}
a img {
	height: 22px;
	width: 115px;
	margin:5px 0px 0px -3px;
}



#text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */
#menu_wrapper{
width: 100%;
}

#menu {
	
	height: 52px;
	margin: 0 auto;
	padding-left:20px;
	background: url(images/bg_menu_novy_layout.jpg) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 52px;
	background: url(images/img03.gif) repeat-x right top;
}

#menu a {
	display: block;
	margin-top: 10px;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
display: block;
width: 122px;
height:44px;
color:#000000;
font-size:13px;
padding: 15px 0px 0px 4px;
text-decoration:none; 
text-align: center;

background: url(images/zalozka.jpg) no-repeat top;
}

#menu a:hover {
	text-decoration: none;
	display: block;
width: 122px;
height:44px;
color:#000000;
font-size:13px;
padding: 15px 0px 0px 4px;
text-decoration:none;
text-align:center;

background: url(images/zalozka.jpg) no-repeat top
	
}







	
	
	
	
	
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
	    padding-left:0px;
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	
		
	.col1,
	.col2,
	.col3 {
	
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
		background:#FFFFFF;
		
	}
	
		.col2 {
		height:100%;
		}

	/* 3 Column settings */
	.threecol {
		background:#E6E6EE;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#FFFFFF;		/* center column background colour */
		
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#E6E6EE;	/* left column background colour */
		
	}
	.threecol .col1 {
		width:50%;		/* width of center column content (column width minus padding on either side) */
		left:100%;			/* 100% plus left padding of center column */
			}
			
			
	.threecol .col1 p{
		padding:0px 10px 0px 10px;}
			
			
	.threecol .col2 {
	
		width:23%;			/* Width of left column content (column width minus padding on either side) */
		left:27%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		border-left: 1px solid #999999;
		
	}
	
	.threecol .col2 p {
		padding:0px 5px 0px 10px;
		height:100%;
		
	}
	.threecol .col3 {
		width:23%;			/* Width of right column content (column width minus padding on either side) */
		left:77%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	.threecol .col3 p{
		padding:0px 10px 0px 5px;
	
	}
	
/* Nastavení vzhledu clánku, nadpisu, textu */
	.box {
	margin-bottom: 8px;
	background: url(images/img09.jpg) repeat-y left top;
}
	
		.boxclanky {
	margin-bottom: 8px;
	background: url(images/img09.jpg) repeat-y left top;
}
	
	.post {
	margin-bottom: 8px;
	background: url(images/editorial_bottom_left.jpg) no-repeat left bottom;
}

.postclanky {
	margin-bottom: 8px;
	background:  #d4d4d4 url(images/editorial_bottom_left.jpg) no-repeat left bottom;
}
.post-bgtop {
	background: url(images/img08.jpg) no-repeat left top;
}

.postclanky-bgtop {
	background: url(images/img08.jpg) no-repeat left top;
}

.post-bgtop-first {
	background:  url(images/editorial_top_left.jpg) no-repeat left top;
}

.post h2 {
	background: url(images/editorial_top_right.jpg) no-repeat right top;
	height: 32px;
	padding: 8px 0 0 30px;
	letter-spacing: -.1px;
	color: #FFFFFF;
}

.postclanky h2 {
	background: url(images/clanky_bg_top_right.jpg) no-repeat right top;
	height: 32px;
	padding: 8px 0 0 15px;
	letter-spacing: -.1px;
	color: #FFFFFF;
}

.post-bgbtm {
	background: url(images/editorial_bottom_right.jpg) no-repeat right bottom;
}

.postclanky-bgbtm {
	background: url(images/editorial_bottom_right.jpg) no-repeat right bottom;
}

.post-bgbtm-last {
	color: #000000;
	border: none;
	background: #D4D4D4 url(images/editorial_bottom_left.jpg) no-repeat left top;
}

.postclanky-bgbtm-last {
	color: #000000;
	border: none;
	background: #D4D4D4 url(images/editorial_bottom_left.jpg) no-repeat left top;
}


.post .title {
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000000;
}

.post .title a {
	color: #000000;
	border: none;
}


.postclanky .title {
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000000;
}

.postclanky .title a {
	color: #000000;
	border: none;
}

.post .meta {
	border-bottom: 1px dashed #B5DEF4;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

.postclanky .meta {
	border-bottom: 1px dashed #B5DEF4;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

.rubriky {
float:right;
padding-right: 10px;
}

.rubriky {
float:right;
padding-right: 10px;
}

.post .entry {
	padding: 10px 10px 15px 10px;
	text-align: justify;
	color:#333333;
}

.post .entryclanky {
	padding: 10px 10px 15px 10px;
	text-align: justify;
	background:d4d4d4;
	color:#333333;
}

.clanky {
	height: 42px;
	background:url(images/img10_clanky.jpg) top left no-repeat;
	
}

.clanky h2{
	height: 32px;
	
	background:url(images/img10_clanky_h2.jpg) top right no-repeat;
	padding: 8px 0 0 30px;
	letter-spacing: -.5px;
	color: #ffffff;
}

	
	
	/* KONEC Nastavení vzhledu clánku, nadpisu, textu */
	

/* NASTAVENÍ VZHLEDU LEVÉHO PANELU */



#sidebar {

	padding: 12px 20px 0 20px;
	color: #000000;
	
}

#sidebar h3 {
	color: #000000;
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	margin-top: 13px;
}

#sidebar p {
color: #000000;
	font-size:12px;
	line-height:11px;
	padding-top: 10px;
	
	}
	


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}


.podklad_nadpisu {
	background: url(images/nadpis_top_left.jpg) no-repeat left top;
	
}


.podklad_nadpisu h2 {
	height: 28px;
	padding: 2px 0px 0px 25px;
	background: url(images/nadpis_top_right.jpg) no-repeat right top;
	font-size: 18px;
	letter-spacing: -.5px;
	color: #FFFFFF;
}



.podklad_nadpisu_novinky {
	background: #4E4E4E url(images/nadpis_top_left_novinky.jpg) repeat left top;
	
}


.podklad_nadpisu_novinky h4 {
	
	padding: -2px 0px 0px 7px;
	background: #4E4E4E url(images/nadpis_top_right_novinky.jpg) no-repeat right top;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -.2px;
	color: #FFFFFF;
}

.novinky {
border:#999999 1px solid;
}












#sidebar p {
	padding-bottom: 15px;
	line-height: 12px;

}

#sidebar a {
	color: #417FDA;
	border: none;
	margin-top:5px;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}	
	
/* KONEC NASTAVENÍ VZHLEDU LEVÉHO PANELU */	

/*ZACÁTEK NASTAVENÍ VZHLEDU PRAVÉHO PANELU */
#rightcolumn {
	
	padding: 12px 20px 0 20px;
	color: #000000;
	
}

.podklad_nadpisu {
	background: url(images/nadpis_top_left.jpg) no-repeat left top;
	
}


.podklad_nadpisu h2 {
	height: 28px;
	padding: 2px 0px 0px 25px;
	background: url(images/nadpis_top_right.jpg) no-repeat right top;
	font-size: 18px;
	letter-spacing: -.5px;
	color: #FFFFFF;
}
/* KONEC NASTAVENÍ VZHLEDU PRAVÉHO PANELU */
	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		background:url(images/bg_footer_repeat.jpg) repeat-x;
		height: 118px;
		width:100%;

	}
	#footer p {
		padding:10px;
		margin:0;
	}
	
	
	