/* Header */

#logo {
	width: 159px;
	position: relative;
	top: 22px;
	left: 0;
	z-index: 1;
}

#header-line-image {
	position: absolute;
	left: 0;
	bottom: 0;
}

#header-image {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

#header-logout {
	position: absolute;
	left: 6px;
	top: 4px;
	z-index: 3;
}

#header-content {
	/* - toto je zmenene v header objekte ... background-image: url(../img/bg_header.jpg); */
	background-repeat: no-repeat;
	background-position: top left;
	height: 258px;
	width: 800px;
}

.novisible {
	display: none;
}

#header-right {
	right: 0;
	top: 0;
	position: absolute;
	z-index: 2;
}

#header-newsletter {
	background-color: #0287d4;
	height: 22px;
	width: 220px;
}

#header-newsletter-content, #header-newsletter-content a {
	padding: 3px 0 0 3px;
	color: #fff;
}

#language-content a {
	color: #ed1c2e;
	font-weight: bold;
}

#search-content {
	padding: 10px 0 0 3px;
}


/* Footer */

#footer-content {
	background-image: url(../img/footer_line.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 20px;
	height: 80px;
}

#footer-copyright {
	float: left;
	padding: 10px;
	color: #5b798e;
}

#footer-menu {
	float: right;
	padding: 10px;
	color: #9badba;
}





/* Calendar */
.Calendar {
	font-family: verdana;
	font-size: 11px;
	background-color: #fff;
}
.Calendar a, .Calendar a:link {
	text-decoration: none;
	color: #000;
}
.Calendar a:hover {
	text-decoration: none;
	color: #000;
	text-decoration: underline;
}


/* Primary */

#right-section-content {
	padding: 15px; 
}









/* TitleObject */

#title-container {
	margin-bottom: 18px; 
}

#title-container h1 {
	color: #006bb7;
	font-size: 160%;
}

#title-left {

}

#title-right {

}

#title-image {
	display: none;
}


.captcha-container {
	padding: 5px;	
	margin-top: 10px;
	text-align: center;
	border: 1px solid #EEE;
}

.captcha-container img {
	display: block;
	margin: auto;
}

.captcha-label {
	margin-top: 10px;
	padding-bottom: 15px;
}

.captcha-label div {
	float: left;
	line-height: 20px;
	font-family: tahoma;
}


.captcha-label input {
	float: right;
	margin-left: 10px;
	width: 70px;
	height: 20px;
}