body {
	background: #CBDBE7;
	margin: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	}
	
p {
	margin: 0;
	}		
	
table, td {
	font-family: Arial, Arial CE, sans-serif;
	font-size: 13px;
	color: #04314F;
	}	
	
a {
	color: #005188;
	}	
	
table.main {
	width: 920px;
	border-collapse: collapse;
	}
	
td.border-main {
	border: 1px solid white;
	}

td.header-left, td.menu {
	width: 267px;
	}
	
td.header-right, td.content {
	width: 633px;
	}
	
td.divider {
	width: 20px;
	background: #6697B8;
	}		

td.header-left {
	height: 60px;
	background: #196294;	
	}	

td.header-right {
	height: 60px;
	background: url('../img/bg_stripped1.gif') repeat-y;	
	}
	
td.header-link {
	height: 20px;
	}
	
td.header-link a {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #04314f;
	}	
	
td.stripped {
	height: 13px;
	background: url('../img/bg_stripped.gif') repeat-y;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff; 	
	}	
	
td.stripped a {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	}		
	
td.menu {
	background: #196294;
	}
	
td.content {
/* 	padding: 15px;	*/	
	background: #EAF1F5;
	}
	
td.content div.content {
	width: auto;
	padding: 15px;
	}
	
td.menu a {
	text-decoration: none;
	}
	
td.menu a:hover {
	text-decoration: underline;
	}
	
td.footer {
	height: 30px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	border-top: 1px solid #fff;
	background: #04314F;
	}
	
table.menu {
	width: 240px;
	border-collapse: collapse;
	margin: 15px 0 25px 0;
	}
	
table.menu td.menu-link {
	background: #4C85AB;
	padding: 3px;
	border-bottom: 1px solid #196294;
	}

table.menu td.menu-link a {	
	font-size: 11px;
	color: #fff;
	}
	
table.menu td.menu-link-active {
	background: #B7D3E6;
	padding: 3px;
	border-bottom: 1px solid #196294;
	}

table.menu td.menu-link-active a, table.menu td.menu-link-active a:hover {	
	font-size: 11px;
	color: #AB2A2A;
	text-decoration: none;
	}	
	
table.menu td.menu-link a:hover {	
	text-decoration: none;
	color: #04314F;
	}
	
table.submenu {
	width: 100%;
	border-collapse: collapse;
	}
	
table.submenu td.submenu-link {
	background: #EFF3F7;
	padding: 3px;
	border-bottom: 1px solid #ffffff;
	}
	
table.submenu td.submenu-arrow {
	background: #EFF3F7;
	border-bottom: 1px solid #ffffff;
	}	

table.submenu td.submenu-link a {	
	font-size: 11px;
	color: #000000;
	}
	
table.submenu td.submenu-link a:hover {	
	text-decoration: none;
	color: #005188;
	}		
	
td.content .title {
	font-weight: bold;
	margin: 10px 0;
	}
	
td.content .page-title {
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0 10px 0;
	}	
	
td.content p {
	margin-bottom: 7px;
	}		
	
td.content .example {
	margin: 20px 0;
	padding: 10px;
	background: #FCFDFE;
	border: 1px solid #517DAA;
	border-bottom: 2px solid #517DAA;
	border-right: 2px solid #517DAA;
	}
	
td.content .example p {
	margin-bottom: 7px;
	}	
	
td.content .example .title {
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #333;	
	}
	
.odpovede {
	margin: 15px 0px;
	padding: 10px;
	background: #fff;
	border: 1px solid #517DAA;
	}
	
div.odpovede1 div {
	padding: 10px;
	}

.odpovede-item {
	margin: 0;
	padding: 0;
	font-family: monospace;
	font-size: 12px;
	color: #003399;
	}

div.odpovede .title {
	padding: 0;
	margin: 0 0 10px 0;
	}	

div.odpovede p {
	padding: 0;
	margin-bottom: 5px;
	}	
	
table.parametre {
	width: 100%;
	}

td.parametre-item {
	font-weight: bold;
	padding: 0 0.5em 0 1em;
	}	

td.parametre-desc {
	padding: 0 0 0.5em 1em;
	text-indent: -0.5em;
	}
	
.url {
	margin: 15px 0;
	padding: 5px;
	background: #fff;
	}
	
.upozornenie {
	padding: 0;
	margin: 15px 0;
	}	
	
table.zoznam {
	width: 100%;
	border-collapse: collapse;
	}
	
td.zoznam-header-item, td.zoznam-header-desc, td.zoznam-item, td.zoznam-desc {
	border: 1px solid #094B79;
	padding: 0.25em;
	}
	
td.zoznam-header-item, td.zoznam-header-desc {
	color: #ffffff;
	background: #4C85AB;
	}	

td.zoznam-header-item, td.zoznam-item {
	width: 70px;
	font-weight: bold;
	text-align: center;
	}		

td.zoznam-header-desc {
	font-weight: bold;
	}	
	
td.zoznam-item, td.zoznam-desc {
	background: #DBE6EE;
	}