body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #3366FF;
	text-align: center;

	scrollbar-arrow-color: #535353;
	scrollbar-base-color: #757575;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #E3E3E3;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #757575;
	scrollbar-track-color: #F8F8F8;
}

#master {
	font-family: Arial, Helvetica, sans-serif;
	width: 770px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #10319a;
	text-align: center;
	background-color: #3366FF;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	width: 770px;
	height: 200px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #00FF00;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	background-color: #3366FF;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
	width: 766px;
	padding: 0px;
	margin: 0px;
	border-left: 2px solid #10319a;
	border-right: 2px solid #10319a;
	border-bottom: 2px solid #10319a;
	border-top: 0px solid #10319a;
  /* -moz-border-radius: 10px; */
 	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	background-color: #3366FF;
}

#menu {
	width: 766px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid red; 
	text-align: center;
	background-color: #10319a;
}

#content {
  width: 680px;
	padding: 15px 15px 15px 15px;
	margin: 30px 20px 20px 30px;
	border: 0px solid #00FF00;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	background-color: #10319a;
}

#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

#content p {
		text-indent: 30px;
		text-align: justify;
		margin-bottom: 5px;
		margin-top: 5px;
}

#content a {
	color: #FFFFFF;
	text-decoration: underline;
}

#content a:hover {
	color: #DEDEDE;
	text-decoration: none;
}

#content ul {
  text-align: left;
  text-indent: 10px;
  line-height: 2em;
  list-style-type: square;
}

#content ul a {
  text-decoration: underline;
	color: #DEDEDE;
}

#content ul a:hover {
  text-decoration: none;
	color: #FFFFFF;
}

#footer {
	width: 766px;
	padding: 3px 0px 3px 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #10319a; 
	color: #FFFFFF;
	text-align: center;
	background-color: #10319a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #DEDEDE;
	text-decoration: none;
}

#footer a:hover {
	color: #DEDEDE;
	text-decoration: underline;
}

.nadpis1 {
  border-bottom: 2px dotted #DEDEDE;
  text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	padding: 5px 0px 5px 0px;
}

.nadpis2 {
  text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
}

.nadpis2 a {
	text-decoration: none	! important;
}

.popis {
  text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}

.cap:first-letter {
  color: #FF0000;
}