
body {
	background-color: #9BC3A8;
	font-family: Arial;
	font-size: 13px;
	line-height: 150%;
	color: Black;
	background-image: url(images/web/background.gif);
	background-repeat: repeat-y;
	padding: 0px; 
}

.body_foto {
	background-color: #9BC3A8;
	background-image: none;
	text-align: center;
	padding-top: 30px; 
}

.main{
	position: absolute;
	width: 1000px;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
}

.left{
	position: absolute;
	width: 175px;
	height: 100%;
	left: 0px;
	top: 0px;
	text-align: left;
	padding-left: 15px;
	padding-top: 110px;
	background-image: url(images/web/pozadi_kraje.jpg);
	background-repeat: repeat-x;
}

.right{
	position: absolute;
	width: 175px;
	height: 100%;
	left: 825px;
	top: 0px;
	padding-top: 25px;
	line-height: 20px;
	text-align: center;
	background-image: url(images/web/pozadi_kraje.jpg);
	background-repeat: repeat-x;
}

.center{
	position: absolute;
	height: auto;
	width: 650px;
	left: 175px;
	top: 0px;
	background-color: #A8D0B4;
	padding-top: 35px;
	border-left: solid 2px #95BFA1;
	border-right: solid 2px #95BFA1;
	background-image: url(images/web/pozadi_stred.jpg);
	background-repeat: repeat-x;
}

span {
   position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	top: 10px;
	padding: 0px;	
}

h1 {
	font-family: Sylfaen;
	color: #294E34;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

h2 {
	color: Black;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: underline;
}

a:link {color: #294E34; font-weight: bolder;}
a:visited {color: Black; font-weight: bolder;}
a:hover {color: #294E34; font-weight: bold;}

td {
	font-family: Arial;
	font-size: 13px; 
	padding: 10px;
	border: none;
}

.td_kalendar {
	font-family: Arial;
	font-size: 13px; 
	padding: 0;
	border: none;
}
td_clenove {
	font-family: Arial;
	font-size: 13px; 
	padding: 5px;
	border: none;
}

table {
	width: 100%; 
	table-layout: auto;
}

.table_small {
   width: 75%; 
	table-layout: auto; 
	border-collapse: collapse;
}

.menu_foto {
	line-height: 150%;
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	border-bottom: solid 1px #6F9C7D;
	padding: 5px;
	text-align: center;
}

ul { 
	line-height: 200%; 
	list-style-position: outside;
}

