body {
	background: url(../images/bg_orange.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: small;
}
#view     { width: 810px; margin: 0 auto; }
#hlavicka {
	position: relative;
	height: 210px;
	outline-color: #00AEEF;
	background-color: #00AEEF;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/top_banner.jpg);
	z-index: 1;
	}
#telo {
	position: relative;
	border-collapse: collapse;
	background: #F6E162;
	border: 5px solid #00AEEF;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 70px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-top: 10px;
	z-index: 0;
}
#paticka {
	height: 75px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/spodek.gif);
	position: relative;
}

#logo {
	background-image: url(../images/drak.gif);
	background-attachment: scroll;
	background-position: left;
	background-repeat: no-repeat;
	width: 174px;
	height: 251px;
	position: absolute;
	z-index: 1;
	left: -125px;
	top: 70px;
}
#uvod {
	position: absolute;
	left: 15px;
	height: 45px;
	top: 150px;
	width: 90px;
	z-index: 2;
}
#filosof {
	position: absolute;
	left: 130px;
	height: 45px;
	top: 150px;
	width: 90px;
	z-index: 2;
}
#program {
	position: absolute;
	left: 245px;
	height: 45px;
	top: 150px;
	width: 90px;
	z-index: 2;
}

#foto {
	position: absolute;
	left: 360px;
	height: 45px;
	top: 150px;
	width: 90px;
	z-index: 2;
}
#sdeleni {
	position: absolute;
	left: 475px;
	height: 45px;
	top: 150px;
	width: 90px;
	z-index: 2;
}
#kontakt {
	position: absolute;
	left: 588px;
	height: 45px;
	top: 150px;
	width: 90px;
	z-index: 2;
}
#cenik {
	position: absolute;
	left: 702px;
	height: 45px;
	top: 150px;
	width: 90px;
	z-index: 2;
}


h1 {
	background-color: transparent;
	color: #00AEEF;
}
h2 {
	background-color: transparent;
	color: #00AEEF;
	text-decoration: underline;
}
h3 {
	background-color: transparent;
	color: #34CB32;
}
a:link {
	color: #09B0F7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09B0F7;
}
a:hover {
	text-decoration: none;
	color: #B313E5;
}
a:active {
	text-decoration: none;
}
