body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
a:link {
	color:#305094;
	text-decoration: none;
}
a:visited {
	color:#305094;
	text-decoration: none;
}
a:hover {
	color:#6083C7;
	text-decoration: underline;
}
a:active {
	color:#6083C7;
	text-decoration: none;
}
form {
	padding:0px;
	margin:0px;
}
select {
	background-color:#FEFEFE;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
label {
	cursor:pointer;	
	cursor:hand;
}
pre {
	background-color:#fff;
	color:#000;
	padding:0px 5px 0px 5px;
	border:1px solid #ccc;
	margin:5px;
	
	line-height: 18px; /*--Height of each line of code--*/
	font-size:12px;
	background-image:url(../pic/pre_radkovani.gif); 
	background-repeat:repeat; 
	background-position: left top;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	/*kratilo spodni radek IE 6,7 --- overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}