/* type selectors */

body {
	font-family: sans, verdana, helvetica, arial, geneva, sans-serif;
	font-size: 1em;
	color: black;
	text-align: right;
}

a {
	text-decoration: underline; 
	color: #1050a4;
}

a:hover {
	color: red;
}

img {
	border: none;
}

/* id selectors */

#page {
	position: relative;
	text-align: left;
	height: auto;
/*	width: 75%;*/
	padding: 5px 10px 0px 10px;
/*	margin-right: auto;*/
	margin-left: 8em;
	border: 1px solid #AAAAAA;
	visibility: visible;
	display: block;
	background: white;
}

#back {
	position: absolute;
	top: 5em;
	text-align: left;
	padding: 5px 10px 5px 10px;
	width: auto;
	border: 1px solid #AAAAAA;
	display: block;
}

#header {
	clear: all;
	text-align: center;
	color: gray;
}

#footer {
	clear: both;
	text-align: center;
	color: gray;
}

/* class selectors */

.center {
	text-align: center;
}

.graycenter {
	text-align: center;
	color: gray;
}

.invisible, .invisible a {
	display: none;
	background: #fff;
	color: #fff;
}

.gray {
	color: gray;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.email {
	font-style: italic;
}

.right {
	text-align: right;
}

.datum {
	font-weight: bold;
}

.small {
	font-size: 8px;
	line-height: 8px;
}

.tab {
	padding-left: 20px;
}

.ablue {
	color: #1050a4;
}

.nadpis {
	text-decoration: none;
	color: black;
}

p.oznam {
	padding-left: 25px;
}

h4.otazka {
	font-weight: bold;
}

div.odpoved {
	font-weight: normal;
	padding-left: 20px;
}

tr.hlavicka {
	background-color: gray;
}

tr.neparny {
	background-color: #DDDDDD;
}

tr.parny {
	background-color: #D0D0D0;
}

table.centertable {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
