/* CSS layout */

body {
	background-color:#FFFFFF;
	background-image:url('');
	text-align:left;
	margin:10px;
}

h1 a {
	font-size:1.1em;
	font-weight:bold;
	color:#33679A;
	letter-spacing:2px;
	padding-bottom:25px;
}

h2, #footer-image {
	display:none;
}

/* BASIC LAYOUT */
div { position:relative; }

#master {
	position:relative;
	width:900px;
	font-size:0.75em;
	text-align:left;
	background-color:#FFFFFF;
}

#header {
	background-color:#FFFFFF;
	float:left;
}

#languages ul {
	margin-top:5px;
	margin-left:50px;
	list-style-type:none;
	float:left;
}

#languages li {
	display:block;
	position:relative;
	width:22px;
	height:15px;
	margin-left:5px;
	float:left;
}

#top-menu li {
	clear:left;
	margin-left:15px;
}

#top-menu a {
	text-decoration:none;
}

#top-menu .selected a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

#text-area {
	position:relative;
	color:#000000;
	width:630px;
	min-height:350px;
	margin-top:15px;
	margin-bottom:10px;
	z-index:1;
}

#text-area ul {
	margin-top:25px;
	margin-bottom:45px;
}


#text-area li {
	margin-bottom:7px;
	margin-left:20px;
	line-height:16px;
}

#text-area .moduly li {
	line-height:8px;
}

#text-area ul.moduly {
	margin-top:5px;
	margin-bottom:25px;
}

#text-area ul.switch {
	margin:0px;
	padding:0px;
}

#text-area ul.switch li {
 list-style-type:none;
	list-style-position:inside;
	border-left:1px solid #000000;
	margin:0px;
	margin-left:0px;
	padding-left:10px;
	padding-right:10px;
	white-space:nowrap;
	float:left;
}

#text-area li.selected {
	font-weight:bold;
	text-decoration:underline;
}

* html #text-area {
	height:350px; /* IE min-height */
}

#left-bar {
	margin-top:20px;
}

#left-menu {
	font-size:1em;
	margin-top:5px;
	margin-left:10px;
	padding-bottom:5px;
}

#left-menu ul {
	padding-bottom:1px;
}

#left-menu li {
	padding-top:3px;
	padding-bottom:3px;
	white-space:nowrap;
}

#left-menu .selected {
	font-weight:bold;
}

#contact {
	margin-left:15px;
	margin-top:15px;
}

.orange-box {
	font-size:0.95em;
	width:202px;
	height:58px;
	background:url("/cz/images/orange-box.gif") 0px 0px no-repeat;
	margin-left:15px;
	margin-top:15px;
}

.orange-box span {
	display:block;
	position:absolute;
	width:200px;
	height:58px;
	left:1px;
	top:6px;
	z-index:1;
	cursor:pointer;
}

.orange-box a {
	display:block;
	padding-top:20px;
	padding-left:20px;
	line-height:16px;
}

span.esf {
	background:url("/cz/images/esf.gif") 0px 0px no-repeat;
}

span.testy {
	background:url("/cz/images/testy.gif") 0px 0px no-repeat;
}

* html .orange-box a {
	padding-top:22px; /* IE */
}

#footer {
	margin-top:20px;
	clear:both;
}

#copyright {
	color:#000000;
	text-align:left;
	padding-top:5px;
}

.break {
	clear:both;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.float-image {
	font-size:0.9em;
	font-style:italic;
	float:right;
}

.float-image img {
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #999999;
}

.news-img img {
	float:right;
	margin-left:10px;
}

.news-margin {
	margin-bottom:25px;
}

