body {
		margin: 0;
		padding: 0;
		background: #d4d4d4 url('../images/bg.png') 0 0 repeat;
		color: #000;
		font-family: Verdana, "Geneva CE", lucida, sans-serif;
		font-size: 0.8em;
		text-align: center;
}
h1 {
		font-size: 1.3em;
		background: #ccc;
		margin: 0;
		margin-top: 5px;
		padding: 5px;
		border-right: 1.6em solid #af0e13;
}
h2 {
		font-size: 1.1em;
		background: #ddd;
		margin: 0;
		padding: 4px;
		border-right: 1.1em solid #af0e13;
}
h3 {
		font-size: 1em;
		background: #eee;
		margin: 0;
		padding: 3px;
		border-right: 1em solid #af0e13;
}
a {
		color: #af0e13;
}
a:hover {
		color: #6c1316;
}
.refere {
		text-align: center;
}
#head {
		width: 100%;
		height: 115px;
		background: #d4d4d4 url('../images/head-bg.png') 50% 0 repeat-x;
		text-align: center;
}
#headactiv {
		width: 640px;
		margin-left: auto;
		margin-right: auto;
		height: 115px;
		background: #555 url('../images/head.png') 0 0 no-repeat;
}
#menu {
		width: 498px;
		height: 46px;
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
		margin-top: 54px;
		background: url('../images/menu.png') 0 0 no-repeat;
}
#menu li {
		float: left;
		height: 46px;
}
#menu li a {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		padding-top: 9px;
}
#uvod {
		display: block;
		height: 46px;
		width: 98px;
		background: url('../images/menu.png') 0 0 no-repeat;
}
#uvod.active {
		background: url('../images/menu.png') -996px 0 no-repeat;
		color: #af0e13;
}
#uvod:hover {
		background: url('../images/menu.png') -498px 0 no-repeat;
		color: #fff;
}
#sluzby {
		display: block;
		height: 46px;
		width: 100px;
		background: url('../images/menu.png') -98px 0 no-repeat;
}
#sluzby.active {
		background: url('../images/menu.png') -1094px 0 no-repeat;
		color: #af0e13;
}
#sluzby:hover {
		background: url('../images/menu.png') -596px 0 no-repeat;
		color: #fff;
}
#reference {
		display: block;
		height: 46px;
		width: 101px;
		background: url('../images/menu.png') -198px 0 no-repeat;
}
#reference.active {
		background: url('../images/menu.png') -1194px 0 no-repeat;
		color: #af0e13;
}
#reference:hover {
		background: url('../images/menu.png') -696px 0 no-repeat;
		color: #fff;
}
#omne {
		display: block;
		height: 46px;
		width: 101px;
		background: url('../images/menu.png') -299px 0 no-repeat;
}
#omne.active {
		background: url('../images/menu.png') -1295px 0 no-repeat;
		color: #af0e13;
}
#omne:hover {
		background: url('../images/menu.png') -797px 0 no-repeat;
		color: #fff;
}
#kontakt {
		display: block;
		height: 46px;
		width: 98px;
		background: url('../images/menu.png') -400px 0 no-repeat;
}
#kontakt.active {
		background: url('../images/menu.png') -1396px 0 no-repeat;
		color: #af0e13;
}
#kontakt:hover {
		background: url('../images/menu.png') -898px 0 no-repeat;
		color: #fff;
}
#content {
		width: 100%;
		text-align: left;
		background: #fff;
		margin: 0;
		padding: 0;
}
#activcontent {
		width: 640px;
		margin-left: auto;
		margin-right: auto;
		padding: 2px;
}
p.justify {
		text-align: justify;
}
.right {
		text-align: right;
}
.center {
		text-align: center;
}
table.refere {
		width: 100%;
}
table.refere td {
		width: 50%;
}
#foot {
		width: 100%;
		height: 39px;
		text-align: center;
		background: #d4d4d4 url('../images/foot.png') 0 0 repeat-x;
}
#foot p {
		margin: 0;
		padding-top: 18px;
		font-size: 0.9em;
		color: #333;
}
p.drobky {
		font-size: 10px;
}

