a {
	text-decoration: none;
}
a:link {
	color: #006020;
}
a:visited {
	color: #006020;
}
a:active {
	color: #008000;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

li {
	padding-bottom: 5px;
}

/*----------------------------------------------------------------------------*/

/* Telo dokumentu */
body {
	height: 100%;
	font-family: Tahoma;
	background: #ffffff url("../img/mraky.jpg") repeat;
	color: #000;
	text-align: center;
	min-width: 760px
}

body h1 {
	font-size: 20px;
	color: #004000;
}
body h2 {
	font-size: 16px;
}
body h3 {
	font-size: 12px;
}

/* zakladni plocha */
#base {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #cfc url("../img/main.jpg") repeat-y
}

/* hlavnicka - logo */
#head {
	height: 140px;
	background: #fff url("../img/head.jpg") no-repeat;
}

/* hlavni obrazovka */
#main {
	width: 750px;
	text-align: left;
}

/* pruh s polozkami */
#band {
	text-align: center;
	padding: 2px 10px 2px 10px;
	margin: 0px;
	background: #004000;
	color: #eeffee;
	font-size: 13px;
}
#band a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background: #eeffee;
	padding: 0px 10px 0px 10px;
}
#band a:link {
	color: #004000;
	background: #eeffee;
}
#band a:visited {
	color: #004000
}
#band a:active {
	color: #004000
}
#band a:hover {
	color: #000000;
	background: #ffffff
}

/* navigacni sloupec */
#nav {
	width: 190px;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #000000;
}
#nav strong {
	color: #004000;
}

/* kontakty na levem panelu */
#contact {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #004000;
	border-right: 1px solid #004000;
	font-size: 11px;
	margin: 15px 15px 20px 20px;
	padding: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 140px;
	background: #dfc url("../img/rect2.jpg");
}
#contact a {
	text-decoration: none;
}
#contact a:link {
	color: #000000;
}
#contact a:visited {
	color: #000000;
}
#contact a:active {
	color: #008000;
}
#contact a:hover {
	color: #004000;
	text-decoration: underline;
}

/* prezentacni cast */
#present {
	font-size: 86%;
}

/* vlastni text */
#text {
	margin: 0px 10px 0px 200px;
	left: 50px;
	line-height: 1.5;
	padding: 10px 20px 5px 10px;
	font-size: 12px;
	text-align: justify;
	background: #fff;
}

/* paticka */
#foot {
	width: 760px;
	margin: 0 auto;
	height: 50px;
	text-align: right;
	position: relative;
	clear: both;
	background: url("../img/foot.jpg") no-repeat;
	font-size: 13px;
	color: #004000;
}
#foot a {
	text-decoration: none;
}
#foot a:link {
	color: #004000;
}
#foot a:visited {
	color: #004000;
}
#foot a:active {
	color: #008000;
}
#foot a:hover {
	color: #000;
	text-decoration: underline;
}

/* poznamka */
#note {
	float: right;
	height: 100%;
	padding-right: 30px;
	padding-top: 15px;
}


/*----------------------------------------------------------------------------*/

/* menu na levem panelu */
.menu {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #004000;
	border-right: 1px solid #004000;
	margin: 20px;
	padding: 1px;
	text-align: center;
	width: 140px;
	background: #dfc url("../img/rect2.jpg");
}

.menu a {
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	font-size: 86%;
	text-align: left;
	display: block;
	border-color: #555;
	border-width: 1px;
	border-top-style: solid;
}
.menu a:link {
	color: #004000;
}
.menu a:visited {
	color: #004000;
}
.menu a:active {
	color: #008000;
}
.menu a:hover {
	color: #000;
	background: #eeffee;
	text-decoration: none;
}


/* informacni okenko */
.info {
	border-top-style: solid;
	border-top-color: #004000;
	border-top-width: 1px;
	font-size: 12px;
	color: #444444;
}
.info td {
	font-size: 12px;
	color: #444444;
}


/* format data */
.date {
	color: #004000;
}

/* Odkaz NAHORU */
.up {
	color: white;
	text-align: right;
	border-bottom: 2px solid #004000;
	padding: 10px 0px 0px 0px;
}
.up a {
	text-decoration: none;
	font-size: 13px;
	background: #004000;
	padding: 2px 10px 2px 10px;
	font-family: Tahoma;
}
.up a:link {
	color: #eeffee;
}
.up a:visited {
	color: #eeffee;
}
.up a:active {
	color: #eeffee;
}
.up a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* novinky */
.news {
	padding: 10px;
	background: #f8fff8;
	border-top: 1px solid #004000;
	border-bottom: 1px solid #004000;
	margin-bottom: 10px;
}

