body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#top {
	background:#C00; 
	height:150px; 
	color:#FFF;
	position: relative;
}
#top a {
	color: #fff;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}
#top h1 {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px; 
}
#top #tree {
	position: absolute;
	bottom: 5px;
	left: 4px;
	font-weight: bold;
}
#top #add {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-weight: bold;
}
#content {
	background:#EEE;
	padding:1px;
}
#content a {
	color: #666;
	text-decoration: none;
}
#content a:hover {
	color:#000;
	background: #DDD;
}
#bottom {
	padding: 4px;
	background: #DDD;
	color: #666;
}
#links {
	margin-left: 4px;
}
#links, #links a {
	font-size: 11px;
	color: #aaa;
}
#desc {
	padding: 4px;
	font-size: 11px;
	color: #666;
}
.categories a {
	display: block;
	padding: 5px;
	margin-right: 30px;
}
.categories {
	width: 500px;
}
.categories .colA {
	width: 50%;
	vertical-align: top;
}
.categories .colB {
	width: 50%;
	vertical-align: top;
}

/********* dodaj.html *********/
.dodaj {
	text-align: center;
	padding: 40px 0px;
}
.dodaj label {
	margin: 5px 0px;
	display: block;
}
.dodaj input {
	display: block;
	margin: 5px auto;
}
.inpt {
	width: 350px;
}
/********* records *********/
.title {
	margin: 10px;
	color: #f00;
	font-weight: bold;
	display: block;
}
.description {
	margin: 0px 10px 30px 10px;
}

