body {
	font-family: sans-serif;
	font-size: 0.8em;
	color: #808080; 
	margin:0;
	padding:0;
	height:100%;
	overflow: hidden; 
}

#title {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height:41px;
	overflow: hidden;
}

#title #titlelogo {
	position: absolute;
	left: 10px;
	top: 3px;
}

#title #titlelogo img {
	border: 0;
}

#titletxt {
	height: 31px;
	position: absolute;
	left: 290px;
	top: 6px;
}

#ptitb {
	width: 20px;
	height: 31px;
	background:url(http://foto.ceskedalnice.cz/res/hdr_left.gif);
	float: left;
}

#ptitc {
	height: 31px;
	background:url(http://foto.ceskedalnice.cz/res/hdr_mid.gif);
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Trebuchet MS', sans-serif;
	color: #808080;
	line-height: 200%;
	padding: 0 20px
}

#ptitd {
	width: 20px;
	height: 31px;
	background:url(http://foto.ceskedalnice.cz/res/hdr_right.gif);
	float: left;
}

#titlesymb {
	width: 44px;
	height: 31px;
	position: absolute;
	right: 10px;
	top: 6px;
	background:url(cd-symbol.jpg);
}



#sidebar {
	position:absolute;
	left:2000px;
	top:41px;
	width: 200px;
	height:400px;
	overflow: auto;
}


#side2 {
	margin: 0px 10px 10px 10px;
	padding: 10px;
	background-color: #f0f0f0;
}

#side2 p{
	margin-top: 3px;
	margin-bottom: 15px;
}


#map {
	position:absolute;
	left:0;
	top:41px;
	width:400px;
	height:400px;
	border-top: 1px solid #008a3f;
	border-right: 1px solid #008a3f;
	background-color: #fcfcfc;
}

#sidebar a {color: #008000; background-color: inherit; text-decoration: underline}
#sidebar a:hover {text-decoration: none}
