html  {
	scrollbar-track-color: #FF6633;
	scrollbar-face-color: #FF6633;
	scrollbar-highlight-color: color;
	scrollbar-3dlight-color: #660000;
	scrollbar-darkshadow-color: #FF6633;
	scrollbar-shadow-color: #660000;
	scrollbar-arrow-color: #FFCCCC;
	background-color: #FF6634;
}

body {
	text-align: left;
  overflow: -moz-scrollbars-vertical;  
  overflow-y: auto;
	margin: 0px;
	padding: 0px;
	background: #FF6733;
	
	font-family: Georgia;
	font-size: 13px;
	color: #660000;
}

.obal{
	width: 725px;
	height: 575px;
	position: relative;
  background-image: url('../image/foto.jpg');
	
}

.obsah{
	position:absolute; left:0; top:75; width:725; height:525;
	overflow: auto;
	text-align: center;
	
}

.menu{
	position:absolute; left:0; top:50; width:725; height:40;
}

A:link {
	COLOR: #660000;
	text-decoration: none;
}
A:visited {
	COLOR: #660000;
	text-decoration: none;
	}
A:hover {
	COLOR: #FFCCCC;
	text-decoration: none;
}
a:active {
	color: #FFCCCC;
}

p{
	text-align: center;
	font-family: Georgia, ;
	font-size: 13px;
	color: #660000;
	margin: 0px 0px 0px 0px;
	padding: 6px 12px 6px 12px
}