body  {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	color: #E1D6D4;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 0.8em;
}
/*		ODKAZY		*/
a {
	color: #DCA54F;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background: #DCA54F;
}

h1 {
	font-size: 2em;
	margin-top: 15px;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 120%;
}
/*		POZICOVANI		*/
#all_site {
	width: 771px;
	margin: auto;
}

#header {
	margin: 0;
	padding: 0;
	width: 771px;
}
#header_info {
	width: 411px;
	float: left;
}
#header_aktuality {
	float: left;
	width: 233px;
	height: 68px;
	padding: 0 0 0 20px;
	background: url(../images/header/header_aktuality.jpg) no-repeat;
	font-size: 0.9em;
	color: #623919;
}
#header_gps {
	float: left;
	width: 158px;
	height: 68px;
	background: url(../images/header/header_gps.jpg) no-repeat;
}
#header_aktuality .akt_datum {
	color: #623919;
	text-decoration: none;
	font-size: 0.95em;
	margin-top: 7px;
	display: block;
}

#header_aktuality a {
	color: #623919;
	text-decoration: none;
	margin-top: -2px;
	display: block;
	font-weight: bold;
}
#webcamera {
	/* width: 196px; */
}
#webcam_akt_img {
	width: 78px;
	float: left;
	margin: 0 2px 0 0;
	border: 1px solid #AA7E40;
}
#webcam_line {
	clear: both;
	width: 196px;
	margin: 10px 0 10px 0;
}
#header_logo {
	float: left;
	width: 411px;
}
#header_foto {
	width: 360px;
	float: right;
}
#menu {
	margin: 0;
	padding: 0;
	clear: both;	
	height: 33px;
}
#menu > a{
	display: block;
	float: left;
}
#menu > .menu_left{
	background: url('../images/menu/menu_left.gif');
	width: 46px;
	height: 33px;
	float: left;
}

.menu_right{
	background: url('../images/menu/menu_right.gif') no-repeat;
	width: 146px;
	padding-left: 10px;
	height: 33px;
	float: left;
	line-height: 33px;
	font-weight: bold;
	font-size: 11px;
}

#main {
	margin: 0;
	padding: 0;	
	background: #3D1F0A url(../images/konec_obsahu.gif) no-repeat bottom;
}
#content {
	width: 515px;
	float: left;
	padding: 0px 20px 10px 20px;
	background: #3D1F0A;
}

#news {
	width: 196px;
	float: left;
	background: #503825 url(../images/konec_novinek.gif) no-repeat bottom;
	padding: 15px 5px 10px 15px;
	font-size: 0.85em;
}
div.correct {
	width: 771px;
	height: 3px;
	clear: both;
	visibility: hidden;
	background: #3D1F0A;

}
#footer {
	text-align: center;
	font-size: 0.85em;
	padding: 0 0 10px 0;
}

/*		NOVINKY		*/
.news_nadpis {
	color: #E1D6D4;
	font-weight: bold;
	margin: 10px 0 0 0;
}
p.news_popis {
	margin: 0;
	padding: 0;
}
a.news_vice {
	font-weight: bold;
	background: url(../images/sipka.gif) no-repeat 0 3px;
	padding: 0 0 0 7px;
}

/*		AKCE		*/
.akce_datum {
	margin: 20px 0 0 0;
	font-size: 0.9em;	
}
.akce_nadpis {
	color: #E1D6D4;
	font-weight: bold;
	margin: 3px;
	padding: 0;
}
p.akce_popis {
	margin: 5px 0 0 10px;
}
a.akce_vice {
	font-weight: bold;
	background: url(../images/sipka.gif) no-repeat 0 5px;
	padding: 0 0 0 8px;
	margin: 0 0 0 10px;
}
/*		PRIPOMINKY		*/
.pripominky_jmeno {
	color: #E1D6D4;
	font-weight: bold;	
}
.pripominky_datum {
	font-size: 0.9em;
	float: right;
	width: 150px;
	text-align: right;
}
.pripominky_text {
	margin-top: 10px;
}
.sudy_prispevek {
	padding: 5px;
	background: #503825;
}
.lichy_prispevek {
	padding: 5px;
	border: 1px solid #503825;
}
.str_aktualni_cislo {
	font-weight: bold;
	color: white;
}
.str_navigace {
	font-weight: bold;
	font-size: 1.1em;
	color: #F0D8B3;
}
