/* -----------------------------------------------------------------

	cic
	version: 1.0

----------------------------------------------------------------- */
a { text-decoration: underline !important; }
/* -----------------------------------------------
	Basic styles
----------------------------------------------- */

.clearBoth {
	display: none;
}


/* -----------------------------------------------
	Layout
----------------------------------------------- */

body {
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	font-size:13px;
}

#container {
	width:16cm;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


/* -----------------------------------------------
	Header
----------------------------------------------- */

/* Menu Top */

#menu-top {
  display: none;
}

/* Flags */

#flags {
	display: none;
}

/* search */

#search-top {
	display: none;
}

/* Logo */

#logo {
	width:302px;
	height:101px;
}

/* Main Menu */

#main-menu {
	  display: none;
}

/* Sub Menu */

#sub-menu {
	display: none;
}

/* Banner */

#banner, #banner-page {
	display: none;
}

/* -----------------------------------------------
	Footer
----------------------------------------------- */

#footer {
	display: none;
}

/* -----------------------------------------------
	Content
----------------------------------------------- */

#content {
	margin: 5px;
	padding: 5px;
}

.col-img {
	float:left;
	margin:0 10px 7px 0;
}

.content-col p {
	clear:both;
  margin-bottom:10px;
}

.content-col {
	margin-right:50px;
	float:left;
}

.content-col.first, .content-col.last {
  display: none;
}

.content-col h2 {
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:2.5em;
  border-bottom:1px solid;
}

.content-col h3 {
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:.25em;
}

.content-col.middle h2,.content-col.full h2 {
	margin-bottom:2.5em;
}

.content-col.middle h3, .content-col.full h3 {
	font-family:Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:1em;
}

.content-col.middle h4,.content-col.full h4 {
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:.25em;
}

a.more {
	font-weight:bold;
}

.content-col h3.page-nav-header,.content-col h3.page-nav-header a {
	font-size:12px;
	font-weight:bold;
  margin-left:1em;
}

.navigace {
  text-align: center;
  width: 600px;
  font-weight: bold; 
}

.navigace a {
	text-decoration:underline;
	font-weight: bold;
}

.center { text-align: center; }
.cervena { font-weight: bold; }

/* CAPTCHA */
#result { width: 300px; margin: 0 0 35px 0; padding: 10px 20px; font-weight: bold; }
#change-image { font-size: 0.8em; }