body, html {
	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #F15D22;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#zaklbody {
	position: relative;
	width: 750px;
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: 0px;
}

/* -- header -- */
#header {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
/* -- header - konec -- */

/* -- footer -- */
#footer {
	font-size: 10px;
	text-align: center;
}

#footer a, #footer a:hover, #footer a:active, #footer a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
/* -- footer - konec -- */

/* -- menu -- */
#menu {
	text-align: center;
}

#menu span {
	padding: 0px 90px 0px 90px;
}

#menu a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu a:active {
	font-weight: bold;
	text-decoration: none;
	color: #F15D22;
}

#menu a.sel {
	color: #F15D22;
}
/* -- menu -konec -- */

/* -- obsah -- */
.obsah {
	position: relative;
	width: 738px;
	background-color: #000000;
	padding: 0px 5px 0px 5px;
	border-width: 0px 1px 0px 1px;
	border-color: #FFFFFF;
	border-style: none solid none solid;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.l {
	text-align: left;
}

p {
	margin: 0px 0px 7px 0px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 5px 0px;
}
/* -- obsah - konec -- */

/* -- fotogalerie -- */
#fotogalerie img {
	float: left;
	vertical-align: top;
	margin: 5px 5px 5px 0px;
}

#fotoGal td {
	width: 140px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
}

#foto span {
	padding: 0px 90px 0px 90px;
}
/* -- fotogalerie - konec -- */