* {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	text-align: center;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: black;
	margin: auto;
	display: block;
}

#container {
	width: 755px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;

	position: relative;
	text-align: left;
}

#container a {
	text-decoration: none;
}

#container a:hover {
	text-decoration: underline;
}

#header {
	width: 755px;
	height: 204px;
	background-image: url(img/header/header_bground.jpg);
	background-position: center top;
	background-color: black;
}

/* ======================== MENU ======================== */

#menu_container {
	width: 755px;
	height: 76px;
	background-color: black;
	border: 0;
	margin: 0;
	padding: 0;
}

#menu_container div.menu_row {
	height: 38px;
}

#menu_container div.menu_row div {
	display: inline;
}

#menu_container img{
	border: none;
}

.menu_item {
	behavior: url("IEmen.htc");
/* Toto bude třeba změnit, -4px je dočasné řešení problému mezery mezi jednotlivými prvky hlavní nabídky */
	/*margin-right: -4px;*/
	margin-right: 0px;
	margin-left: -4px;
	border: 0px red solid;
}

.menu_item div {
	padding: 3px 3px 3px 6px;
	background-color: rgb(4,36,21);/*#3F4307;*/
	border: 1px black solid;
	position: absolute;
	width: 150px;
	visibility: hidden;
	display: none;
	z-index: 100;
	filter: Alpha(opacity=85, style=0);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.menu_item div span {
	display: block;
}

.menu_item a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

}

.menu_item:hover div {
	visibility: visible;
	display: block;
}

.menu_item div img {
	visibility: visible;

}


/* ======================== SUBCONTAINER ======================== */

#subcontainer {
	padding: 0;/*0 100px 0 100px;*/
	margin: 0;
	width: 755px;
	min-height: 180px;
	height: auto;
	background-image: url(img/main/main_bground.jpg);
	background-repeat: repeat-y;
	text-align: justify;
	padding-bottom: 1em;
	position: relative;
	z-index: 10;
	/*border: 1px solid red;*/
	/*padding-top: 3px; /* Z nepochopitelných důvodů je nutné nastavit padding-top více jak 0, jinak je obsah moc blízko hornímu okraji a celý DIV je odsunut dolů*/
}

#content {
	/*width: 580px;*/
	width: 640px;
	height: auto;
	text-align: left;
	padding-left: 55px; /* Nemůže použít "auto" kvůli IE6 !!!!!! */
	padding-right: 55px;
	/*margin-left: auto;
	margin-right: auto;*/
	line-height: 130%;
	color: black;
	float: none;
	margin: 0;
}

#content div.text {
  margin: 0px 0 10px 16px;
  padding-top: 10px;
  /*border: 1px solid black;*/
	/*padding: 7px 5px 3px 10px; /* padding-top: 2px - Je nutné z důvodu správného vykreslování pozadí DIVu v IE6 */
}

#content div.text p {
	padding: 3px 3px;
	margin-bottom: 8px;
	/*border: 1px solid black;*/
}

#content div.text div.foto {
	margin-top: 20px;
	text-align: center;
}

#content h3 {
	font-size: 13px;
	margin-bottom: 0px;
}

#content h2 {
	text-align: left;
}

#content h2.nadpis {
	text-align: left;
	font-size: 18px;
	font-variant: normal;
	font-weight: normal;

	position: absolute;
	top: -20px;
	left: 65px;
	display: block;
	z-index: 999;
	border: 0;
	border-bottom: 1px dashed #CCCCCC;
	width: 150px;
	padding-bottom: 4px;
}

/*ul.submenu_seznam {
	margin-left: 30px;
	list-style: none;
}
ul.submenu_seznam a {
	font-size: 14px;
	line-height: 1.4em;

	font-weight: bold;
}*/

#right_sidebar {
	position: relative;
	top: -5px;
	float: right;
	margin-left: 5px;
	text-align: right;
	width: auto;
	z-index: 1;
}

#right_sidebar p {
	border: none;
	margin: 0;
	padding: 2px 1px;
}

#right_sidebar a {
	color: #CD3301;
}

