body {
	background-color: #EEEEEE;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #58595B;
	margin-top : 0px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	border-left:  3px solid;
	border-right:  3px solid;
	border-bottom:  3px solid;
	border-color: #90afbf;
	background-color: #fff;
}
#title {
	border: 0;
	background-color: #3f5860;
	padding: 8px;
	text-align: center;
}
#menu {
	border: 0;
	background-color: #90afbf;
   	padding: 2px;
	padding-left: 10px;
	text-align: center;
}
#content {
	border-left: 3px solid;
	border-right: 3px solid;
	border-top: 3px solid;
	border-color: #90afbf;
	background-color: #fff;
	padding: 10px;
	text-align: justify;
	clear: both;
	overflow: auto;
	height: 100%;
}
#footer {
	background-color: #90afbf;
	padding-bottom: 2px;
	padding-right: 10px;
	text-align: right;
	font-size: 80%;
	clear: both;
	color : #000;
}
#menu ul {
	display: inline;
	margin-left: 0px;
}
#menu li {
	display: inline;
	color: #fff;
	font-weight: bold;	
}
.podtrh {
	border-bottom: 1px solid;
	border-color: #fff;
}
.podtrh2 {
	border-bottom: 1px solid;
	border-color: #fff;
	margin-left: 40px;
}
#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	text-decoration: none;
	border-bottom: 0px solid;
	border-color: #3f5860;
	font-weight: bold;
	color: #3f5860;
}

.obr {
	border: 1px solid;
	border-color: #000000;
}
h1 {
	font-size: 125%;
	font-weight : bold;
	color: #fff;
	margin: 0;
}
h2 {
	font-size: 120%;
	font-weight : bold;
	margin-bottom: 9px;
}
p {
	margin-left: 40px;
}
ul {
	margin-top: 0px;
}
.odraz {
	margin-left: 40px;
}
.mini {
	font-size: 85%;
	font-style : italic;
}

a:link       { color: #FF7809 }
a:visited    { color: #FF7809 }
a:active     { color: #FF7809 }

a.odkaz:link,  a.odkaz:visited,  a.odkaz:active  { color: #3f5860 }
a:hover      { color: #ff7809; }