body {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 75%;
	font-family: Tahoma, "Verdana CE", Verdana,  "Arial CE", Arial, sans-serif;
	color: #18336f;
	background: url(../img/bg_body.gif) repeat-x #8a98b8;
	}

* {	margin: 0; padding: 0;}

h1, .h1like {font-size: 1.8em; font-weight: normal; border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; background: url(../img/bg_top.gif) repeat-y; padding: 7px 0; margin-bottom: 15px;}
	h1 span, .h1like span {background: url(../img/sipky.gif) no-repeat 0 8px; padding-left: 18px;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5, h6, h7 {font-size: 1em;}

h2, h3, h4, h5, h6, h7 {margin-bottom: 10px; color: #18336f;}

.left	{text-align: left;}
.center	{text-align: center;}
.right	{text-align: right;}
.clr	{
	clear: both;
	margin-top: -1px;
	position: relative;
	padding: 0;
	height: 0;
	border: none;
	overflow:hidden;
	visibility: hidden;
	}

a {color: #18336f;}
a:hover {color: #ff7700;}
img {border: none;}
	#content img {margin-bottom: 15px;}
p {margin-bottom: 15px;}

option {padding-right: 7px;}

img.lft {
	float: left;
	margin: 0 10px 10px 0;
	}

img.rgt {
	float: right;
	margin: 0 0 10px 10px;
	}

#content ul, #content ol {margin: 0 0 15px 15px;}
	#content ul ul, #content ol ol {margin: 0 0 0 15px;}
	
	/* ***** IE6 italic bug hack ***** */

/* \*/

.WYSIWYGContentBody {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}

/* */
	
/* tabulka bezna */
table {
	border: 1px solid #c1cad9;
	border-collapse: collapse;
	font-size: 1em;
	margin-bottom: 15px;
	}	
	th, td {
		padding: 5px 10px;
		vertical-align: top;
		border-bottom: 1px solid #c1cad9;
		}
		th {background: #e2e8f4;}
		td {background: #fcf7f2;}
		
table strong {
	color: #ff7700;
	
	}
/* tabulka bez formatovani */
table.noformat {
	border: 0;
	border-collapse: collapse;
	}
	table.noformat th, table.noformat td {
		padding: 5px 10px;
		vertical-align: top;
		border: 0;
		}
		
#h_menu, #search, #sidecol {display: none;}