body, html {
	margin:0;
	padding:0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}
.unseen {
	font-weight:bold;
	cursor:pointer;
}

.seen {
	font-weight:bold;
	font-style:italic;
	cursor:pointer;
}

.klasa0 {
	color:blue;
}
.klasa1 {
	color:#080;
}

span.this span {
	color: #E00;
}
.spaner {
	position:absolute;
	left:100px;
	border: solid black 1px;
	min-width:300px;
	height:auto;
	padding:10px;
	background-color:white;
}

.spaner h2 {
	margin: 0 auto 12px auto;
	font-size:100%;
	padding:0;
}

.spaner table {
	border-collapse:collapse;
	font-size: 12px;
	font-family: verdana,sans-serif;
	empty-cells:show;
}

.spaner thead th {
	background-color: #eee;
	border: solid #aaa 1px;
	
}
.spaner tbody td, .spaner tbody th {
	border: solid #aaa 1px;
	padding:2px 3px;
}

.spaner tbody tr.even td, .spaner tbody tr.even th {
	background-color:#DDD;
}
.spaner tbody th {
	text-align:left;
}

#header {
	background-color: black;
}

#header div {
	width:940px;
	height:86px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	margin:0;
	padding:0;
	position: absolute;
	left:50px;
	top:20px;
}

#header h1 img {
	border:0;
}

#content {
	width:940px;
	padding:20px 10px;
	margin: 0 auto;
	position: relative;
}

#menu {
	position: absolute;
	right:10px;
	bottom: -3px;
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	display:inline;
	padding:0;
	margin:0;
	}

#menu li a {
	display:block;
	float:left;
	width: 120px;
	margin:0;
	padding:3px 10px;
	font-size:14px;
	font-weight:bold;
	color: black;
	background-color:white;
	text-decoration:none;
	border: solid black 1px;
	text-align:center;

	
}

table {
	font-size: 1em;
}

#footer {
	background-color:black;
	padding: 20px 0;
}

#footer div {
	width: 940px;
	margin: 0 auto;
	color: white;
	font-size:10px;
}

#footer div span {
	float:right;
}

#footer a {
	text-decoration:none;
	color:white;
}

.admintable {
	font-size:1em;
	border-collapse:collapse;
}

.admintable thead th {
	background-color: black;
	color:white;
	padding:2px 5px;
	border: solid 1px;
	border-color: black white black white;
}

.admintable tbody th, .admintable tbody td {
	padding:2px 5px;
	border: solid black 1px;
	text-align:left;
}

.admintable .kls0 td, .admintable .kls0 th {
	background-color:#DADADA;
}
.admintable .kls1 td, .admintable .kls1 th {	background-color:white;
}

.usertable {
	font-size:1em;
	border-collapse:collapse;
}

.usertable thead th {
	background-color: black;
	color:white;
	padding:2px 5px;
	border: solid 1px;
	border-color: black white black white;
}

.usertable tbody th, .usertable tbody td {
	padding:2px 5px;
	border: solid black 1px;
	text-align:left;
}

.usertable .kls0 td, .usertable .kls0 th {
	background-color:#DADADA;
}
.usertable .kls1 td, .usertable .kls1 th {	background-color:white;
}

.mie_form {
	width: 42em;
	margin: 0 auto;
	display:block;
	
}

.mie_form legend {
	color:black;
	background-color: #F8F8F8;
	padding:2px 5px;
	border: solid 2px;
	border-color: #AAA #666 #666 #AAA;
	font-weight:bold;
}
.mie_formtable th {
	width:10em;
	text-align:left;
}

.mie_formtable td input.x {
	width:24em;
}

#preparator {
	font-family: georgia,sans-serif;
	font-size: 13px;
	width: 90%;
	height: 400px;
	margin: 0 auto;
}