/* CSS Document */

/* ---------------------- H, p, a -------------------------- */

.clear {
	clear: both;
}

body {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #6A6A6A;
}

h1, h2, h3 {
	font-family: Verdana;
	font-weight: bold;
	color: #519594;
}

p {
	margin-top: 0;
	text-align: justify;
}

h2, h3 {
	margin-bottom: 0;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

form {
	margin: 0;
}

a {
	color: #519594;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

table tr td, table tr th {
	padding: 2px 4px;
	border: 1px solid #519594;
}

table tr th {
	color: white;
	background: #519594;
}

a img {
	border: none;
}

/* --------------------- design ---------------------------- */

body {
	margin: 0;
	text-align: center;
	background: url('../Images/Design/body-back-background.jpg') left top;
}

.all-body {
	padding: 1px 1px 0 1px;
	background: url('../Images/Design/body-background.jpg') repeat-x left top;
}

.top-links {
	width: 950px;
	height: 30px;
	_height: 35px;
	padding: 5px 0 0 0;
	margin: 0 auto;
	text-align: left;
}

.top-links .left {
	float: left;
}

.top-links .right {
	float: right;
}

.all {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #242424;
	border-right: 1px solid #242424;
	background: white;
}

.head {
	height: 182px;
	background: url('../Images/Design/head.jpg') no-repeat left top;
}

.body {
	margin-top: 5px;
	background: url('../Images/Design/body-in-background.jpg') repeat-x;
}

.body-in {
	width: 100%;
	_height: 604px;
	min-height: 604px;
}

.content {
	width: 693px;
	_width: 723px;
	padding: 10px 20px 10px 10px;
	float: right;
}

.logos {
	height: 149px;
	margin: 15px 0 5px 0;
	background: url('../Images/Design/logos.jpg') no-repeat center top;
}

.logos img {position: relative; top: -220px; left: 50px;}
/*#ctl00_Akutne {position: relative; top: 500px; left: 40px;}*/

.foot {
	font-size: 11px;
	padding: 20px;
	color: white;
	background: url('../Images/Design/foot-background.jpg') repeat-x;
}

.foot .left {
	float: left;
}

.foot .right {
	float: right;
}

/* -------------------- Top Menu ------------------------- */

.menu-top {
	text-transform: uppercase;
	height: 46px;
	background: url('../Images/Design/top-menu-background.jpg') no-repeat left top;
}

.menu-top ul {
	margin: 0;
	padding: 0;
}

.menu-top ul li {
	list-style: none;
	display: inline;
} 

.menu-top ul li a {
	padding: 12px 15px;
	display: block;
	float: left;
	color: white;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	background: url('../Images/Design/top-menu-item.jpg') no-repeat right center;
}

.menu-top ul li a.last {
	background: none;
}

/* ----------------Left Menu ----------------------------- */

.menu {
	width: 207px;
	min-height: 150px;
	_height: 150px;
	float: left;
	padding: 10px;
	background: url('../Images/Design/left-menu-background.jpg') no-repeat left bottom;
}

.menu ul {
	margin: 0;
	padding: 0;
	border-top: 1px dashed gray;
}

.menu ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dashed gray;
	background: url('../Images/Design/left-menu-item.jpg') no-repeat 2px 14px;
}

.menu ul li a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	color: #519594;
	padding: 8px 10px 7px 15px;
}

.menu ul li.ActiveItem a {
	font-weight: bold;
}

.menu ul li a:hover {
	color: #242424;
}

.menu ul li ul {
	border: none;
}

.menu ul li ul li {
	background: none;
}

.menu ul li li {
	border: none;
}

.menu ul li li a {
	font-size: 12px;
	padding-left: 30px;
}

.menu ul li li li a {
	padding-left: 40px;
}

.menu ul li li li li a {
	padding-left: 50px;
}

/* -------------------------------- Callendar ----------------------------------- */

.right-cover {
	width: 200px;
	float: right;
}

.right-cover .prihlaska {
	margin-top: 20px;
}

.callendar-cover {
	font-size: 0.8em;
	color: #519594;
	border: 1px solid #B5CED9;
}

.callendar-cover h2, .callendar-cover h3 {
	margin: 0;
}

.callendar-cover h2 a {
	text-decoration: none;
}

.callendar-head {
	height: 42px;
	background: url('../Images/Design/callendar-head.jpg') no-repeat left top;
}

.callendar-body {
	padding: 5px;
	background: url('../Images/Design/ccb.jpg') repeat-x left bottom;
}

.callendar-body p {
	margin-top: 4px;
}

/* -------------------------------- Home Page ------------------------------------- */

.home-page-content {
	float: left;
}

.top-links .home {
	font-size: 16px;
	text-decoration: none;
}

/* -------------------------------- News ------------------------------------------ */


.home-page-news {
	width: 450px;
	flaoat: left;
	margin: 10px 0 10px 0;
	padding: 20px 0 10px 0;
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
}

.home-page-news .date-small {
	margin: 0 10px 0 0; 
	padding: 0 10px 0 0; 
	float: left;
	color: #519594;
	border-right: 1px solid #519594; 
}

.home-page-news .titPageLeft, .home-page-news .titPageRight {
	margin-bottom: 30px;
}

.home-page-news .titPageLeft .bold, .home-page-news .titPageRight .bold {
	margin-bottom: 10px;
}

.home-page-news .bold {
	font-weight: bold;
}

.home-page-news .bold a {
	text-decoration: none;
}

.home-page-news .bold a:hover {
	text-decoration: underline;
}

/* ------------------------------ Head -------------------------------------------- */

.head-item {
	float: left;
	margin: 4px 10px;
}

/* ----------------------------- Pages -------------------------------------------------- */

table.form tr td, table.form tr th, table.partners tr td, table.partners tr th {
	border: none;
}

.more-button {
	margin: 10px 0;
}

/* ---------------------------- ZVYRAZNENI AKTUALITY ID=253 ---------------------------- */

.id-253, .id-263 {
	padding: 5px;
	background: #F7FBFA;
	border: 2px solid #B5CED9;
}

.id-263 {
	background: #F7FBFA url('../../Images/17CSARIM_ban176x176.jpg') no-repeat 290px 30px;
}

.id-253 a, .id-263 a {
	color: red;
}