* {
	margin: 0;
	padding: 0;
}
	/* font-size: 75%;
	max-width: 975px;
	min-width: 590px;
*/
html {
	height: 100%;
	font-size: 75%;
}
body {
	height: 100%;
	width: 100%;
	font-family: "Arial CE", Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	margine: auto;
}
#page {
	position: relative;
	width: 975px;
	margin: 10px auto;
	text-align: left;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #000066;
}
#page-head-left {
	position: relative;
	width: 155px;
	height: 62px;
	margin: 0px;
	/* background-image: url("images/left.gif");
*/
	float: left;
}
#page-head-middle {
	position: relative;
	width: 735px;
	height: 62px;
	margin: 0;
	background-image: url("images/middle.gif");
	float: left;
}
#page-head-right {
	position: relative;
	width: 85px;
	height: 62px;
	margin: 0;
	background-image: url("images/right.gif");
	float: left;
}
#page-head-menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	margin: 2px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	background: #3399CC;
	color: #000066;
	float: left;
	font-size: 24px;
	font-variant: small-caps;
	text-align: center;
}
#page-column-left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	margin: 0px 0px;
	padding: 5px 1px 5px 1px;
	float: left;
}
#page-column-middle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 561px;
	margin: 0px 0px;
	padding: 5px;
	float: left;
}
#page-column-right {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	margin: 0px 0px;
	padding: 5px 1px 5px 1px;
	float: left;
}
hr {
	color: #3399CC;
}
p {
	margin: 0px 0px 5px 0px;
}
b {
	color: #000066;
	;
}
a:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
ul {
	margin-left: 16px;
}
ol {
	margin-left: 30px;
	padding: 5px 0px 5px 0px;
}
.submenu {
	text-indent: 10px;
	font-variant: small-caps;
}
.nadpis {
	font-size: large;
	color: #000066;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 5px 0px;
}
.podnadpis {
	font-size: medium;
	color: #000066;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 5px 0px;	
}
.podpodnadpis {
	font-size: small;
	color: #000066;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 5px 0px;	
}

.zvyrazneni {
	color: #000066;
	font-weight: bold;
	font-style: italic;
}
.publikace {
	font-size: medium;
	font-weight: normal;
	color: #000066
}
.autor {
	font-size: medium;
	font-weight: normal;
	color: #000066
}
.popis {
	font-size: x-small;
	font-weight: normal
}
.anotace {
	font-size: small;
	font-weight: normal
}
.okraje {
	margin: 5px 5px;
}