#logon_info {
	/*display: block;*/
	text-align: right;
	/*float: right;*/
	position: relative;
	z-index: 8;
	border: 1px #505050 solid;
	margin: 0;
	padding: 0 2px 0 2px;
	background-color: #FFDC4F;

	height: auto;
	/*width: 25px;*/
	min-width: 25px;
	/*margin-left: 0;*/

}

/* ===== Postranní panel (Základní informace)===== */
#info {
	width: 156px;
	padding: 5px 7px;
	font-size: 10px;
	margin-top: 1ex;
	/* z-index: 1;*/
	text-align: center;
	line-height: 1em;
}

#info #info_content {
	background-image: url(img/main/news_text.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 10px 8px;
	text-align: left;
}

#info .first_row {
	padding-top: 10px;
	font-size: 11px;
	margin-bottom: 4px;
}

#info .first_row a {
  color: #000000;
  font-weight: bold;
}

#info .inner_row {
	margin-top: 0px;
  font-weight: bold;
  color: #361304;
  /*font-size: 9px;*/
}

#info .last_row {
/*	padding-bottom: 5px;*/
  margin-top: 0px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #bbbbbb;
}

#info .info_item {


}

/* ======= FOOTER ======= */
#footer {
	background-image: url(img/footer/footer_bground.jpg);
	background-repeat: no-repeat;
	height: 61px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 755px;

	/*color: #FFDC4F;*/
	text-align: center;
	padding-top: 4px;
}

#footer .logon_info {
	display: inline;
	text-align: right;
	margin: 0;
	padding: 0 2px 0 2px;
}

/* ======= FOTOGALERIE ======== */
#fotogalerie {
	padding: 30px 0 0 0;
  text-align: left;
}

#fotogalerie .galerie {
  width: 100%;
  height: auto;
}

#fotogalerie .fotka_galerie {
  float: left;
  height: 220px;
  width: 260px;
  background-image: url(img/gallery_title.jpg);
  background-repeat: no-repeat;
  text-align: center;
}

#fotogalerie .fotka_galerie img {
  margin-left: 0px;
  margin-top: 43px;
}

#fotogalerie .text_galerie {
  margin-left: 280px;
  padding-top: 20px;
  width: 350px;
  font-size: 12px;
}

#fotogalerie .text_galerie div {
  margin-top: 12px;
}

#fotogalerie .text_galerie h1 a {
  font-size: 18px;
  font-weight: bold;
  color: black;
}

#fotogalerie .datum_galerie {
  font-size: 10px;
  margin-top: -8px;
}
/*==========================================================================*/


#fotogalerie table.vypis_fotek {
  border: 1px solid #DDDDDD;
  margin: auto;
}

#fotogalerie table.vypis_fotek td {
	padding: 5px; /*border: 1px #909090 dotted;*/
	border: 1px dashed #E7E7E7;
	text-align: center;
}


#fotogalerie table {

	/*padding: 10px;*/
	/*empty-cells: hide; /*border: 1px #909090 dotted;*/
	/*border: 1px #000000 solid;*/

	border-collapse: collapse; /*background-color: #efefef;*/
}


#fotogalerie_index {
	border: 0;
	padding: 5px;
}

/* ========= G-BOOK ============ */
#gbook {
  text-align: left;
}

#gbook .gbook_item {
  width: 543px;
  margin: auto;
}

#gbook .gbook_header {
  height: 45px;
  background-image: url(img/gbook/guestbook_header.jpg);
  background-repeat: no-repeat;
}

#gbook .gbook_footer {
  height: 4px;
  background-image: url(img/gbook/guestbook_footer.jpg);
  background-repeat: no-repeat;
}

#gbook .gbook_text {
  padding: 2px 15px;
  font-size: 11px;
  line-height: 21px;
  background-image: url(img/gbook/guestbook_text.jpg);
  background-repeat: repeat-y;
}

#gbook .gbook_from {
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 30px;  
}

#gbook .gbook_date {
  float: left;
  margin-left: 10px;
  margin-top: 25px;
  font-size: 11px;  
}

