
body{ 
	scrollbar-base-color : #708090;
	margin: 0px;
 }										   
 
table.hlavni{
	width: 700px;
	height: 100%;

}

table.prodej{
	width: 100%;
	border: 2px solid #4682B4;
}

table.prodej a:hover {
	color: white;	
}

table.prodej a:link{
	color: white;	
}

table.prodej a:visited {
	color: white;	
}


.horni img
{
	border-width:0px;
	padding:0px;margin:0px;
}

table.prodej a:active {
	color: white;	
}

td.horni
{
	border-width:0px;
	padding:0px;
	margin:0px;
}

td.popisy {
	color: white;
	background: #708090;
	padding-left: 10px;
	padding-right: 10px;
}

td.popisy a{
	color: white;
}

textarea, input, option {
	background: transparent;
	border: 1px solid #708090;
}

table{
	text-align : left;
	color : #4682B4;
	font-size : 12px;
} 

td.stranka {
	width: 575px;
	padding-top : 15px;
	padding-left : 10px;
	vertical-align: top;
	text-align : left;
	color : #4682B4;
	font : 12px;
	background-position : bottom;
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-image : url("../images/pozadistranka.jpg");
}

td.menu {
	width: 125px;
	padding-top : 15px;
	padding-left: 5px;
	vertical-align: top;
	text-align : left;
	text-decoration : none;
	color : #708090;
	font-family : Fixedsys;
	background-position : bottom;
	background-position : left;
	background-attachment : fixed;
	background-image : url("../images/pozadimenu.jpg");
	border-left-color : #4682B4;
	border-left-style : solid;
	border-left-width : 2px;
	border-right-color : #4682B4;
	border-right-style : solid;
	border-right-width : 2px;
	font : 15px/normal;
}	  
tr.horni{
	/*height : 83px;*/
	background-position : bottom;
	background-repeat : no-repeat;
	/* background-image : url("../images/pozadihorni.jpg");*/
}

tr.horni td{
	border-bottom-color : #4682B4;
	border-bottom-style : solid;
	border-bottom-width : 2px;
}

tr.dolni {
	height: 34px;
	background-position : top;
	background-repeat : no-repeat;
	/*background-attachment : fixed;*/
	background-image : url("../images/pozadidolni.jpg");
}

tr.dolni td{
	border-top-color : #4682B4;
	border-top-style : solid;
	border-top-width : 2px;
}					

table.nadpis tr{
	background-image : url("../images/pozadinadpis.jpg");
	background-repeat : no-repeat;
	/* background-attachment : fixed; */
	background-position : bottom;
	/* font-size : 17.8px; */
	color : #708090;
	font-size : 18px; 
	font-weight:bolder;
	font-family : ArchCE;
}

tr.hlavicka{
	background-color : #708090;
	color : Silver;
}

A:link {color : #708090}
A:visited {color : #708090}
A:active {color : #708090}
A:hover {color : #4682B4}

A 
 {
 	text-decoration: none;
 }