body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	margin: 0;
	padding: 0;
	background-color: white;
}
.mainarea {
	width: 1000px;
	margin: 10px;
	/*border: 2px silver solid;*/
	padding: 0;
}
.mainarea span {
	font-size: inherit;
}
.headarea {
	/*height: 62px;*/
	margin: 0 0 0 200px;
	/*border: 1px black solid;*/
}

.dataarea {
	height: 520px;
	min-height: 520px; /*border: 1px black solid;*/
	padding: 5px;
	margin: 0 0 0 210px;
}
/*skrejt pred debilnim IE*/
div[class] .dataarea {
	height: auto;
}

.enddata{
	clear: both;
	font-size: 1px;
	height: 1px;
}

.ilink {
	margin-top: 5px;
	margin-bottom: 2ex;
}
.ilink img{
	border: none;
	margin-right: 1em;
}

.rightarea, .pagearea{
	min-height: 635px;
	/*border: 1px black solid;*/
}

.rightarea {
	width: 190px;
	margin-left: 10px;
	float: right;
}

.rightarea .infobox {
	margin: 1em;
}

.rightarea h1{
}
.rightarea h4{
}
.rightarea a {
}
.rightarea a:hover {
}

.rightarea .date{
}

.rightarea .visits {
	padding: 1em;
}

.leftarea {
	min-height: 752px;
	width: 180px;
	float: left;
	/*border: 1px black solid;*/
}

.leftarea .infobox {
	margin: 1em;
}

.leftarea h1{
}
.leftarea h4{
}
.leftarea a {
}
.leftarea a:hover {
}

.leftarea .date{
}

.leftarea .visits {
	padding: 1em;
}

.pagearea {
	margin: 0 60px 0 0;
	padding: 0 0 0 0;
}
 .withrbar .pagearea {
	margin-right: 210px;
}

.pagearea .content {
	line-height: 120%;
}
/*skrejt pred debilnim IE*/
div[class] .content {
}
.pagearea a {
}
.pagearea a:hover {
}
.pagearea .content a img{
}
.pagearea .content li {
}


.pagearea .infobox {
}

.bottomarea {
	clear: both;
	height: 39px;
	margin: 0 0 0 200px;
	border-top: 1px solid #CCCCCC;
	color: #CCCCCC;
}
.bottomarea  a{
	color: #CCCCCC;
}
.author {
}

.error, .warning, .okinfo {
	padding: 8px 0px 2px 30px;
	min-height: 18px;
	font-weight: bold;
	vertical-align: baseline;
}
.error {
	color: Red;
	background: url(../../images/s_error.png) no-repeat left;
}
.warning {
	color: #FF8000;
	background: url(../../images/s_notice.png) no-repeat left;
}
.okinfo {
	color: #BCCBDD;
	background: url(../../images/s_okay.png) no-repeat left;
}

.button, .dbutton {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 6px 0 6px;
	border: 1px solid black;
	background-color: white;
	color: Black;
	height: 20px;
	cursor: pointer;
}
.dbutton {
	height: 18px;
	overflow: hidden;
}
/*skrejt pred debilnim IE*/
div[class] .dbutton {
	height: 18px;
}
.dbutton a, .button a {
	display: block;
	color: Black;
	text-decoration: none;
	margin: 2px 6px 4px 6px;
}
a {
	color: #003399;
}
table {
	border-collapse: collapse;
}
img {
	border: 0px none White;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	/*background-color: silver;*/
}
h1 {
	font-size: 26px;
	line-height: 40px;
	border-bottom: 5px solid black;
}
h2 {
	font-size: 26px;
	line-height: 40px;
}
h3 {
	font-size: 20px;
	/*line-height: 46px;
	height: 40px;*/
}
h4 {
	font-size: 16px;
	font-weight: bold;
	/*height: 20px;*/
	margin: 10px 0 8px 0;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.list {
 margin-bottom: 1em;
}
.list h1, .list h2{
	font-size: 20px;
	/*padding-top: 3px;*/
	border-top: 5px solid black;
	border-bottom: 1px solid black;
	line-height: 25px;
	margin-top: 1px;
	margin-bottom: 4px;
}
.list h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


select {
	/*font-family: "Courier New", Courier, monospace;*/
}
form {
	margin: 0;
	padding: 0;
}

hr {
	border: 0px none gray;
	height: 4px;
	background-color: #CCCCCC;
}

input {
	color: black;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	/*font-size: 1.2em;*/
	padding-bottom: 1.2em;
}
ul {
	padding: 0;
	margin: 0 0 0 1.5em;
}
li {
}
blockquote {
	background: silver;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	color: black;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
