body {
	padding-right: 0px;
	padding-left: 0px;
	/*background: #9CBDD8;*/
	background: #9CBDD8 url("images/bg_body.gif") left top repeat-x;
	padding-bottom: 0px;
	margin: 0px;
	font: 0.8em/1.6em arial ce, arial;
	color: black;
	padding-top: 0px;
	text-align: center;
}

#main {
	border: 0px solid;
	margin: 0px auto;
	width: 760px;
	text-align: left;
}

/* hlavička */
#header {
	background: #4682b4;
	color: white;
}
#header h1 {
	padding-right: 0px;
	display: block;
	/*padding-left: 20px;  */
	padding-bottom: 0px;
	margin: 0px;
	width: 760px;
	/*padding-top: 15px; */
	position: relative;
	height: 110px;
	_height: 110px;
}
#header h1 span {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	z-index: 1;
	background: url(images/zahlavi.gif);
	left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 760px;
	cursor: hand;
	padding-top: 0px;
	position: absolute;
	top: 0px;
	height: 110px;
}

/* horizontální menu */
div#menudiv{
	margin: 0px;
	padding-left: 1px;
	padding-right: 1px;
	background-color: black;
	height: 25px;
}

/* navigační proužek */
#navipath{
	clear: both;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	color: #CC7B00;
	/*	color: gray;*/
	background: #FDF5E6;
	font: 0.9em arial ce, arial;
}

/* spodní menu */
#bottommenu{
	font-size: 8pt;
	color: White;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: black;
	vertical-align: top;
}

/* hlavní obsah */
#content{
	clear: both;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	background-color: White;
}

/* patička */
#footer {
	/*clear: both;*/
	background: #4682b4;
	background-image: url('images/zapati.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	color: white;
	padding: 10px 10px 25px 10px;
	font-size: 10pt;
	text-align: left;
	/*border-left: 1px solid Black;
	border-right: 1px solid Black;*/
}

/* odkazy */
a {
	text-decoration: underline;
	color: #6699cc;
}
a:hover {
  text-decoration: none;
	color: #6699cc;
}
a img {
  border:none;
}
#header a, #bottommenu a {
	color: white;
	text-decoration: none;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: white;
}
#navipath a{
	color: #696969;
}
.aktunadpis a {
	text-decoration: none;
}

/* nadpisy */
h1 {
	font-size: 18pt;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #4682b4;
}
h2 {
	font-size: 14pt;
	padding-left: 35px;
	background-image: url('images/bg_h2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 30px;
	color: #D8B79C;
}
h3 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 3px;
	color: #6699cc;
	background-color: #ecf0fc;
	padding: 2px 5px 1px 5px;
	border: 1px solid #6699cc;
	clear: left;
	margin: 10px 0 10px 0;
}
h4 {
	font-size: 12pt;
	color: black;
	padding-left: 30px;
	background-image: url('images/bg_h4.gif');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
}
h5 {
	font-size: 17pt;
	color: #6699cc;
}

/* seznamy */
ul li {
	list-style: circle;
}

.right {
	text-align: right;
	padding: 10px 0px 10px 0px;
}

/* formulářové prvky */
input, select {
	font-family: Arial CE, Arial;
  font-size: 12px;
}
form {
  margin-bottom: 0px;
  margin-top: 0px;
}
textarea {
  font-family: Arial CE, Arial;
  font-size: 12px;
}

/* aktuality */
.aktulichy {
	background: white;
	padding: 5px;
}
.aktusudy {
	background: #ecf0fc;
	padding: 5px;
}
.aktunadpis {
	font-size: 12pt;
	font-weight: bold;
	color: #6699cc;
	padding-left: 20px;
	background-image: url('images/bg_nadpisaktu.gif');
	background-repeat: no-repeat;
	background-position: left top;
	/*line-height: 13px;*/
}
.clanekuvod {
	background-color: #ecf0fc;
	padding: 2px 5px 1px 5px;
	border: 1px solid #6699cc;
}

/* fórum */
.forumprispevek {
	background-color: #ecf0fc;
	padding: 3px 5px 3px 5px;
	margin-top: 10px;
	border: 1px solid #6699cc;
}
.forumodpoved {
	font-size: 11px;
	color: #6699cc;
  margin-left: 25px;
  margin-top:3px;
}
.forumperson {
	font-size: 14px;
  color: #6699cc;
	font-weight: bold;
}

/* kandidátka */
.obrkandidat {
 /*float: left;*/
 background: url('images/img_background.gif') top left repeat;
 margin: 6px;
}
.obrkandidat img{
  display: block;
  position: relative;
  left: -6px;
  top: -6px;
  border: 1px solid gray; /* rámeček */
  background-color: #fff;
  padding: 5px;
}
.detailkandidat {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
	background-color: white;
	color: black;
	text-align: left;
}

/* písmo v tabulkách */
.tabulka {
	font-size: 12px;
}

/* stránkování */
#pageNav {
  padding-top: 5px;
  text-align: left;
}
#pageNav a {
  background: #ecf0fc;
  color: #069;
  text-decoration: none;
  padding: 2px 6px 3px 6px;
  border: 1px solid #9cbdd8;
}
#pageNav a:hover {
  border-color: #4682b4;
}

