/* Layout and visual finesses */

html, body {padding:0; margin:0;}

body {
	background:#5d9ed7;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:0.8em;
	padding:0 0 20px;
}

#back-top {
}


#col {
	margin-left:-425px;
	width:850px;
	background:url(./img/back-column.gif) repeat-y;
	position:fixed; top:0px; left:50%; z-index:1;
	_height:100%;
	min-height:100%;
	display:block;
	_display:none;
}



#main {
	text-align:justify;
	margin:auto;
	width:850px;
	background:url(./img/back-column.gif) repeat-y;
	position:relative; z-index:2;
	_height:100%;
	height:inherit;
}

#footer {
}

#header {
	background:url(./img/main-header.jpg) no-repeat;
	height:193px;
	width:850px;
	position:relative;
	top:0px;
}

#content {
        margin-left: 75px;
	width:753px;
	position:relative;
	padding-bottom:1px;
	z-index:5;
}

#menu {
  float: left;
  width:200px;
  
}

#ccontent {
  float: right;
  width:360px;
}

#main-content {
	margin:15px 60px 52px 10px;
}

#content div {
	padding:1px 15px 12px;
}

#content p {
	padding:1px 0px 12px;
	margin:0;
}

#logotypes {
	width:117px;
	position:absolute;
	margin-left:370px;
	top:29px;
	left:50%;
	z-index:5;
	text-align:center;
}

#logotypes a {
	display:block;
	margin-bottom:25px;
}

#logotypes a img {
	border:none;
}


/* Links, text-based content etc. 
 div.news {
	background:#dae8f6;
	margin:15px 0px; padding:0.3em 0.5em 0em !important;
} */

	

.news {padding:1px 6px; margin:6px 0 2px;}
.news .date {background:url(/design/news-date.gif) no-repeat; float:left; padding:1px 6px 0px; width:100px; text-align:center; font-size:13px; font-weight:bold;}
*>.news .date {width:70px;}
.news .heading {background:url(/design/news-heading.gif) no-repeat left top; padding:1px 6px 0px 151px; font-size:13px; font-weight:bold;}
.news .text {padding:0; margin: 0;}
.news img {float:right; margin:3px 6px 3px 6px;}


div.over {
	/*background:url(/design/fillets/light-back.gif) #dae8f6 repeat;*/
	margin:15px 0px; padding:0.3em 0.5em 0em !important;
}


a, a:link, a:visited {color:#fff;font-weight:bold;}
a:hover, a:focus {background:#f59800;text-decoration:none;font-weight:bold;}

a img, a:hover img, a:focus img {background:none; border:none;}
a:hover img, a:focus img {border:none;}

a.discussion:visited {color:#aaa;}

b {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#fff;
}

hr {
	background:#91b2d3;
	color:#91b2d3;
	height:1px;
	border-color:#dae8f6;
}

*>hr {
	border:none;
}

h1 {
	background:url(./img/h1.gif) no-repeat;
	font-size:18px; font-weight:normal;
	padding:2px 6px; margin:0 0 6px;
}

h2 {
	background:url(./img/h2.gif) no-repeat;
	font-size:14px; font-weight:bold;
	padding:1px 6px; margin:6px 0 2px;
}

h3 {
	font-size:1em; font-weight:bold;
	padding:1px 6px; margin:6px 0 2px;
}

table {
	border:none;
	font-size:1em;
	border-collapse:collapse;
	margin:0.3em 0em;
}

td {
	vertical-align:top;
	padding:0px 8px;
}

th {
	vertical-align:top;
	padding:0px 8px;
}

.date, .site {
	width:100px;
}

.lang {
	width:80px;
}

.link {
	width:280px;
}

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

ul li {
	list-style-position:outside;
	list-style-type:disc;
	list-style-image:url(./design/list-dot.gif);
}

ol li {
	list-style-position:outside;
	list-style-type:upper-roman;
}

ol.results li {
	list-style-position:outside;
	list-style-type:decimal;
}

img {
	border:none;
}

div.short-column {
  width:350px;
  padding:1px 10px 12px 10px;
  margin:0;
	text-align:justify;
}
*>div.short-column{width:320px;}

div.full-column {
  width:640px;
  padding:1px 10px 12px 10px;
  margin:0;
	text-align:justify;
}
*>div.full-column{width:610px;}

div.news {
  width:300px;
	padding:1px 6px; margin:6px 0 2px;
	font-size:0.95em;
}
*>div.news {width:270px;}


#lang-select {
	padding:75px 75px 0 605px;

}

#lang-select a {
	display:block;
	width:83px;
	height:21px;
	padding:1px 0 0 23px;
	text-decoration:none;
	font-weight:normal;
}

*>#lang-select a {height:20px; width:60px;}
#lang-select a:hover, #lang-select a:focus {text-decoration:underline; color:#f59800; font-weight:normal;}
#lang-select a.cz {background:url(./design/lang-cz.gif) no-repeat;}
#lang-select a.en {background:url(./design/lang-en.gif) no-repeat; float:right;}

div#lang-select a.link-roller {
	font-weight:bold; width:auto; padding:10px 0 0 15px;
}

div#lang-select a:hover.link-roller, div#lang-select a:focus.link-roller {
	background:none; font-weight:bold;
}

.highlight {
	font-weight:bold;
	color:#ff9;
}

.highlight a {
	font-weight:bold;
	color:#ff6;
}