* {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	
}

/* obecne */
body {
	font-family: sans-serif;
	text-align: center;
	background-color: #d2691e;
	padding: 10px;
}

a {
	color: #ba611f;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}

p {
	text-align: justify;
	background-color: transparent;
	text-indent:2em;
}

hr {background-color: #f9f4b5;
    border-width: 0px;
    height: 1px;
    color: #f9fb5k;
	 margin-top: 5px;
	 margin-bottom: 10px;
	 }

.kurziva {
	font-style:italic;
}

.tucne {
	font-weight:bold;
}
/* konec obecne*/

#telo {
	width: 950px;
	margin: auto;
	padding: 20px;
	background-color: #d2691e;
}
	
/*hlavicka*/	
#hlavicka {
	width: 100%;
	height: 188px;
	float: none;
	text-align: center;
	border-top: 1px solid white;
	border-left: 1px solid white;
	margin-bottom: 20px;
	
}

#hlavicka #logo {
	width: 225px;
	height: 183px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	}

#nadpis {
	width:670px;
	float: right;
	text-align:center;
	}

#hlavicka H1 {
	margin-top: 70px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 50px;
	color: #f9f4b5;
}


/*konec hlavicky*/

/*menu*/
#menu {
	width: 230px;
	float: left;
	text-align: center;
	
}

#menu li {
	list-style: none;
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	text-align: center;
	background-color: #f9f4b5;
}

#menu li:hover {
	list-style: none;
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	border-bottom: 2px solid #5f7da0;
	border-right: 2px solid #5f7da0;
	text-align: center;
	background-color: white;
}

/*konec menu*/

/*hlavni cast*/
#hlavniNadpis {
	width: 660px;
	float: right;
	padding: 10px;
	margin-top: 5px;
	text-align: justify;
	border-top: 1px solid #f9f4b5;

	border-bottom: 1px solid #f9f4b5;
}

#hlavniNadpis H1 {
	text-align: center;
}


#hlavni {
	width: 660px;
	float: right;
	padding: 10px;
	margin-bottom: 20px;
	text-align: justify;
	
}

#hlavni H1, H2, H3, p {
	background-color: transparent;
	margin-bottom: 5px;
	margin-top:5px;
}

.aktualita {
			
			width:100%;
			padding: 5px;
			border-bottom: 1px solid #f9f4b5;
	}
	
	.aktualita .obrazek {
	text-align: center;
	padding: 5px;
}
	
	.datum {
	width: 100%;
	text-align: right;
	padding:5px;
	font-size: 0.8em;
	
}

#hlavni a {
	color:black;
	text-decoration:underline;
	
}

#hlavni a:hover {
	text-decoration: underline;
	color: blue;
	text-transform: none;
}

#hlavni table {
	background-color: White;
	border: 2px solid Black;
	border-collapse: collapse;
	width: 600px;
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;
	}
	
	#hlavni table td, th {
	padding: 3px;
	border: 1px solid Black;
	border-collapse: collapse;
	background-color: White;
}

#hlavni li {
	margin-left: 20px;
}

/*konec hlavni casti*/

/*paticka*/
#paticka {
	clear: both;
	height: 25px;
	width: auto;
	font-size: 0.8em;
	text-align: left;
	padding: 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}

	#paticka a {
	color:black;
	text-decoration:underline;
	
}

#paticka a:hover {
	text-decoration: underline;
	color: red;
	text-transform: none;
}
	
#datum {
width: 350px;
	float:left;
}

#adresa {
width: auto;
float:right;	
}
/*konec paticky*/