.dbTekst
{
	width:420px;
	padding:10px;
	margin:0;
	background-color:#efefef;
}
		
.dbTekst, .dbTekst p, .dbTekst ul, .dbTekst li, .dbTekst td, .dbTekst i, .dbTekst b
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align:left;
	font-size:12px;
	line-height:125%;
	color:#333333;
}

.dbTekst h1, .dbTekst h2, .dbTekst h3
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:25px;
	line-height:115%;
	font-weight:bold;
	color:#f33;
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
}

.dbTekst h2
{
	font-size:18px;
}

.dbTekst h3
{
	font-size:14px;
}

.dbTekst h4
{
	font-size:13px;
	font-weight:normal;

}


.dbTekst a
{ 
	border-bottom: 1px dotted #AAA;
	color: #757575;
}

.dbTekst a:hover, .dbTekst a:active
{
	border-bottom: 1px dotted #666;
	color: #F33;
}

.dbTekst hr
{
	margin: 10px 0px;
	border:none;
	border-bottom:0.1em #333333 solid;
}
	
.dbTekst img
{
	margin:0px 10px 10px 0px;
	float:left;
}
	
.dbTekst ol
{
	margin:0 0 14px 25px;
	padding:0;
}
	
.dbTekst ul, .dbTekst li
{
	margin:0 10px 0 10px;
	padding:0;
}

.dbTekst li
{
	margin:3px 10px 0 10px;
	padding:0;
}

