a, a:link, a:visited {
	color: navy;
}

body, table {
	font-family: Arial CE, Arial, sans-serif;
	font-size: 80%;
	color: black;
	background-color: #D9E4E8;
}

div {
	text-align: left;
}

div.copy {
	clear: both;
	font-size: smaller;
	margin: auto;
	width: 770px;
	text-align: center;
}

div#hlavicka {
	width: 760px;
	height: 110px;
	margin: auto;
}

div#telo {
	width: 760px;	
	margin: auto;
	clear: both;
	position: relative;
	overflow: hidden;
	background-color: #AEC4D2;
}

div#obsah {
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	position: relative;
	width: 620px;
	padding: 4px;
	padding-left: 8px;
	overflow: hidden;
	background-color: #D9E4E8;
	height: 100%;
}

h1, h2 {
	font-size: 17px;
	color: #003399;
	background-color: #C5D9E2;
	padding: 1px;
}

h2 {
	font-size: 15px;
	}
	
table {
	font-size: 100%;
}