body {
	background: transparent url(img/bg.png) repeat;
	font-family: "Lucida Sans Unicode", sans-serif;
}

a:hover {
	color: #c30;
}

/* struktura */
#package {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	border: black solid 1px
}

/* top */
#top {
	background: #cc6633 url(img/jizd_top.jpg) no-repeat;
	height: 120px;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 5px;
}
#top a {
	display: block;
	height: 100px;
	width: 100px;
}
#top span {
	display: none;

}

/* content */
#content{
	float: right;
	width: 65%;
	border-left: solid 1px white;
	margin-bottom: 2em;
	min-height: 1000px;
}

#content a {
	padding: 0;
}
#content #root {
	padding: 0 1em;
}
#content #root ul {
	padding: 0 2em;
}
#content #root img.fotogal {
	border: 1px solid gray;
	margin: 10px 0;
}
#content #root img.sluzby {
	border: 1px solid gray;
	margin: 0 10px 15px;
	float:right;
}


/* navigace */
#panel {
	float: left;
	width: 30%;
	padding-left: 1em;
	margin-bottom: 2em;
}


/* menu */
ul.menu  {
	padding-left: .1em;
}

ul.menu li {
	border-bottom: 1px solid #999;
	list-style: none;
	padding: .1em;
}

ul.menu li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 1em;
}

ul.menu li a:hover {
	background: #cc6633;
	color: #fff;
	text-transform: uppercase;
}

ul.menu li a#aktualne{
	background: #ff9966;
	font-weight: bold;
}

#ul.menu li a#aktualne:hover{
	font-weight: bold;
	cursor: default;
}

/* zbytek icony */
.newsicon {
	font-weight: bold;
	padding-left: 30px;
	background: url("img/icon_calendar.gif") no-repeat 0px;
	line-height: 20px;
}

.tel {
	padding-left: 1em;
	background: #fff url("img/icon_tel.gif") no-repeat 0px;
	line-height: 1.5em;
}
.mail {
	padding-left: 1em;
	background: #fff url("img/icon_mail.png") no-repeat 0px;
	line-height: 1.5em;
}

fieldset {	
	border: 1px solid #999999;
	padding-left: 1em; 
}

legend {
	margin: 1em 0;
	padding: 0 1em;
	color: #CC6600;
	background: transparent;
	font-weight: bold;
}

div#foot {
	clear: both; 
	background: #ffccaa;
}

p#footer {
	font: normal 80% "Lucida Sans Unicode", sans-serif;
	padding: .6em;
}