#gbook .gbook_input {
  width: 200px;
  border: 1px solid #999999;
}

#gbook .gbook_textarea {
  width: 538px;
  height: 60px;
  border: 1px solid #999999;
}

#gbook .gbook_form {
  margin-left: 50px;
  margin-bottom: 10px;
}

#gbook .button {
  border: 2px solid #999999;
}

#gbook #navigace {
  width: 543px;
  margin: auto;
  margin-bottom: 10px;

}

#gbook #navigace a {
  color: black;
  background-color: rgb(235,233,237);
  border: 2px solid #999999;
  padding: 3px;
  line-height: 2em;
}

#gbook #navigace a:hover {
  text-decoration: none;
}


#gbook #navigace .right {
  float: right;
  text-align: right;
}

#gbook #navigace .left {
  float: left;
  text-align: right;
}

/* ========== E-camp prihlaska =========== */
#e-camp_prihlaska .button {
  border: 2px solid #999999;
}

/* ========== Aktuality =========== */
#aktuality .aktuality_polozka {
  width: auto;
  height: auto;
  margin-bottom: 30px;
}

#aktuality .aktuality_nazev {
  display: block;
  width: 100%;
  background-image: url(img/news_title.jpg);
  background-repeat: repeat-y;
  border-left: 5px solid black;*/
  height: auto;
  margin-bottom: 10px;
}

#aktuality .aktuality_nazev a {
  width: 100%;
  display: inline;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 5px;
  font-size: 18px;
  color: black;
  font-weight: bold;
  position: relative; /*  Je potřeba tady použít position:relative s nulovyma souradnicema, jinak IE nezobrazi znaky jako "g, j", ktere zasahuji pod linku */
  top: 0px;
  left: 0px;
}

#aktuality .aktuality_nazev a:hover {
  text-decoration: none;
}

#aktuality .aktuality_text {
}

#aktuality .aktuality_datum {
  float: left;
  font-size: 10px;
  height: 15px;
  width: auto;
  padding-right: 10px;
  color: #996600;
}


/* ================================ */
#login_form{
	border: 1px black solid;
	padding: 10px 0px 10px 0px;
}

#login_form table{
	margin-left: auto;
	margin-right: auto;
	position: relative;

}

/* ====== V-TEAM ======== */
#v-team div.v-team_clen {
  margin: 20px 0 30px 0;
  border-top: 1px solid #EFEFEF;
}

#v-team div.v-team_clen img {
  border: 1px dashed #DDDDDD;
  padding: 3px;
  margin: 10px;
}

#v-team p {
  text-align: justify;
}

#v-team p.jmeno {
  font-weight: bold;
  text-align: left;
}

#v-team p.datum_narozeni {
  font-size: 10px;
  color: #777777;
  margin-top: -10px;
} 


/* ====== ODKAZY ======== */
ul#links {
  padding-top: 13px;
	list-style-type: none;
	list-style-position: inside;
}

ul#links li {
	padding-bottom: 5px;
}

ul#links a {
	font-size: 13px;
	font-weight: bold;
}

ul#links a span {
	font-size: 11px;
	color: #444444;

}

.nadpis-odkazy {
	text-align: left;
	font-size: 18px;
	font-weight: normal;

  margin-top: 25px;
  margin-bottom: -5px;
	position: relative;
	left: -20px;
	display: block;
	border: 0;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 4px;
}


/* ====== A ======= */
a {
	text-decoration: none;
	font-weight: normal;
	/*color: #CD3301;*/
	color: #AA0D01;

}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.status {
	color: red;
	font-weight: bold;
}

.textarea {
	width: 100%;
}

.button {
	text-align: center;
}

.form {
	border: 2px rgb(123,123,123) solid;
	padding: 1em 1ex 1ex 1ex;
	margin-left: auto;
	margin-right: auto;
}

.form_hint {
	font-size: 0.8em;
	color: rgb(204,0,0);
}

#navigace_zpet {
	line-height: 10px;
}

.clear {
  clear: both;
}
