html {
	padding: 0; 
	margin: 0; 
	border: 0; 
	font-size: small; 
	font-family: 'Trebuchet MS', arial, sans-serif; 
	line-height: 1.4em;
	background: #eebb00; 
}

body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
}

body,div,p,td,ul {
	color: #000000;
	line-height: 1.4em;
}

p {
	margin: 0.6em 0 0.6em 0;
}

input,textarea,select{
	font-family: 'Arial', sans-serif;
	font-size: 0.9em;
	color: #332200;
	background: #ddcc66;
}

input.nob{
	border: none;
}

h1{
	margin: 0.6em 0 0.8em 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
}


h2{
	margin: 0 0 0.4em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

h3{
	margin: 1.2em 0 1.2em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #aa0000;
}

h4{
	margin: 0.4em 0 0.4em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #aa0000
}


a:link {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
	
a:active {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #330000;
	font-weight: bold;
	text-decoration: underline;
}

a.meni:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
	
a.meni:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
	
a.meni:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.meni:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

div.ptop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: #eebb00; 
}

div.main {
	display: block;
	position: absolute;
	top: 0;
	left: 160px;
	width: 800px;
	height: 100%;
	padding: 150px 10px 10px 0;
	
}

div.menu {
	display: block;
	position: fixed;
	top: 110px;
	left: 160px;
	width: 800px;
	padding-bottom: 10px;
	background: #eebb00;
	border-bottom: solid 1px #ffffff;
	
}

div.meni {
	display: block;
	float: left;
}

div.menr {
	display: block;
	float: right;
}

div.mens {
	display: block;
	float: left;
	width: 3em;
}

div.side {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 150px;
	padding: 0;
	background: #eebb00; 
}

div.conf{
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	overflow: auto;
	padding: 10px;
	border: solid 2px #330000;
	background: #ffffff;
	text-align: center;
	visibility: hidden;
}

.date {
	font-size: 6pt;
	color: #006600;
}

.min {
	width: 20px;
}

.nar {
	width: 100px;
}

.nrm {
	width: 300px;
}

.wid {
	width: 400px;
}

.butn{
	line-height: 2em;
	background: #eecc66;
	border: solid 1px #aa9955;
}

.ovl {
	position: absolute;
	left: 170px;
	width: 608px;
	height: 330px;
	top: 160px;
	background: url('/img/ovl.gif');
	border: 0;
	padding: 0;
	font-size: 1em;
	text-align: center;
	visibility: visible;
}