body {
	/*font-family: 'Lucida Grande', verdana, tahoma, arial, sans-serif;*/
	/*font-family: arial, tahoma, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	margin: 0;
	padding: 0;
	background-color: white;
}
.mainarea {
	width: 830px;
	margin: 0 auto 0 auto; /*border: 2px black solid;*/
	padding: 0 4px 4px 4px;
	background: url(../../images/pgbg.png) repeat-y center;
}

.headarea {
	background: transparent;
	height: 204px;
	overflow: hidden;
	margin: 0;
	position: relative;
}
.headarea .uptool {
	background: url(../../images/toolbarbg.png) no-repeat top left;
	width: 413px;
	height: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 2px 4px 6px 4px;
	font-size: 10px;
	color: #999999;
}
.headarea .uptool img{
	position: relative;
	top: 2px;
}
.headarea .uptool a{
	color:  #999999;
	text-decoration: none;
}

.dataarea {
	height: 520px;
	min-height: 520px;
	padding: 0 0 0 0;
	/*border: 1px black solid;*/
	/*padding: 5px;**/
}
/*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, .leftarea, .pagearea{
	min-height: 635px;
	/*border: 1px black solid;*/
}

.rightarea {
	width: 184px;
	margin-left: 10px;
	float: right;
	background: url(../../images/decovert.png) no-repeat top left;
	padding: 0 10px 10px 16px;
}

.rightarea .infobox {
	margin: 1em;
}

.rightarea h1{
	color: #C93030;
	background: none;
	padding-left: 0px;
}
.rightarea h4{
}
.rightarea a {
}
.rightarea a:hover {
}

.rightarea .date{
}

.rightarea .visits {
	padding: 1em;
}

.leftarea {
	width: 208px;
	margin-right: 10px;
	float: left;
}

.leftarea .infobox {
	margin: 1em;
}

.leftarea h1{
}
.leftarea h4{
}
.leftarea a {
}
.leftarea a:hover {
}

.leftarea .date{
}

.leftarea .visits {
	padding: 1em;
}

.pagearea {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.withrbar .pagearea {
	margin-right: 210px;
}

.withlbar .pagearea {
	margin-right: 210px;
}

.pagearea .content {
}
/*skrejt pred debilnim IE*/
div[class] .content {
}
.pagearea a {
}
.pagearea a:hover {
}
.pagearea .content a img{
}
.pagearea .content li {
}


.pagearea .infobox {
}

.bottomarea {
	clear: both;
	width: 818px;
	padding: 8px 10px 5px 10px;
	margin: 0 auto 2px auto; /*border: 2px black solid;*/
	height: 26px;
	background: url(../../images/pgbottomv2.png) no-repeat center;
	color: #999999;
	font-size: 10px;
}
.bottomarea  a{
	color: #999999;
	text-decoration: none;
}
.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;
}

table {
	border-collapse: collapse;
}
img {
	border: 0px none White;
}
h1, h2, h3, h4, h5 {
	margin-top: 0;
	color: #162843;
	padding: 30px 0 10px 30px;
	font-weight: normal;
}
h1 {
	background: url(../../images/decohoriz.png) no-repeat bottom;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
select {
	/*font-family: "Courier New", Courier, monospace;*/
}
form {
	margin: 0;
	padding: 0;
}

hr {
	border: 0px none gray;
	height: 1px;
	background-color: gray;
}

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 {
	/*font-size: x-small;*/
	padding: 0;
	margin: 0 0 0 1.5em;
}
li {
}
blockquote {
}
blockquote p {padding: 3px 0;}
