*{
	margin:0;
	padding:0;
}
* a {
	color:#EFC302; text-decoration:underline;
}
* a:hover {
	color: #FFF; text-decoration:underline;
}

body{
	background: url("tlo.png") repeat #333;
	font:14px "Trebuchet MS",Verdana,sans-serif;
	color:#fff;
}

hr {
	margin: 1.2em 0 1.0em 0;
}

#page {
	background: url("middle.png") repeat-y top; border: none;
	margin:0 auto;
	width:840px;
	min-width: 840px;
}

#nonfooter{
	position:relative;
	min-height:100%;
}
* html #nonfooter{
	height:100%;
}


#footer{
 	background:transparent url(bottom.png) no-repeat bottom center;
	position:relative;
	margin-top:-25px;
	height:62px;
}

#header{
	height:166px;
	background:transparent url(top.png) no-repeat top center;
}
#header a {
	display: block;
	float: left;
/*	border: 1px dashed red; */
}
#header a#link1 {
	position: absolute;
	margin: 60px 0 0 68px;
	height: 90px;
	width: 90px;
}
#header a#link2 {
	position: absolute;
	margin: 82px 0 0 372px;
	height: 52px;
	width: 264px;
}

.clearboth{
	clear:both;
}

#menu{
	width:120px;
	float:left;
	padding:0 5px 0 47px;
	margin-top:6px;
	margin-bottom: 30px;
}
#menu ul{
	list-style-type:none;
	margin:10px 0 15px 10px; /* 5px; */
}
#menu ul li{
	padding-left:12px;
	margin-top:6px;
}

#content{
	width:560px; /* 580, 560 */
	float:right;
/*	margin: 0 55px 25px 25px; */
	padding: 0 25px 15px 15px; /* 0 i 3x15 */
}

#content h1{
	font:18px "Trebuchet MS",Verdana,sans-serif;
	color:#eee;
	margin:15px 5px 5px 0;
}
#content h2{
	font:14px "Trebuchet MS",Verdana,sans-serif;
	font-weight: bold;
	color:#eee;
	margin:10px 5px 5px 0;
}
#content p{
	color:#eee;
	margin: 0 40px 3px 20px;
	line-height:20px;
}

#bottominfo {
	margin: 60px 20px 20px -40px;
	text-align:center;
}

#lroach {
	margin: 0 40px 0 40px;
}

#map {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 514px;
	height: 540px; /* 487 + linijka na dole */
	position: relative;
}

#map img {
	border:0;
	float: left;
}

.select {
	position: relative;
	float: left;
	border: #666 solid 1px;
	background: #3d3d3d;
	color: #EFC302;
	font-size: 11px;
	padding: 0;
	font-weight: bold;
}

#akthdr {
	color: #EFC302;
}
#akthdr a {
	color: #EFC302;
	text-decoration:none;
}
#akthdr a:hover {
	color: #EFC302;
}

