body {
	margin: 0px;
	font-family: sans-serif;
	font-size: 11px;
	background-image: url(../images/bgr.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
#hlavicka {
	width: 760px; height: 138px;
	background-image: url(../images/hlavicka.png);
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
}
#hlavicka h1 {
	margin: 0px;
	padding: 8px 120px;
	color: #cb4a2c;
	font-size: 26px; 
}
#menu {
	width: 640px; height: 40px;
	margin: 7px 0px 10px 120px;	
}
#menu ul {
	margin: 0px; padding: 0px;
	list-style: none;
}
#menu li {
	display: block;
	width: 75px; height: 35px;
	margin: 5px; padding: 2px;
	border: solid 1px #00875C;
	text-align: center;
	float: left;
}
#menu li a {
	text-decoration:none;
	font-weight: bold;
}
#menu li a:hover {
	color: #cb4a2c;
}
#menu li.zde {
	background-color: #00875C;
}
#menu li.zde a {
	color: #FFFFFF;
}
#lang {
	width: 80px;
	margin: 5px 15px;
	height: 15px;
	text-align: right;
	float: right;
}
.hp {
	position : relative;
	left : 90px;
	width : 655px;
	padding : 10px 10px 10px 10px;
	background-color : #D8D8D8;
	line-height: 1.5em;
}
h1.nadpis {
	display: inline;
	padding: 3px;
	font-size: 16px;
	background-color: #CCCCCC;
	border: 1px solid #00875C;
	color:#00875C
}
h2 {
	font-size: 14px;
}
p {
	padding : 0px;
	font-weight : bolder;
}
.cervena {
	color : #CB4A2C;
}
.zelena {
	color : #00875C;
}
ul {
	padding: 0px 20px;
	list-style : disc;
	list-style-position : outside;
}
#kontakt td  {
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	background-color: #DFDFDF;
}
.foto {
	margin: 0px 10px;
	float: left;
}
.spacer {
	clear: both;
}
a {
	color: #00875C;
	font-weight: bold;
}
img {
	margin: 0px; padding: 0px;
	border: none;
}
