/***************/
/*.. dbText .. */
/***************/
h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	}
		
.dbTekst {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color:#efefef;
	padding:10px;
	width:420px;
	text-align:left;
	font-size:12px;
	line-height:16px;
	color:#333333;
	width:420px;
	}


	
.dbTekst h1, .dbTekst h2, .dbTekst h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:23px;
	font-weight:bold;
	color:#f33;
	}

.dbTekst h2, .dbTekst h3 {
	font-size:17px;
	line-height:20px;
	}

.dbTekst h3 {
	font-size:14px;
	line-height:16px;
	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 ul li{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin:0;
	padding:0 10px;
	}