a {
	text-decoration : none;
	color : #F7FFAB;
}

a:hover {
	color : #FFFF41;
}

body {
	color : White;
	background-color : #575741;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin : 0px;
	padding: 0px;
}

img {
	border : 0px;
}

h1 {
	font-size : 12px;
	color : White;
	letter-spacing : 3px;
	font-style: italic;
	margin-bottom : 10px;
	margin-top : 40px;
	text-align : left;
}

.roman {
	text-align : left;
        list-style-type : upper-roman;
}

.italic {
	font-style: italic;
        text-align: left;
	margin-bottom : 10px;
}

#title {
	text-align : center;
}

#content {
	margin-left : 15%;
	margin-right : 15%;
	text-align : center;
}

.bld {
	letter-spacing : 2px;
}

.bold {
	font-weight : bold;
}

p {
	text-align : justify;
}

table {
	background-color : #CACA97;
	margin-left : auto;
	margin-right : auto;
	margin-top : 20px;
}

th {
	background-color : #A3A37A;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Black;
}

td {
	background-color : #A3A37A;
	text-align : center;
}

sup {
	font-size : 6pt;
}

.alert {
	color : #FF8C00;
	font-weight : bold;
}

/* navigace */

.navigace {
	margin-top : 30px;
	padding : 10px 10% 10px 10%;
	background-color : #A3A37A;
	border-top : 1px solid #CACA97;
	border-bottom : 1px solid #CACA97;
}

.navigace ul {
	margin : 0px;
}

.navigace li {
	float : left;
	list-style-type : none;
	margin: 0px;
	padding : 0px 10px;
	border-left : 1px solid #CACA97;
}

.reset {
	clear : both;
}

/* foot */

#rightfoot {
	float : left;
	font-size : 9px;
	padding : 5px;
}
#leftfoot {
	float : right;
	font-size : 9px;
	padding : 5px;
}
