/* null padding & margin - start */
body, p, h1, h2, h3, h4, h5, ul, li, hr, form {
	margin: 0px;
	padding: 0px;
}
/* null padding & margin - end */

body {
	background-color: white;
	text-align: center;
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, "Lucida Grande CE",
		"Helvetica CE", lucida, sans-serif;
	font-size: 11px;
	color: #002D5D;
	padding-top: 20px;
}
td, th {
	font-size: 11px;
}

#container {
	width: 770px;
	margin: 0 auto;
	background-color: #EDF3F9;
	text-align: left;
	background-image: url('../images/bg_body.png');
}

/* horizontální bloky - start */

#header {
	height: 99px;
	background: url('../images/header_main.png');
}

#subheader {
	height: 62px;
	background: url('../images/bg_subheader.png');
	padding-top: 1px;
}
#main {
	background: url('../images/bg_stars.png') no-repeat;
}
#footer {
	background: #DCEAF7;
}

/* horizontální bloky - end */


/* vertikální bloky - start */
#main .column {
	float: left;
}
#main .left {
	width: 146px;
	padding-bottom: 1px;
}
#main .right {
	width: 180px;
}
#main .text {
	width: 436px;
	line-height: 140%;
}
/* vertikální bloky - end */

/* header - start */
#header h1 a span {
	display: none;
}
#header h1 a {
	display: block;
	height: 99px;
	width: 280px;
	margin-left: 115px;
}
#languageSelect {
	float: right;
	margin-top: 16px;
	margin-right: 19px;
	list-style: none;
	font-family: "Times New Roman";
	font-size: 12px;
	color: white;
}
#languageSelect li {
	float: left;
	padding-left: 4px;
}
#languageSelect li a {
	height: 23px;
	color: #6cbee4;
	padding-right: 4px;
	text-decoration: none;
}
#languageSelect li.active a {
	color: white;
}
#languageSelect li.czech a {
	height: 23px;
	width: px;
	border-right: 1px solid #1f5784;
}
#languageSelect li.english a {
	height: 23px;
	width: px;
	border-right: 1px solid #1f5784;
}
#languageSelect li.german a {
	height: 23px;
	width: px;
}
/* header - end */

/* menu - start */
#mainmenu ul {
	width: 146px;
	list-style: none;
}
#mainmenu li {
	border-top: 2px solid #EDF3F9;
	width: 146px;
	position: relative;
	float: left;
}
#mainmenu li a {
	height: 2.25em;
	line-height: 2.2em;
	padding: 0 11px;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #002D5D;
}
#mainmenu .submenu {
	position: absolute;
	top: -2px;
	left: 170px;
	width: 172px;
	background-color: #EDF3F9;
	visibility: hidden;
}
#mainmenu .level1 {
	left: 146px;
}
#mainmenu .submenu ul {
	width: 170px;
}
#mainmenu .submenu ul li {
	width: 100%;
}
#mainmenu .submenu li a {
	text-align: left;
}
#mainmenu a.normal {
	background: #DCEAF7;
}
#mainmenu a.normal:hover {
	background: #CCE1F3;
}
#mainmenu a.reversed {
	background: #CCE1F3;
}
#mainmenu a.reversed:hover {
	background: #DCEAF7;
}

#sub_menu {
	list-style: none;
	margin-top: 14px;
	margin-bottom: 20px;
	padding-left: 11px;
}
#sub_menu li {
	padding-left: 12px;
	background: url('../images/bullet_square_lightblue.png') 0 0.45em no-repeat;
	margin-bottom: 1.2em;
	color: #007EC6;
}
#sub_menu li a {
	color: #002D5D;
}
#sub_menu li a:hover {
	color: #007EC6;
}
/* menu - end */

/* search - start */
#searchForm {
	margin: 20px 0 0 596px;
}
#searchForm input {
	margin: 0px;
}
#searchForm input.text {
	width: 112px;
	vertical-align: top;
	border: 1px solid #007EC6;
	background-color: #EDF3F9;
	color: #007EC6;
}
#searchForm input.image {
	margin-top: 1px;
}
#searchForm > p > input.image {  /* invisible for IE */
	margin-top: 0px;
}
/* search - end */

/* obsah - start */
#main .text p, #main .text h2, #main .text h3, #main .text h4,
#main .text .navigation, #main .text table
{
	margin-left: 14px;
	margin-right: 14px;
}
#main .text .navigation {
	margin-top: 0.5em;
	color: #007EC6;
	margin-bottom: 2.3em;
}
#main .text .navigation a {
	color: #002D5D;
}
#main .text a {
	color: #002D5D;
}
#main .text a:hover {
	color: #007EC6;
}
#main .text p {
	margin-bottom: 1.3em;
	text-align: justify;
}
#main .text p.moreinfo {
	margin-top: -1.1em;
	font-weight: bold;
}
#main .text p.moreinfo a {
	text-decoration: none;
}
#main .text p.moreinfo i {
	font-style: normal;
	color: #007EC6;
}
#main .text h2 {
	color: #007EC6;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0.7em;
}
#main .text h3 {
	font-size: 13px;
	color: #007EC6;
	margin-bottom: 0.2em;
}
#main .text h3.newsdate {
	font-size: 11px;
	color: #002D5D;
}
#main .text h4 {
	font-size: 11px;
	color: #007EC6;
}
#main .text ul {
	margin-bottom: 1.3em;
	list-style: none;
}
#main .text ul li {
	padding-left: 28px;
	padding-right: 14px;
	background: url('../images/bullet_square_lightblue.png') no-repeat;
	background-position: 16px 0.5em;
	text-align: justify;
}
#main .text ul li.biggerMargin {
	margin-bottom: 1em;
}
#main .text table {
	margin-bottom: 1.3em;
}

#main .right {
	padding-top: 26px;
}
#main .right h3 {
	font-size: 14px;
	color: #007EC6;
	margin-bottom: 0.6em;
	margin-left: 14px;
}
#main .right p {
	margin-bottom: 1.3em;
	margin-left: 14px;
}
#main .right p.partners {
	text-align: center;
	padding-right: 6px;
}
#main .right p.partners img {
	margin-bottom: 1.3em;
}
#main .right img {
	border: 0;
	margin-bottom: 0.5em;
}
#main .right ul.basic {
	margin-bottom: 3.5em;
	list-style: none;
}
#main .right ul.basic li {
	padding-left: 31px;
	background: url('../images/bullet_square_lightblue.png') no-repeat;
	background-position: 18px 0.5em;
}
#main .right ul.basic li a {
	color: #002D5D;
}
#main .right ul.basic li a:hover {
	color: #007EC6;
}
/* obsah - end */

#footer {
	padding: 2em 0;
}
#footer p {
	color: #007EC6;
	margin-left: 159px;
	line-height: 1.5em;
}
#footer i {
	color: #002D5D;
	font-style: normal;
}
#footer a {
	color: #007EC6;
}
#footer a:hover {
	color: #002D5D;
}

.cleaner {
	height: 1px;
	clear: both;
}
