h1 {
	margin: 0px 0px 10px 0px;
	font-size: 150%;
	color: #000;
	border-bottom: 1px solid #666;
}
#header h1 {border-bottom: none; text-indent: -1500px;}
h2 {margin: 10px 0px 10px 0px; font-size: 120%; font-weight: bold;}
h2.help {
	cursor: pointer;
	background: url(../grafika/triangle-right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: bold;
}
h2.help_current {
	cursor: pointer;
	background: url(../grafika/triangle-down.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: bold;
}
h3 {margin: 10px 0px 10px 0px;	font-size: 120%;}
h4 {margin: 10px 0px 10px 0px;	font-size: 110%;}

p {margin: 10px 0px 10px 0px; text-align: justify;}
li {margin: 5px 0px 5px 25px;}
.mid {text-align: center;}
.date {margin-bottom: -5px; padding: 0px; line-height: 1em; font-weight: bold; color: #000; font-size: 0.9em;}
#request p {color: #fff; font-size: 1.1em;}
.error, #request .error {color: #c00; font-weight: bold;}
#design_by p {
	float: right;
	background: #000;
	padding: 3px;
	margin-right: 10px;
}
.pagination {
	font-size: 12px;
}


p.error {
	color: #FF0000;
}

p.ok {
	color: #00AA00;
}
